24006 lines
1.2 MiB
24006 lines
1.2 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
#include "icalls/mscorlib/System.Security.Cryptography/RNGCryptoServiceProvider.h"
|
|
#include "icalls/mscorlib/System.Security.Principal/WindowsIdentity.h"
|
|
#include "icalls/mscorlib/System.Security.Principal/WindowsImpersonationContext.h"
|
|
#include "icalls/mscorlib/System.Runtime/RuntimeImports.h"
|
|
|
|
struct VirtualActionInvokerpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);Object* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtualFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
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 <typename R>
|
|
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 <typename R, typename T1>
|
|
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 <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InterfaceFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>
|
|
struct Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F;
|
|
// System.Collections.ObjectModel.Collection`1<System.Object>
|
|
struct Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3;
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>
|
|
struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator>
|
|
struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>
|
|
struct Dictionary_2_t8B428D684ADA214F1A90B42123A1536ED34C1FF8;
|
|
// System.Collections.Generic.IDictionary`2<System.String,System.String>
|
|
struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF;
|
|
// System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>
|
|
struct IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720;
|
|
// System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim>
|
|
struct IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.Collections.Generic.IList`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>
|
|
struct IList_1_tECD5AD48FBB4676C794EF59DEDFF454DA8588FB7;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
|
|
struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
|
|
// System.Collections.Generic.List`1<System.Security.Claims.Claim>
|
|
struct List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
|
|
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
|
|
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Globalization.CalendarId[]
|
|
struct CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Security.Claims.Claim[]
|
|
struct ClaimU5BU5D_t31E427CD45F51380F7FFCA9D4F8719D1C8995AB2;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.Runtime.Remoting.Messaging.Header[]
|
|
struct HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6;
|
|
// System.Runtime.Remoting.Contexts.IContextAttribute[]
|
|
struct IContextAttributeU5BU5D_tBF33B08E7FE42BDCE617035E11328EC7F1678BB1;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Security.Cryptography.KeySizes[]
|
|
struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// System.Globalization.DateTimeFormatInfo/TokenHashValue[]
|
|
struct TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587;
|
|
// System.Runtime.Remoting.ActivatedClientTypeEntry
|
|
struct ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE;
|
|
// System.Runtime.Remoting.ActivatedServiceTypeEntry
|
|
struct ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B;
|
|
// System.Runtime.AmbiguousImplementationException
|
|
struct AmbiguousImplementationException_tF37AE5B841F72455775D7119A4FE2681F7A37CFF;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t;
|
|
// System.Security.Cryptography.AsymmetricAlgorithm
|
|
struct AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8;
|
|
// System.Security.Cryptography.AsymmetricSignatureDeformatter
|
|
struct AsymmetricSignatureDeformatter_tBB96AAAC1F942F159021BF6815E4E9ED0AEB1F3B;
|
|
// System.Security.Cryptography.AsymmetricSignatureFormatter
|
|
struct AsymmetricSignatureFormatter_t7635973FC93FEE7916DB89B4E0ED9A52F17557F0;
|
|
// Mono.Math.BigInteger
|
|
struct BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED;
|
|
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
struct BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
// System.Runtime.Remoting.ChannelData
|
|
struct ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5;
|
|
// System.Runtime.Remoting.ChannelInfo
|
|
struct ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68;
|
|
// System.Security.Claims.Claim
|
|
struct Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14;
|
|
// System.Security.Claims.ClaimsIdentity
|
|
struct ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206;
|
|
// System.Runtime.Remoting.ClientIdentity
|
|
struct ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
// System.Runtime.Remoting.ConfigHandler
|
|
struct ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB;
|
|
// System.Runtime.Remoting.Contexts.Context
|
|
struct Context_t2CCB8C97E2B9649D3A11A72438694220AEA6CF95;
|
|
// System.Runtime.Remoting.Channels.CrossAppDomainData
|
|
struct CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284;
|
|
// System.Security.Cryptography.CryptographicException
|
|
struct CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F;
|
|
// System.Security.Cryptography.CryptographicUnexpectedOperationException
|
|
struct CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810;
|
|
// System.Security.Cryptography.CspParameters
|
|
struct CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
// System.Security.Cryptography.DES
|
|
struct DES_t4155628A71AAB12F38CF629C8CDDD21540E84315;
|
|
// System.Security.Cryptography.DESTransform
|
|
struct DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14;
|
|
// System.Security.Cryptography.DSA
|
|
struct DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41;
|
|
// System.Security.Cryptography.DSACryptoServiceProvider
|
|
struct DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E;
|
|
// Mono.Security.Cryptography.DSAManaged
|
|
struct DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
// System.Text.Decoder
|
|
struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
|
|
struct DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0;
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
// System.Runtime.Remoting.EnvoyInfo
|
|
struct EnvoyInfo_tE0728A19C99A4CE9A16E4C9BA0AF1680B212596D;
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Runtime.Remoting.FormatterData
|
|
struct FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59;
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
// System.Runtime.Remoting.Messaging.Header
|
|
struct Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2;
|
|
// System.Runtime.Remoting.Messaging.HeaderHandler
|
|
struct HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4;
|
|
// System.Runtime.Remoting.IChannelInfo
|
|
struct IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4;
|
|
// System.Collections.ICollection
|
|
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
|
|
// System.Runtime.Remoting.Contexts.IContextAttribute
|
|
struct IContextAttribute_t2FAFDDAC31D619D3FAE28C9C8FF73151B7379B71;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// System.Runtime.Remoting.IEnvoyInfo
|
|
struct IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
|
|
// System.Security.Principal.IIdentity
|
|
struct IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A;
|
|
// System.Collections.IList
|
|
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
|
|
// System.Runtime.Remoting.Messaging.IMessage
|
|
struct IMessage_t4D2DC61F0664F305059641FF6BDA07DF2141236C;
|
|
// System.Runtime.Remoting.Messaging.IMessageSink
|
|
struct IMessageSink_t0231443B73D287D923CB759B5E6CC10A34085FC2;
|
|
// System.Runtime.Remoting.IRemotingTypeInfo
|
|
struct IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8;
|
|
// System.Globalization.ISimpleCollator
|
|
struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B;
|
|
// System.Runtime.Serialization.ISurrogateSelector
|
|
struct ISurrogateSelector_t35CC72FCAD57FCB71968799C400627F09E81FB01;
|
|
// Mono.ISystemCertificateProvider
|
|
struct ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D;
|
|
// Mono.ISystemDependencyProvider
|
|
struct ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC;
|
|
// System.Runtime.Remoting.Identity
|
|
struct Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// Mono.Security.Cryptography.KeyPairPersistence
|
|
struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6;
|
|
// System.Security.Cryptography.KeySizes
|
|
struct KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4;
|
|
// System.Runtime.Remoting.Lifetime.Lease
|
|
struct Lease_t9280F47EBDF4FF4D3E61A87536BE43AFEA6A164C;
|
|
// System.Runtime.Remoting.Lifetime.LeaseManager
|
|
struct LeaseManager_tEE6B78A085475F3EB41B5E0F0C40051E03100252;
|
|
// System.Security.Cryptography.MD5
|
|
struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A;
|
|
// System.Security.Cryptography.MD5CryptoServiceProvider
|
|
struct MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B;
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// System.Runtime.Remoting.ObjRef
|
|
struct ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396;
|
|
// System.PlatformNotSupportedException
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A;
|
|
// System.Runtime.Remoting.ProviderData
|
|
struct ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481;
|
|
// System.Security.Cryptography.RC2
|
|
struct RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9;
|
|
// System.Security.Cryptography.RC2Transform
|
|
struct RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7;
|
|
// System.Security.Cryptography.RNGCryptoServiceProvider
|
|
struct RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170;
|
|
// System.Security.Cryptography.RSA
|
|
struct RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A;
|
|
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
|
|
struct RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3;
|
|
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
|
|
struct RSAPKCS1SignatureFormatter_tF2D9545C9B3AD6EC7C9D95E2145FCA25E63BDC8B;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3;
|
|
// System.Runtime.Remoting.RemotingException
|
|
struct RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213;
|
|
// System.Security.Cryptography.SHA1
|
|
struct SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE;
|
|
// System.Security.Cryptography.SHA1CryptoServiceProvider
|
|
struct SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F;
|
|
// System.Security.Cryptography.SHA1Internal
|
|
struct SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62;
|
|
// Microsoft.Win32.SafeHandles.SafePasswordHandle
|
|
struct SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Security.SecurityException
|
|
struct SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C;
|
|
// System.Threading.SemaphoreSlim
|
|
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
|
|
// System.Runtime.Serialization.SerializationBinder
|
|
struct SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A;
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540;
|
|
// System.Runtime.Remoting.ServerIdentity
|
|
struct ServerIdentity_tCEA9C604C04F28C078FAD97838C53BD19AEA3767;
|
|
// System.Runtime.Remoting.Channels.SinkProviderData
|
|
struct SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387;
|
|
// Mono.Xml.SmallXmlParser
|
|
struct SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB;
|
|
// System.Runtime.Remoting.Metadata.SoapAttribute
|
|
struct SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9;
|
|
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
|
|
struct SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76;
|
|
// System.Runtime.Remoting.Metadata.SoapMethodAttribute
|
|
struct SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A;
|
|
// System.Runtime.Remoting.Metadata.SoapParameterAttribute
|
|
struct SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509;
|
|
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
|
|
struct SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8;
|
|
// System.Globalization.SortVersion
|
|
struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E;
|
|
// System.Collections.Stack
|
|
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47;
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Security.Cryptography.SymmetricAlgorithm
|
|
struct SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8;
|
|
// Mono.Security.Cryptography.SymmetricTransform
|
|
struct SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
|
|
// System.Security.Cryptography.TripleDES
|
|
struct TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5;
|
|
// System.Security.Cryptography.TripleDESTransform
|
|
struct TripleDESTransform_tA477C3F4EDE31654896DFF4B3D64F160BFAC18CC;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Runtime.Remoting.TypeEntry
|
|
struct TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36;
|
|
// System.Runtime.Remoting.TypeInfo
|
|
struct TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// System.WeakReference
|
|
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E;
|
|
// System.Runtime.Remoting.WellKnownClientTypeEntry
|
|
struct WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058;
|
|
// System.Runtime.Remoting.WellKnownServiceTypeEntry
|
|
struct WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F;
|
|
// System.Security.Principal.WindowsIdentity
|
|
struct WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459;
|
|
// System.Security.Principal.WindowsImpersonationContext
|
|
struct WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F;
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
struct X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF;
|
|
// System.Security.Claims.ClaimsIdentity/<get_Claims>d__51
|
|
struct U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F;
|
|
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
|
|
struct KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA;
|
|
// Mono.Xml.SmallXmlParser/AttrListImpl
|
|
struct AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827;
|
|
// Mono.Xml.SmallXmlParser/IAttrList
|
|
struct IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74;
|
|
// Mono.Xml.SmallXmlParser/IContentHandler
|
|
struct IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25;
|
|
// System.IO.Stream/ReadWriteTask
|
|
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ChannelServices_t7892AD29816C874462159101B299713604D1A637_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RemotingServices_t5C9F4139FFA73067C8FC6BEB3FED3C3C56571AF8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_3_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_17_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____62E6F13B53D67FDD780E20D89A6E8EE503B197AC16AC3F1D2571C147FDD324C9_42_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____668BB69E184E0C32DC3BC488001C506C87EE5A95C7E7B6B87D24C3A6DC779956_43_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_44_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____73F5D95C401726B2C92EC96A696BA15F0E5A5C6DD9AC6BEB3736A81772A11531_49_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____819B40F8CF7DC49B4275955A17C10239F1BBBB3BF96E26E25ED844B96B645D7F_56_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D870074914025E855AA5985A2D6778F1E277036BF9C9F03DEC61F3C496FEC35C_95_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_110_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09174D3E29A9B03ED0881B294D3636484DC8E7A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B798356FD894E501D551E417E73077679661C7D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E759A0838CB9E0AC11F07D87AB7ADE1E3658498;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17D23A461128D46FB98E5F26EABCCB3A13E8E77F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1AF5106E27887E8D2FF3030A6CF4363AAA407675;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D542D1706E354A138185DEBD0C15CC6491074D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DFD50EF03F4A649921CD3B98FC9BBFE2657338B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral210B13DC0D9FBABFD7B2D6C9A4704A13D113A558;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2140245BFA0D7BF3DAB71760C8E92E9DC27D44A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21B45266A9E5D4A4E1FD6ED1C4BDD96310729525;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26CA1D5E2F6785F2DC7432A0B6AD44F0E0349443;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A83D8213C45788BC9AF87295C8EDCF367D66C61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D1B25F57FBBF092D20BC7A78D5400EFCC693530;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FF11C399516FCC1422777DAD83F4DA47FA3D2FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3887F8FA1F07E9672323D919AF28D55E61C53296;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D51FDDF58308079A043DDCC15BA528167BEE5D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4481EB4F8B6BEF5D863C23DACE5D92E1C6603258;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral465E2376F6C7424A72DDD9AFA634A35A6E1557AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral490345002F497F677B5F4196B8362970016B8E51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49AD46268852D165D6DD25ADAFB0D9B91B3B62A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FB3B17CEC619C238633561C3FAE9D8ADED19582;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54F0351CE0E948CDD13FFB7D9BD61B44D8942DA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral565EF9531125821563B3C16D6B433C236E827A86;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral582EE3459CC9D4075E983D2BB806284C4466E027;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A2735BCC5C2C3FA3FB3FEAB6A628F7ADB815E48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CAD421923F0F10D02AFE6EA17ED4E929131E356;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60DD930E5A5E811ABBC8E526C1ACA88F58EA4C81;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63A3F3E0A7AE0E25A424BA0553BCEC9AE05E562D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral653BECF9AD52DCE27A552FEC8151E2F976D35E59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67EBB666DFDF5450ADBAFC1D064E3F530C234698;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A8ECB79B120C3336B32B5AB429C56DCEB024F21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A9B5A1A5676E6DA408359AC1B7D80469A166CF5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7864CED25EA26825E709D6716119C48FC3CAD49C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A0BC4D8222B8EE1AB8D98645A63F2FDCB179AF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D0595560900309D36167206F8ED4086F6F4414F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8788F37E33E57DC9F28B3BE2B6477FA4CAF577D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87F70433C49EE1E730A4D438F09A39517863D342;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E3EB4278522B6168F859CF94CF470FCCC6EA287;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91FFB0132E9712590CA961871EB1BA8CB9115380;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CB6F0E7E1174DEC357C1E5062576FDF3BCEFDF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D41BFE5A9A4AF214E9051D85B9522290400E660;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA09F246AE21707075DEBEE5144A3AAF265F7C5D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA297A7AA79A55438F0CC01B72FE4690857AAE5A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC95B33101063E509D251150AFD474D6AD2E3DDD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD6AEA9823C0193210912116B6EA9BCF397B8559;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB63C27A619AD7A36C4B3F3ECF3FA384C6EE13052;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBD11F99363FBD48A19EC93522A2F26D535F4892;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC827397A03B501D2CE037D8DAF95F5782DBCE95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC8991800188E3121BC7B004105E3FBFD05F42E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDCF9CD49677327D57173A9B2E45D69BC18739C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE2893848F9FC647C2288DA6581A1522E9695182;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE5FC84E8C9F3A201FE674E9820EF84890B16E29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0F8354533780DDE841AACE39BC7E3CD2C9E84B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC441262836EA54C41EE2EB5378401CCBCB76078A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC46C54AAF801625D4CC5B86D35AC24E3F9CDFA85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC476CD4C5AD7A3F6842E669611A262240135BD32;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC47E2212B458C634930C56E3FC26BF1445C0E0A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC760E2135EAB57AB73C3C108568C92C989BE4425;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC89BC4B651526324A940F43DBDDD65881B0A8201;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC9F81E441EE5B488543B71C45060E96EA3436615;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAE71C90FAB8676DC4EDCB14AFF79FFB681F6154;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCDFB7ACC5469688BABE1F67B6145B31A5F43B3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1142A2FD7F69A4EF18F40F7D0E98508303A5407;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD152C10709DCAF3B9D53E13D4AA697A8B6701AFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1A4AB7E50D68A602D031830D1B441260076CE3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5E5293FEA09B88C13C6F9BF3792382B40D9CBF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA109A16D6803B1282A1EB563D22C1A43E64C5F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39F9AE1465FB1F5899C048F1CDCBA81494B0C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD27A38C7410AC6659D1424D97D2F4860AD5FDBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE2AC8D6634EF01C5320B1776D599A713E9AB555;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0E65D0FD281A20B81EE66FB465F7427E8240937;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE11B99358771892EAF14FC34EE29DA70DA9B7FAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE18761C0FDAEFA215AB6DA404232AC5B2FE96ED6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6D25BC3E28DD740138D814A4B472220EE78AA83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7A5A02DE7FF9979605DD1D2F4AF44CB13DCE936;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB674BD014DE249701E8368E6D52303EC395F35E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC8518192C7FD07A784F76085D7C5568904A478B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEFAFC0F3350014B6B1231ED76ACDCFB3D8DEB4DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF10FF70742CFD2A46129F918538797D92389E7A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF19577A61D4970B841F7DAAC46ECCBF1918B065B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4E742E14DFFD2594339060BBBB05BAE428BDA8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8E09A19D03E8CD39A169CC1D0DABFB46DDE64F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA5862D346214867EFF1566286F8FEF8850A7639;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB6ED1555A593161156D21E9CAABA3A867A69023;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFDB43E990DBA2349CEDE4E99EFD003A284CFC9EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE9F7FDD06F90D487E6AA771E0B487139056D1DE;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActivatedClientTypeEntry__ctor_mDB863F62FB6E74573BE522FCD2446FE3871589AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActivatedServiceTypeEntry__ctor_m241F1489CC35CC37FFD59907B7132B1C59DB35D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Claim__ctor_m4BA66ECEAC41DB8B505120C58D4C1B31D0D37215_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity_Clone_mC57ECCF7617D476B6334A9A6870FD42E7C47BF9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity_Deserialize_mE9D6245226D50987A80C74FB14EC116A5B01C6F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity_FindFirst_mEB77FDB1AE671A9A189AB6E06CDCEA0FC1CF771F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity_GetObjectData_m79457A18F652590489B12759FA04CB07D7871BC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity__ctor_m05D0978E3008C96F8F10C26705D373A1312FEA41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity__ctor_mB5BE300A143EB60688509AB117CB7CADF9F26916_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Count_mDE2A6FD429589E28CF80D64B4CA14746F6216CDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_OnStartElement_mAD6E1678D82DB6561FF937EF0915234E2E278E4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ParseElement_m3F90CACC65C8E3DA565CEE386C9FEF50E90A32B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadClientActivated_mEECEC1AACB9AACCC0762F9BF71687DE6506C3594_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadLifetine_mA6631ED630D27C13677090D32670C1FC2B5621C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ReadServiceWellKnown_m2AD3A5FCC41C069B1B541CDCFB785FE3A3A491D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_ExportParameters_m667F599675964A4191B4C20FE2AAB197E7A5C5E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_OnKeyGenerated_mCFFB7753B6A0149B2141605371357DCA76C4FF86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6C974325ADBDD3ECEBAA290D7940AC282C56386A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE8FB9EBD177219F5AC0BF48642FB47D3E186C283_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4620EF2C1DF7D94D5A511226C42A3A42040B1C9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjRef_SerializeType_mD4B7CD5A4FBDA5C797857710A94EF23CA9344905_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjRef__ctor_m41F663A524AD7D26713FC0EC00EDC89E240A6C53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjRef_get_ServerType_m5853BEA9280390C8B0FCBA0F200DF9B928D57228_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RC2Transform__ctor_m51A6DD03C2B3A918F64F40D3C2F96B00EE49EFEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_GetBytes_m5DB5C8ECA8C93943CC440084E6D173C634801744_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m524DE3F0306A38725BB15732F46754343FEA0D52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetKey_m5353ED9CAE4238DEE29204334FF1074A5E76CFEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterActivatedClientType_mB35F7F416561194598F00E05B4F2E1EA4557B9CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterWellKnownClientType_m328D0BB5D40B9A353ECCE42036D0992662C0CF85_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TripleDESTransform__ctor_m23C437195B056691D6703096BC5752862B31FDF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3Cget_ClaimsU3Ed__51_System_Collections_IEnumerator_Reset_m1F894480E397FE9F24462910AD119125A5F97FCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WindowsIdentity_SetToken_m640262A39E6402112AEED1ED7861EC6007DF9A3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6FF976D247451D49C9646DC0FC6E7F9375AEE940_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WindowsImpersonationContext_Undo_m733F7868660F9D2046D1E4BCCAC44CF63990225D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WindowsImpersonationContext__ctor_mC0D94E62ECC6D051D5B6DF0E35D4AA2200B249BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509CertificateImpl_ThrowIfContextInvalid_m253EB9023E9902680A338B86D7EC55AAB7EFDDBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2AC5FC51A0C612945607A305A46469B66C472D3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_mCFDC5CC4939C233DC920EEBA1161AB0F071AF095_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate__ctor_m000BB695F5B3F1460BF1CA7E77D6765121CFBFCB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate__ctor_m2B56E3261F6C33A8DA297DECD0CE568B7B3B5887_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* X509Helper_ThrowIfContextInvalid_m925EF739507BA9738AFE65C6382DF6D832C30588_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_0_0_0_var;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6;
|
|
struct IContextAttributeU5BU5D_tBF33B08E7FE42BDCE617035E11328EC7F1678BB1;
|
|
struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>
|
|
struct Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1::items
|
|
RuntimeObject* ___items_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.EmptyArray`1<System.Object>
|
|
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Security.Claims.Claim>
|
|
struct List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ClaimU5BU5D_t31E427CD45F51380F7FFCA9D4F8719D1C8995AB2* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.AppContextSwitches
|
|
struct AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0;
|
|
// System.Int32 System.Collections.ArrayList::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.ArrayList::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.ArrayList::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.AsymmetricAlgorithm
|
|
struct AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
|
|
int32_t ___KeySizeValue_0;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalKeySizesValue_1;
|
|
};
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureDeformatter
|
|
struct AsymmetricSignatureDeformatter_tBB96AAAC1F942F159021BF6815E4E9ED0AEB1F3B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureFormatter
|
|
struct AsymmetricSignatureFormatter_t7635973FC93FEE7916DB89B4E0ED9A52F17557F0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.BitConverter
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Globalization.Calendar::m_currentEraValue
|
|
int32_t ___m_currentEraValue_38;
|
|
// System.Boolean System.Globalization.Calendar::m_isReadOnly
|
|
bool ___m_isReadOnly_39;
|
|
// System.Int32 System.Globalization.Calendar::twoDigitYearMax
|
|
int32_t ___twoDigitYearMax_41;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ChannelData
|
|
struct ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.ChannelData::Ref
|
|
String_t* ___Ref_0;
|
|
// System.String System.Runtime.Remoting.ChannelData::Type
|
|
String_t* ___Type_1;
|
|
// System.String System.Runtime.Remoting.ChannelData::Id
|
|
String_t* ___Id_2;
|
|
// System.String System.Runtime.Remoting.ChannelData::DelayLoadAsClientChannel
|
|
String_t* ___DelayLoadAsClientChannel_3;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::_serverProviders
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____serverProviders_4;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::_clientProviders
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____clientProviders_5;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.ChannelData::_customProperties
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____customProperties_6;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ChannelInfo
|
|
struct ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68 : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Runtime.Remoting.ChannelInfo::channelData
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___channelData_0;
|
|
};
|
|
|
|
// System.Security.Claims.Claim
|
|
struct Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14 : public RuntimeObject
|
|
{
|
|
// System.String System.Security.Claims.Claim::m_issuer
|
|
String_t* ___m_issuer_0;
|
|
// System.String System.Security.Claims.Claim::m_originalIssuer
|
|
String_t* ___m_originalIssuer_1;
|
|
// System.String System.Security.Claims.Claim::m_type
|
|
String_t* ___m_type_2;
|
|
// System.String System.Security.Claims.Claim::m_value
|
|
String_t* ___m_value_3;
|
|
// System.String System.Security.Claims.Claim::m_valueType
|
|
String_t* ___m_valueType_4;
|
|
// System.Byte[] System.Security.Claims.Claim::m_userSerializationData
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_userSerializationData_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> System.Security.Claims.Claim::m_properties
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___m_properties_6;
|
|
// System.Object System.Security.Claims.Claim::m_propertyLock
|
|
RuntimeObject* ___m_propertyLock_7;
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.Claim::m_subject
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___m_subject_8;
|
|
};
|
|
|
|
// System.Security.Claims.ClaimsIdentity
|
|
struct ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206 : public RuntimeObject
|
|
{
|
|
// System.Byte[] System.Security.Claims.ClaimsIdentity::m_userSerializationData
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_userSerializationData_0;
|
|
// System.Collections.Generic.List`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity::m_instanceClaims
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* ___m_instanceClaims_1;
|
|
// System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>> System.Security.Claims.ClaimsIdentity::m_externalClaims
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* ___m_externalClaims_2;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_nameType
|
|
String_t* ___m_nameType_3;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_roleType
|
|
String_t* ___m_roleType_4;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_version
|
|
String_t* ___m_version_5;
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::m_actor
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___m_actor_6;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_authenticationType
|
|
String_t* ___m_authenticationType_7;
|
|
// System.Object System.Security.Claims.ClaimsIdentity::m_bootstrapContext
|
|
RuntimeObject* ___m_bootstrapContext_8;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_label
|
|
String_t* ___m_label_9;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_serializedNameType
|
|
String_t* ___m_serializedNameType_10;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_serializedRoleType
|
|
String_t* ___m_serializedRoleType_11;
|
|
// System.String System.Security.Claims.ClaimsIdentity::m_serializedClaims
|
|
String_t* ___m_serializedClaims_12;
|
|
};
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject
|
|
{
|
|
// System.String System.Globalization.CompareInfo::m_name
|
|
String_t* ___m_name_5;
|
|
// System.String System.Globalization.CompareInfo::_sortName
|
|
String_t* ____sortName_6;
|
|
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
|
|
SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7;
|
|
// System.Int32 System.Globalization.CompareInfo::culture
|
|
int32_t ___culture_8;
|
|
// System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator
|
|
RuntimeObject* ___collator_9;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ConfigHandler
|
|
struct ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB : public RuntimeObject
|
|
{
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::typeEntries
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___typeEntries_0;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::channelInstances
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___channelInstances_1;
|
|
// System.Runtime.Remoting.ChannelData System.Runtime.Remoting.ConfigHandler::currentChannel
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___currentChannel_2;
|
|
// System.Collections.Stack System.Runtime.Remoting.ConfigHandler::currentProviderData
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___currentProviderData_3;
|
|
// System.String System.Runtime.Remoting.ConfigHandler::currentClientUrl
|
|
String_t* ___currentClientUrl_4;
|
|
// System.String System.Runtime.Remoting.ConfigHandler::appName
|
|
String_t* ___appName_5;
|
|
// System.String System.Runtime.Remoting.ConfigHandler::currentXmlPath
|
|
String_t* ___currentXmlPath_6;
|
|
// System.Boolean System.Runtime.Remoting.ConfigHandler::onlyDelayedChannels
|
|
bool ___onlyDelayedChannels_7;
|
|
};
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.Channels.CrossAppDomainData
|
|
struct CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284 : public RuntimeObject
|
|
{
|
|
// System.Object System.Runtime.Remoting.Channels.CrossAppDomainData::_ContextID
|
|
RuntimeObject* ____ContextID_0;
|
|
// System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainData::_DomainID
|
|
int32_t ____DomainID_1;
|
|
// System.String System.Runtime.Remoting.Channels.CrossAppDomainData::_processGuid
|
|
String_t* ____processGuid_2;
|
|
};
|
|
|
|
// System.Security.Cryptography.CryptoConfigForwarder
|
|
struct CryptoConfigForwarder_tAA06848C1F732BAF4484A73C45B34F3E8F2F9877 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.CspParameters
|
|
struct CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Security.Cryptography.CspParameters::ProviderType
|
|
int32_t ___ProviderType_0;
|
|
// System.String System.Security.Cryptography.CspParameters::ProviderName
|
|
String_t* ___ProviderName_1;
|
|
// System.String System.Security.Cryptography.CspParameters::KeyContainerName
|
|
String_t* ___KeyContainerName_2;
|
|
// System.Int32 System.Security.Cryptography.CspParameters::KeyNumber
|
|
int32_t ___KeyNumber_3;
|
|
// System.Int32 System.Security.Cryptography.CspParameters::m_flags
|
|
int32_t ___m_flags_4;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A : public RuntimeObject
|
|
{
|
|
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ____cultureData_1;
|
|
// System.String System.Globalization.DateTimeFormatInfo::_name
|
|
String_t* ____name_2;
|
|
// System.String System.Globalization.DateTimeFormatInfo::_langName
|
|
String_t* ____langName_3;
|
|
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::_compareInfo
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_4;
|
|
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::_cultureInfo
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____cultureInfo_5;
|
|
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
|
|
String_t* ___amDesignator_6;
|
|
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
|
|
String_t* ___pmDesignator_7;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
|
|
String_t* ___dateSeparator_8;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
|
|
String_t* ___generalShortTimePattern_9;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
|
|
String_t* ___generalLongTimePattern_10;
|
|
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
|
|
String_t* ___timeSeparator_11;
|
|
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
|
|
String_t* ___monthDayPattern_12;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
|
|
String_t* ___dateTimeOffsetPattern_13;
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_17;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
|
|
int32_t ___firstDayOfWeek_18;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
|
|
int32_t ___calendarWeekRule_19;
|
|
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
|
|
String_t* ___fullDateTimePattern_20;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedDayNames_21;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_superShortDayNames_22;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___dayNames_23;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedMonthNames_24;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___monthNames_25;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___genitiveMonthNames_26;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_genitiveAbbreviatedMonthNames_27;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___leapYearMonthNames_28;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
|
|
String_t* ___longDatePattern_29;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
|
|
String_t* ___shortDatePattern_30;
|
|
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
|
|
String_t* ___yearMonthPattern_31;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
|
|
String_t* ___longTimePattern_32;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
|
|
String_t* ___shortTimePattern_33;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allYearMonthPatterns_34;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortDatePatterns_35;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongDatePatterns_36;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortTimePatterns_37;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongTimePatterns_38;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_eraNames_39;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEraNames_40;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEnglishEraNames_41;
|
|
// System.Globalization.CalendarId[] System.Globalization.DateTimeFormatInfo::optionalCalendars
|
|
CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA* ___optionalCalendars_42;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::_isReadOnly
|
|
bool ____isReadOnly_44;
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
|
|
int32_t ___formatFlags_45;
|
|
// System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanPositivePattern
|
|
String_t* ____fullTimeSpanPositivePattern_49;
|
|
// System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanNegativePattern
|
|
String_t* ____fullTimeSpanNegativePattern_50;
|
|
// System.Globalization.DateTimeFormatInfo/TokenHashValue[] System.Globalization.DateTimeFormatInfo::_dtfiTokenHash
|
|
TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9* ____dtfiTokenHash_52;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
|
|
struct DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0 : public RuntimeObject
|
|
{
|
|
// System.Collections.ArrayList System.Runtime.Remoting.Contexts.DynamicPropertyCollection::_properties
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____properties_0;
|
|
};
|
|
|
|
// System.Runtime.Remoting.EnvoyInfo
|
|
struct EnvoyInfo_tE0728A19C99A4CE9A16E4C9BA0AF1680B212596D : public RuntimeObject
|
|
{
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.EnvoyInfo::envoySinks
|
|
RuntimeObject* ___envoySinks_0;
|
|
};
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Security.Cryptography.HashAlgorithm::_disposed
|
|
bool ____disposed_0;
|
|
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
|
|
int32_t ___HashSizeValue_1;
|
|
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___HashValue_2;
|
|
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
|
|
int32_t ___State_3;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets
|
|
bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::_count
|
|
int32_t ____count_11;
|
|
// System.Int32 System.Collections.Hashtable::_occupancy
|
|
int32_t ____occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::_loadsize
|
|
int32_t ____loadsize_13;
|
|
// System.Single System.Collections.Hashtable::_loadFactor
|
|
float ____loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version
|
|
int32_t ____version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress
|
|
bool ____isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_keys
|
|
RuntimeObject* ____keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_values
|
|
RuntimeObject* ____values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject* ____syncRoot_20;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Messaging.Header
|
|
struct Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.Messaging.Header::HeaderNamespace
|
|
String_t* ___HeaderNamespace_0;
|
|
// System.Boolean System.Runtime.Remoting.Messaging.Header::MustUnderstand
|
|
bool ___MustUnderstand_1;
|
|
// System.String System.Runtime.Remoting.Messaging.Header::Name
|
|
String_t* ___Name_2;
|
|
// System.Object System.Runtime.Remoting.Messaging.Header::Value
|
|
RuntimeObject* ___Value_3;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Identity
|
|
struct Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.Identity::_objectUri
|
|
String_t* ____objectUri_0;
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink
|
|
RuntimeObject* ____channelSink_1;
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink
|
|
RuntimeObject* ____envoySink_2;
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* ____clientDynamicProperties_3;
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* ____serverDynamicProperties_4;
|
|
// System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* ____objRef_5;
|
|
// System.Boolean System.Runtime.Remoting.Identity::_disposed
|
|
bool ____disposed_6;
|
|
};
|
|
|
|
// System.Runtime.Remoting.InternalRemotingServices
|
|
struct InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Mono.Security.Cryptography.KeyPairPersistence
|
|
struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6 : public RuntimeObject
|
|
{
|
|
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ____params_4;
|
|
// System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue
|
|
String_t* ____keyvalue_5;
|
|
// System.String Mono.Security.Cryptography.KeyPairPersistence::_filename
|
|
String_t* ____filename_6;
|
|
// System.String Mono.Security.Cryptography.KeyPairPersistence::_container
|
|
String_t* ____container_7;
|
|
};
|
|
|
|
// System.Security.Cryptography.KeySizes
|
|
struct KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Security.Cryptography.KeySizes::m_minSize
|
|
int32_t ___m_minSize_0;
|
|
// System.Int32 System.Security.Cryptography.KeySizes::m_maxSize
|
|
int32_t ___m_maxSize_1;
|
|
// System.Int32 System.Security.Cryptography.KeySizes::m_skipSize
|
|
int32_t ___m_skipSize_2;
|
|
};
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject* ____identity_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.ObjRef
|
|
struct ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396 : public RuntimeObject
|
|
{
|
|
// System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info
|
|
RuntimeObject* ___channel_info_0;
|
|
// System.String System.Runtime.Remoting.ObjRef::uri
|
|
String_t* ___uri_1;
|
|
// System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo
|
|
RuntimeObject* ___typeInfo_2;
|
|
// System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo
|
|
RuntimeObject* ___envoyInfo_3;
|
|
// System.Int32 System.Runtime.Remoting.ObjRef::flags
|
|
int32_t ___flags_4;
|
|
// System.Type System.Runtime.Remoting.ObjRef::_serverType
|
|
Type_t* ____serverType_5;
|
|
};
|
|
|
|
// System.Reflection.ParameterInfo
|
|
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject
|
|
{
|
|
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
|
|
int32_t ___AttrsImpl_0;
|
|
// System.Type System.Reflection.ParameterInfo::ClassImpl
|
|
Type_t* ___ClassImpl_1;
|
|
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
|
|
RuntimeObject* ___DefaultValueImpl_2;
|
|
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
|
|
MemberInfo_t* ___MemberImpl_3;
|
|
// System.String System.Reflection.ParameterInfo::NameImpl
|
|
String_t* ___NameImpl_4;
|
|
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
|
|
int32_t ___PositionImpl_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
|
|
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke
|
|
{
|
|
int32_t ___AttrsImpl_0;
|
|
Type_t* ___ClassImpl_1;
|
|
Il2CppIUnknown* ___DefaultValueImpl_2;
|
|
MemberInfo_t* ___MemberImpl_3;
|
|
char* ___NameImpl_4;
|
|
int32_t ___PositionImpl_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterInfo
|
|
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com
|
|
{
|
|
int32_t ___AttrsImpl_0;
|
|
Type_t* ___ClassImpl_1;
|
|
Il2CppIUnknown* ___DefaultValueImpl_2;
|
|
MemberInfo_t* ___MemberImpl_3;
|
|
Il2CppChar* ___NameImpl_4;
|
|
int32_t ___PositionImpl_5;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ProviderData
|
|
struct ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.ProviderData::Ref
|
|
String_t* ___Ref_0;
|
|
// System.String System.Runtime.Remoting.ProviderData::Type
|
|
String_t* ___Type_1;
|
|
// System.String System.Runtime.Remoting.ProviderData::Id
|
|
String_t* ___Id_2;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.ProviderData::CustomProperties
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___CustomProperties_3;
|
|
// System.Collections.IList System.Runtime.Remoting.ProviderData::CustomData
|
|
RuntimeObject* ___CustomData_4;
|
|
};
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.RemotingConfiguration
|
|
struct RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.RuntimeImports
|
|
struct RuntimeImports_tC174A6785D46460C7B85E1E45364FBD9C8104810 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.SHA1Internal
|
|
struct SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62 : public RuntimeObject
|
|
{
|
|
// System.UInt32[] System.Security.Cryptography.SHA1Internal::_H
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____H_0;
|
|
// System.UInt64 System.Security.Cryptography.SHA1Internal::count
|
|
uint64_t ___count_1;
|
|
// System.Byte[] System.Security.Cryptography.SHA1Internal::_ProcessingBuffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____ProcessingBuffer_2;
|
|
// System.Int32 System.Security.Cryptography.SHA1Internal::_ProcessingBufferCount
|
|
int32_t ____ProcessingBufferCount_3;
|
|
// System.UInt32[] System.Security.Cryptography.SHA1Internal::buff
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___buff_4;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
|
|
{
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t* ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540 : public RuntimeObject
|
|
{
|
|
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::_members
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____members_0;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::_data
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____data_1;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::_types
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____types_2;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_numItems
|
|
int32_t ____numItems_3;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_currItem
|
|
int32_t ____currItem_4;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::_current
|
|
bool ____current_5;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Channels.SinkProviderData
|
|
struct SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.Channels.SinkProviderData::sinkName
|
|
String_t* ___sinkName_0;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.Channels.SinkProviderData::children
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___children_1;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.Channels.SinkProviderData::properties
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___properties_2;
|
|
};
|
|
|
|
// Mono.Xml.SmallXmlParser
|
|
struct SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB : public RuntimeObject
|
|
{
|
|
// Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler
|
|
RuntimeObject* ___handler_0;
|
|
// System.IO.TextReader Mono.Xml.SmallXmlParser::reader
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader_1;
|
|
// System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___elementNames_2;
|
|
// System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___nameBuffer_6;
|
|
// System.Boolean Mono.Xml.SmallXmlParser::isWhitespace
|
|
bool ___isWhitespace_7;
|
|
// Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes
|
|
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* ___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;
|
|
};
|
|
|
|
// System.Collections.Stack
|
|
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47 : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.Stack::_array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
|
|
// System.Int32 System.Collections.Stack::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Stack::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Stack::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t* ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
};
|
|
|
|
// System.Security.Cryptography.SymmetricAlgorithm
|
|
struct SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue
|
|
int32_t ___BlockSizeValue_0;
|
|
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue
|
|
int32_t ___FeedbackSizeValue_1;
|
|
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___IVValue_2;
|
|
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___KeyValue_3;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalBlockSizesValue_4;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalKeySizesValue_5;
|
|
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue
|
|
int32_t ___KeySizeValue_6;
|
|
// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue
|
|
int32_t ___ModeValue_7;
|
|
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue
|
|
int32_t ___PaddingValue_8;
|
|
};
|
|
|
|
// Mono.Security.Cryptography.SymmetricTransform
|
|
struct SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43 : public RuntimeObject
|
|
{
|
|
// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo
|
|
SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___algo_0;
|
|
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt
|
|
bool ___encrypt_1;
|
|
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte
|
|
int32_t ___BlockSizeByte_2;
|
|
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___temp_3;
|
|
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___temp2_4;
|
|
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___workBuff_5;
|
|
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___workout_6;
|
|
// System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode
|
|
int32_t ___padmode_7;
|
|
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte
|
|
int32_t ___FeedBackByte_8;
|
|
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed
|
|
bool ___m_disposed_9;
|
|
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock
|
|
bool ___lastBlock_10;
|
|
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng
|
|
RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ____rng_11;
|
|
};
|
|
|
|
// System.Runtime.Remoting.TypeEntry
|
|
struct TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.TypeEntry::assembly_name
|
|
String_t* ___assembly_name_0;
|
|
// System.String System.Runtime.Remoting.TypeEntry::type_name
|
|
String_t* ___type_name_1;
|
|
};
|
|
|
|
// System.Runtime.Remoting.TypeInfo
|
|
struct TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06 : public RuntimeObject
|
|
{
|
|
// System.String System.Runtime.Remoting.TypeInfo::serverType
|
|
String_t* ___serverType_0;
|
|
// System.String[] System.Runtime.Remoting.TypeInfo::serverHierarchy
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___serverHierarchy_1;
|
|
// System.String[] System.Runtime.Remoting.TypeInfo::interfacesImplemented
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___interfacesImplemented_2;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
struct X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Helper
|
|
struct X509Helper_t9EBD0F5D805FD7BE64AB6050B4F5AC9BF0BAD930 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Claims.ClaimsIdentity/<get_Claims>d__51
|
|
struct U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>2__current
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___U3CU3E2__current_1;
|
|
// System.Int32 System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>4__this
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___U3CU3E4__this_3;
|
|
// System.Int32 System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<i>5__2
|
|
int32_t ___U3CiU3E5__2_4;
|
|
// System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>7__wrap2
|
|
RuntimeObject* ___U3CU3E7__wrap2_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>
|
|
struct Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
|
|
Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey
|
|
RuntimeObject* ____currentKey_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>
|
|
struct Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey
|
|
String_t* ____currentKey_3;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ActivatedClientTypeEntry
|
|
struct ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE : public TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36
|
|
{
|
|
// System.String System.Runtime.Remoting.ActivatedClientTypeEntry::applicationUrl
|
|
String_t* ___applicationUrl_2;
|
|
// System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::obj_type
|
|
Type_t* ___obj_type_3;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ActivatedServiceTypeEntry
|
|
struct ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B : public TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36
|
|
{
|
|
// System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::obj_type
|
|
Type_t* ___obj_type_2;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ClientIdentity
|
|
struct ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049 : public Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02
|
|
{
|
|
// System.WeakReference System.Runtime.Remoting.ClientIdentity::_proxyReference
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____proxyReference_7;
|
|
};
|
|
|
|
// System.Security.Cryptography.DES
|
|
struct DES_t4155628A71AAB12F38CF629C8CDDD21540E84315 : public SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.DESTransform
|
|
struct DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14 : public SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43
|
|
{
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::keySchedule
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___keySchedule_16;
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::byteBuff
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___byteBuff_17;
|
|
// System.UInt32[] System.Security.Cryptography.DESTransform::dwordBuff
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___dwordBuff_18;
|
|
};
|
|
|
|
// System.Security.Cryptography.DSA
|
|
struct DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41 : public AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.DSAParameters
|
|
struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9
|
|
{
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::P
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___P_0;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::Q
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Q_1;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::G
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___G_2;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::Y
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Y_3;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::J
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___J_4;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::X
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___X_5;
|
|
// System.Byte[] System.Security.Cryptography.DSAParameters::Seed
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Seed_6;
|
|
// System.Int32 System.Security.Cryptography.DSAParameters::Counter
|
|
int32_t ___Counter_7;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters
|
|
struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___P_0;
|
|
Il2CppSafeArray/*NONE*/* ___Q_1;
|
|
Il2CppSafeArray/*NONE*/* ___G_2;
|
|
Il2CppSafeArray/*NONE*/* ___Y_3;
|
|
Il2CppSafeArray/*NONE*/* ___J_4;
|
|
Il2CppSafeArray/*NONE*/* ___X_5;
|
|
Il2CppSafeArray/*NONE*/* ___Seed_6;
|
|
int32_t ___Counter_7;
|
|
};
|
|
// Native definition for COM marshalling of System.Security.Cryptography.DSAParameters
|
|
struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___P_0;
|
|
Il2CppSafeArray/*NONE*/* ___Q_1;
|
|
Il2CppSafeArray/*NONE*/* ___G_2;
|
|
Il2CppSafeArray/*NONE*/* ___Y_3;
|
|
Il2CppSafeArray/*NONE*/* ___J_4;
|
|
Il2CppSafeArray/*NONE*/* ___X_5;
|
|
Il2CppSafeArray/*NONE*/* ___Seed_6;
|
|
int32_t ___Counter_7;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB
|
|
{
|
|
// System.Object System.Collections.DictionaryEntry::_key
|
|
RuntimeObject* ____key_0;
|
|
// System.Object System.Collections.DictionaryEntry::_value
|
|
RuntimeObject* ____value_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.FormatterData
|
|
struct FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59 : public ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481
|
|
{
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// System.Security.Cryptography.MD5
|
|
struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D
|
|
{
|
|
};
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.RC2
|
|
struct RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9 : public SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8
|
|
{
|
|
// System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue
|
|
int32_t ___EffectiveKeySizeValue_9;
|
|
};
|
|
|
|
// System.Security.Cryptography.RC2Transform
|
|
struct RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7 : public SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43
|
|
{
|
|
// System.UInt16 System.Security.Cryptography.RC2Transform::R0
|
|
uint16_t ___R0_12;
|
|
// System.UInt16 System.Security.Cryptography.RC2Transform::R1
|
|
uint16_t ___R1_13;
|
|
// System.UInt16 System.Security.Cryptography.RC2Transform::R2
|
|
uint16_t ___R2_14;
|
|
// System.UInt16 System.Security.Cryptography.RC2Transform::R3
|
|
uint16_t ___R3_15;
|
|
// System.UInt16[] System.Security.Cryptography.RC2Transform::K
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___K_16;
|
|
// System.Int32 System.Security.Cryptography.RC2Transform::j
|
|
int32_t ___j_17;
|
|
};
|
|
|
|
// System.Security.Cryptography.RSA
|
|
struct RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A : public AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
|
|
struct RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3 : public AsymmetricSignatureDeformatter_tBB96AAAC1F942F159021BF6815E4E9ED0AEB1F3B
|
|
{
|
|
// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa
|
|
RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa_0;
|
|
// System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName
|
|
String_t* ___hashName_1;
|
|
};
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
|
|
struct RSAPKCS1SignatureFormatter_tF2D9545C9B3AD6EC7C9D95E2145FCA25E63BDC8B : public AsymmetricSignatureFormatter_t7635973FC93FEE7916DB89B4E0ED9A52F17557F0
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.SHA1
|
|
struct SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.ServerIdentity
|
|
struct ServerIdentity_tCEA9C604C04F28C078FAD97838C53BD19AEA3767 : public Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02
|
|
{
|
|
// System.Type System.Runtime.Remoting.ServerIdentity::_objectType
|
|
Type_t* ____objectType_7;
|
|
// System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject
|
|
MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* ____serverObject_8;
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink
|
|
RuntimeObject* ____serverSink_9;
|
|
// System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context
|
|
Context_t2CCB8C97E2B9649D3A11A72438694220AEA6CF95* ____context_10;
|
|
// System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease
|
|
Lease_t9280F47EBDF4FF4D3E61A87536BE43AFEA6A164C* ____lease_11;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapAttribute
|
|
struct SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::_useAttribute
|
|
bool ____useAttribute_0;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapAttribute::ProtXmlNamespace
|
|
String_t* ___ProtXmlNamespace_1;
|
|
// System.Object System.Runtime.Remoting.Metadata.SoapAttribute::ReflectInfo
|
|
RuntimeObject* ___ReflectInfo_2;
|
|
};
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask
|
|
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2;
|
|
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
|
|
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
|
|
{
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|
RuntimeObject* ___m_additionalContext_0;
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
|
|
{
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_22;
|
|
};
|
|
|
|
// System.Security.Cryptography.TripleDES
|
|
struct TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5 : public SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.TripleDESTransform
|
|
struct TripleDESTransform_tA477C3F4EDE31654896DFF4B3D64F160BFAC18CC : public SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43
|
|
{
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E1
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___E1_12;
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D2
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___D2_13;
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E3
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___E3_14;
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D1
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___D1_15;
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E2
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___E2_16;
|
|
// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D3
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* ___D3_17;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt64
|
|
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
|
|
{
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Runtime.Remoting.WellKnownClientTypeEntry
|
|
struct WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058 : public TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36
|
|
{
|
|
// System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::obj_type
|
|
Type_t* ___obj_type_2;
|
|
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::obj_url
|
|
String_t* ___obj_url_3;
|
|
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::app_url
|
|
String_t* ___app_url_4;
|
|
};
|
|
|
|
// System.Runtime.Remoting.WellKnownServiceTypeEntry
|
|
struct WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F : public TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36
|
|
{
|
|
// System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_type
|
|
Type_t* ___obj_type_2;
|
|
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_uri
|
|
String_t* ___obj_uri_3;
|
|
// System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_mode
|
|
int32_t ___obj_mode_4;
|
|
};
|
|
|
|
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
struct BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F : public RuntimeObject
|
|
{
|
|
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_surrogates
|
|
RuntimeObject* ___m_surrogates_0;
|
|
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_context
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___m_context_1;
|
|
// System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_binder
|
|
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* ___m_binder_2;
|
|
// System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_typeFormat
|
|
int32_t ___m_typeFormat_3;
|
|
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_assemblyFormat
|
|
int32_t ___m_assemblyFormat_4;
|
|
// System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_securityLevel
|
|
int32_t ___m_securityLevel_5;
|
|
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_crossAppDomainArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_crossAppDomainArray_6;
|
|
};
|
|
|
|
// System.Security.Cryptography.DSACryptoServiceProvider
|
|
struct DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E : public DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41
|
|
{
|
|
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store
|
|
KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* ___store_2;
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey
|
|
bool ___persistKey_3;
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted
|
|
bool ___persisted_4;
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable
|
|
bool ___privateKeyExportable_5;
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed
|
|
bool ___m_disposed_6;
|
|
// Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* ___dsa_7;
|
|
};
|
|
|
|
// Mono.Security.Cryptography.DSAManaged
|
|
struct DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB : public DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41
|
|
{
|
|
// System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated
|
|
bool ___keypairGenerated_2;
|
|
// System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed
|
|
bool ___m_disposed_3;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___p_4;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___q_5;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___g_6;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___x_7;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___y_8;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___j_9;
|
|
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed
|
|
BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___seed_10;
|
|
// System.Int32 Mono.Security.Cryptography.DSAManaged::counter
|
|
int32_t ___counter_11;
|
|
// System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing
|
|
bool ___j_missing_12;
|
|
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng
|
|
RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng_13;
|
|
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated
|
|
KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* ___KeyGenerated_14;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
|
|
{
|
|
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
|
|
intptr_t ___handle_0;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Lifetime.LifetimeServices
|
|
struct LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.MD5CryptoServiceProvider
|
|
struct MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B : public MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A
|
|
{
|
|
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____H_4;
|
|
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___buff_5;
|
|
// System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count
|
|
uint64_t ___count_6;
|
|
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____ProcessingBuffer_7;
|
|
// System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount
|
|
int32_t ____ProcessingBufferCount_8;
|
|
};
|
|
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.Byte[] System.IO.MemoryStream::_buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer_4;
|
|
// System.Int32 System.IO.MemoryStream::_origin
|
|
int32_t ____origin_5;
|
|
// System.Int32 System.IO.MemoryStream::_position
|
|
int32_t ____position_6;
|
|
// System.Int32 System.IO.MemoryStream::_length
|
|
int32_t ____length_7;
|
|
// System.Int32 System.IO.MemoryStream::_capacity
|
|
int32_t ____capacity_8;
|
|
// System.Boolean System.IO.MemoryStream::_expandable
|
|
bool ____expandable_9;
|
|
// System.Boolean System.IO.MemoryStream::_writable
|
|
bool ____writable_10;
|
|
// System.Boolean System.IO.MemoryStream::_exposable
|
|
bool ____exposable_11;
|
|
// System.Boolean System.IO.MemoryStream::_isOpen
|
|
bool ____isOpen_12;
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask_13;
|
|
};
|
|
|
|
// System.Security.Cryptography.RNGCryptoServiceProvider
|
|
struct RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170 : public RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3
|
|
{
|
|
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle
|
|
intptr_t ____handle_1;
|
|
};
|
|
|
|
// System.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
|
|
{
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.Security.Cryptography.SHA1CryptoServiceProvider
|
|
struct SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F : public SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE
|
|
{
|
|
// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha
|
|
SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* ___sha_4;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9
|
|
{
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
|
|
intptr_t ___handle_0;
|
|
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
|
|
int32_t ____state_1;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
|
|
bool ____ownsHandle_2;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
|
|
bool ____fullyInitialized_3;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
|
|
struct SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76 : public SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9
|
|
{
|
|
// System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::_elementName
|
|
String_t* ____elementName_3;
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::_isElement
|
|
bool ____isElement_4;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapMethodAttribute
|
|
struct SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A : public SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9
|
|
{
|
|
// System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseElement
|
|
String_t* ____responseElement_3;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseNamespace
|
|
String_t* ____responseNamespace_4;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_returnElement
|
|
String_t* ____returnElement_5;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_soapAction
|
|
String_t* ____soapAction_6;
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::_useAttribute
|
|
bool ____useAttribute_7;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_namespace
|
|
String_t* ____namespace_8;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapParameterAttribute
|
|
struct SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509 : public SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
|
|
struct SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8 : public SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9
|
|
{
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_useAttribute
|
|
bool ____useAttribute_3;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlElementName
|
|
String_t* ____xmlElementName_4;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlNamespace
|
|
String_t* ____xmlNamespace_5;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeName
|
|
String_t* ____xmlTypeName_6;
|
|
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeNamespace
|
|
String_t* ____xmlTypeNamespace_7;
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isType
|
|
bool ____isType_8;
|
|
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isElement
|
|
bool ____isElement_9;
|
|
};
|
|
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
|
|
{
|
|
// System.IO.Stream System.IO.StreamReader::_stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream_3;
|
|
// System.Text.Encoding System.IO.StreamReader::_encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_4;
|
|
// System.Text.Decoder System.IO.StreamReader::_decoder
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ____decoder_5;
|
|
// System.Byte[] System.IO.StreamReader::_byteBuffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer_6;
|
|
// System.Char[] System.IO.StreamReader::_charBuffer
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer_7;
|
|
// System.Int32 System.IO.StreamReader::_charPos
|
|
int32_t ____charPos_8;
|
|
// System.Int32 System.IO.StreamReader::_charLen
|
|
int32_t ____charLen_9;
|
|
// System.Int32 System.IO.StreamReader::_byteLen
|
|
int32_t ____byteLen_10;
|
|
// System.Int32 System.IO.StreamReader::_bytePos
|
|
int32_t ____bytePos_11;
|
|
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
|
|
int32_t ____maxCharsPerBuffer_12;
|
|
// System.Boolean System.IO.StreamReader::_detectEncoding
|
|
bool ____detectEncoding_13;
|
|
// System.Boolean System.IO.StreamReader::_checkPreamble
|
|
bool ____checkPreamble_14;
|
|
// System.Boolean System.IO.StreamReader::_isBlocked
|
|
bool ____isBlocked_15;
|
|
// System.Boolean System.IO.StreamReader::_closable
|
|
bool ____closable_16;
|
|
// System.Threading.Tasks.Task System.IO.StreamReader::_asyncReadTask
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncReadTask_17;
|
|
};
|
|
|
|
// System.Security.Principal.WindowsIdentity
|
|
struct WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459 : public ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206
|
|
{
|
|
// System.IntPtr System.Security.Principal.WindowsIdentity::_token
|
|
intptr_t ____token_13;
|
|
// System.String System.Security.Principal.WindowsIdentity::_type
|
|
String_t* ____type_14;
|
|
// System.Security.Principal.WindowsAccountType System.Security.Principal.WindowsIdentity::_account
|
|
int32_t ____account_15;
|
|
// System.Boolean System.Security.Principal.WindowsIdentity::_authenticated
|
|
bool ____authenticated_16;
|
|
// System.String System.Security.Principal.WindowsIdentity::_name
|
|
String_t* ____name_17;
|
|
// System.Runtime.Serialization.SerializationInfo System.Security.Principal.WindowsIdentity::_info
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____info_18;
|
|
};
|
|
|
|
// System.Security.Principal.WindowsImpersonationContext
|
|
struct WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Security.Principal.WindowsImpersonationContext::_token
|
|
intptr_t ____token_0;
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::undo
|
|
bool ___undo_1;
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4 : public RuntimeObject
|
|
{
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___impl_0;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyCertHash
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyCertHash_1;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySerialNumber
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazySerialNumber_2;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyIssuer
|
|
String_t* ___lazyIssuer_3;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySubject
|
|
String_t* ___lazySubject_4;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithm
|
|
String_t* ___lazyKeyAlgorithm_5;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithmParameters
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyKeyAlgorithmParameters_6;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyPublicKey
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyPublicKey_7;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotBefore
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotBefore_8;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotAfter
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotAfter_9;
|
|
};
|
|
|
|
// System.Runtime.AmbiguousImplementationException
|
|
struct AmbiguousImplementationException_tF37AE5B841F72455775D7119A4FE2681F7A37CFF : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// Microsoft.Win32.SafeHandles.SafePasswordHandle
|
|
struct SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7
|
|
{
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// System.WeakReference
|
|
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E : public RuntimeObject
|
|
{
|
|
// System.Boolean System.WeakReference::isLongReference
|
|
bool ___isLongReference_0;
|
|
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle_1;
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.Security.Cryptography.CryptographicException
|
|
struct CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.Messaging.HeaderHandler
|
|
struct HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Remoting.RemotingException
|
|
struct RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Security.SecurityException
|
|
struct SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.Security.SecurityException::permissionState
|
|
String_t* ___permissionState_18;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.UnauthorizedAccessException
|
|
struct UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
|
|
struct KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.CryptographicUnexpectedOperationException
|
|
struct CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810 : public CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F
|
|
{
|
|
};
|
|
|
|
// System.PlatformNotSupportedException
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A
|
|
{
|
|
};
|
|
|
|
// System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>
|
|
|
|
// System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
|
|
// System.EmptyArray`1<System.Object>
|
|
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
|
|
{
|
|
// T[] System.EmptyArray`1::Value
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0;
|
|
};
|
|
|
|
// System.EmptyArray`1<System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
|
|
|
|
// System.Collections.Generic.List`1<System.Security.Claims.Claim>
|
|
struct List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ClaimU5BU5D_t31E427CD45F51380F7FFCA9D4F8719D1C8995AB2* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Security.Claims.Claim>
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
|
|
// System.AppContextSwitches
|
|
struct AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields
|
|
{
|
|
// System.Boolean System.AppContextSwitches::SetActorAsReferenceWhenCopyingClaimsIdentity
|
|
bool ___SetActorAsReferenceWhenCopyingClaimsIdentity_0;
|
|
// System.Boolean System.AppContextSwitches::EnforceJapaneseEraYearRanges
|
|
bool ___EnforceJapaneseEraYearRanges_1;
|
|
// System.Boolean System.AppContextSwitches::FormatJapaneseFirstYearAsANumber
|
|
bool ___FormatJapaneseFirstYearAsANumber_2;
|
|
// System.Boolean System.AppContextSwitches::EnforceLegacyJapaneseDateParsing
|
|
bool ___EnforceLegacyJapaneseDateParsing_3;
|
|
};
|
|
|
|
// System.AppContextSwitches
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Reflection.Assembly
|
|
|
|
// System.Reflection.Assembly
|
|
|
|
// System.Security.Cryptography.AsymmetricAlgorithm
|
|
|
|
// System.Security.Cryptography.AsymmetricAlgorithm
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureDeformatter
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureDeformatter
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureFormatter
|
|
|
|
// System.Security.Cryptography.AsymmetricSignatureFormatter
|
|
|
|
// System.BitConverter
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields
|
|
{
|
|
// System.Boolean System.BitConverter::IsLittleEndian
|
|
bool ___IsLittleEndian_0;
|
|
};
|
|
|
|
// System.BitConverter
|
|
|
|
// System.Globalization.Calendar
|
|
|
|
// System.Globalization.Calendar
|
|
|
|
// System.Runtime.Remoting.ChannelData
|
|
|
|
// System.Runtime.Remoting.ChannelData
|
|
|
|
// System.Runtime.Remoting.ChannelInfo
|
|
|
|
// System.Runtime.Remoting.ChannelInfo
|
|
|
|
// System.Security.Claims.Claim
|
|
|
|
// System.Security.Claims.Claim
|
|
|
|
// System.Security.Claims.ClaimsIdentity
|
|
|
|
// System.Security.Claims.ClaimsIdentity
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields
|
|
{
|
|
// System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator> System.Globalization.CompareInfo::collators
|
|
Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollation
|
|
bool ___managedCollation_11;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
|
|
bool ___managedCollationChecked_12;
|
|
};
|
|
|
|
// System.Globalization.CompareInfo
|
|
|
|
// System.Runtime.Remoting.ConfigHandler
|
|
|
|
// System.Runtime.Remoting.ConfigHandler
|
|
|
|
// System.Runtime.Remoting.Channels.CrossAppDomainData
|
|
|
|
// System.Runtime.Remoting.Channels.CrossAppDomainData
|
|
|
|
// System.Security.Cryptography.CryptoConfigForwarder
|
|
|
|
// System.Security.Cryptography.CryptoConfigForwarder
|
|
|
|
// System.Security.Cryptography.CspParameters
|
|
|
|
// System.Security.Cryptography.CspParameters
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject* ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_39;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_StaticFields
|
|
{
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_invariantInfo
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_invariantInfo_0;
|
|
// System.Char[] System.Globalization.DateTimeFormatInfo::s_monthSpaces
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_monthSpaces_46;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_jajpDTFI_80;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_zhtwDTFI_81;
|
|
};
|
|
|
|
// System.Globalization.DateTimeFormatInfo
|
|
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
|
|
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
|
|
|
|
// System.Runtime.Remoting.EnvoyInfo
|
|
|
|
// System.Runtime.Remoting.EnvoyInfo
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
|
|
{
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
|
|
};
|
|
|
|
// System.EventArgs
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields
|
|
{
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo> System.Collections.Hashtable::s_serializationInfoTable
|
|
ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
|
|
// System.Runtime.Remoting.Messaging.Header
|
|
|
|
// System.Runtime.Remoting.Messaging.Header
|
|
|
|
// System.Runtime.Remoting.Identity
|
|
|
|
// System.Runtime.Remoting.Identity
|
|
|
|
// System.Runtime.Remoting.InternalRemotingServices
|
|
struct InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields
|
|
{
|
|
// System.Collections.Hashtable System.Runtime.Remoting.InternalRemotingServices::_soapAttributes
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____soapAttributes_0;
|
|
};
|
|
|
|
// System.Runtime.Remoting.InternalRemotingServices
|
|
|
|
// Mono.Security.Cryptography.KeyPairPersistence
|
|
struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields
|
|
{
|
|
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists
|
|
bool ____userPathExists_0;
|
|
// System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath
|
|
String_t* ____userPath_1;
|
|
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists
|
|
bool ____machinePathExists_2;
|
|
// System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath
|
|
String_t* ____machinePath_3;
|
|
// System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj
|
|
RuntimeObject* ___lockobj_8;
|
|
};
|
|
|
|
// Mono.Security.Cryptography.KeyPairPersistence
|
|
|
|
// System.Security.Cryptography.KeySizes
|
|
|
|
// System.Security.Cryptography.KeySizes
|
|
|
|
// System.MarshalByRefObject
|
|
|
|
// System.MarshalByRefObject
|
|
|
|
// System.Runtime.Remoting.ObjRef
|
|
struct ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields
|
|
{
|
|
// System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef
|
|
int32_t ___MarshalledObjectRef_6;
|
|
// System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef
|
|
int32_t ___WellKnowObjectRef_7;
|
|
};
|
|
|
|
// System.Runtime.Remoting.ObjRef
|
|
|
|
// System.Reflection.ParameterInfo
|
|
|
|
// System.Reflection.ParameterInfo
|
|
|
|
// System.Runtime.Remoting.ProviderData
|
|
|
|
// System.Runtime.Remoting.ProviderData
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
|
|
// System.Runtime.Remoting.RemotingConfiguration
|
|
struct RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields
|
|
{
|
|
// System.String System.Runtime.Remoting.RemotingConfiguration::applicationID
|
|
String_t* ___applicationID_0;
|
|
// System.String System.Runtime.Remoting.RemotingConfiguration::applicationName
|
|
String_t* ___applicationName_1;
|
|
// System.String System.Runtime.Remoting.RemotingConfiguration::processGuid
|
|
String_t* ___processGuid_2;
|
|
// System.Boolean System.Runtime.Remoting.RemotingConfiguration::defaultConfigRead
|
|
bool ___defaultConfigRead_3;
|
|
// System.Boolean System.Runtime.Remoting.RemotingConfiguration::defaultDelayedConfigRead
|
|
bool ___defaultDelayedConfigRead_4;
|
|
// System.Runtime.Remoting.CustomErrorsModes System.Runtime.Remoting.RemotingConfiguration::_errorMode
|
|
int32_t ____errorMode_5;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::wellKnownClientEntries
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___wellKnownClientEntries_6;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedClientEntries
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___activatedClientEntries_7;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::wellKnownServiceEntries
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___wellKnownServiceEntries_8;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedServiceEntries
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___activatedServiceEntries_9;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::channelTemplates
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___channelTemplates_10;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::clientProviderTemplates
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___clientProviderTemplates_11;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::serverProviderTemplates
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___serverProviderTemplates_12;
|
|
};
|
|
|
|
// System.Runtime.Remoting.RemotingConfiguration
|
|
|
|
// System.Runtime.RuntimeImports
|
|
|
|
// System.Runtime.RuntimeImports
|
|
|
|
// System.Security.Cryptography.SHA1Internal
|
|
|
|
// System.Security.Cryptography.SHA1Internal
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
|
|
// System.Runtime.Remoting.Channels.SinkProviderData
|
|
|
|
// System.Runtime.Remoting.Channels.SinkProviderData
|
|
|
|
// Mono.Xml.SmallXmlParser
|
|
|
|
// Mono.Xml.SmallXmlParser
|
|
|
|
// System.Collections.Stack
|
|
|
|
// System.Collections.Stack
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Security.Cryptography.SymmetricAlgorithm
|
|
|
|
// System.Security.Cryptography.SymmetricAlgorithm
|
|
|
|
// Mono.Security.Cryptography.SymmetricTransform
|
|
|
|
// Mono.Security.Cryptography.SymmetricTransform
|
|
|
|
// System.Runtime.Remoting.TypeEntry
|
|
|
|
// System.Runtime.Remoting.TypeEntry
|
|
|
|
// System.Runtime.Remoting.TypeInfo
|
|
|
|
// System.Runtime.Remoting.TypeInfo
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Helper
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Helper
|
|
|
|
// System.Security.Claims.ClaimsIdentity/<get_Claims>d__51
|
|
|
|
// System.Security.Claims.ClaimsIdentity/<get_Claims>d__51
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>
|
|
|
|
// System.Runtime.Remoting.ActivatedClientTypeEntry
|
|
|
|
// System.Runtime.Remoting.ActivatedClientTypeEntry
|
|
|
|
// System.Runtime.Remoting.ActivatedServiceTypeEntry
|
|
|
|
// System.Runtime.Remoting.ActivatedServiceTypeEntry
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// System.Runtime.Remoting.ClientIdentity
|
|
|
|
// System.Runtime.Remoting.ClientIdentity
|
|
|
|
// System.Security.Cryptography.DES
|
|
struct DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_StaticFields
|
|
{
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalBlockSizes_9;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalKeySizes_10;
|
|
};
|
|
|
|
// System.Security.Cryptography.DES
|
|
|
|
// System.Security.Cryptography.DESTransform
|
|
struct DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields
|
|
{
|
|
// System.Int32 System.Security.Cryptography.DESTransform::KEY_BIT_SIZE
|
|
int32_t ___KEY_BIT_SIZE_12;
|
|
// System.Int32 System.Security.Cryptography.DESTransform::KEY_BYTE_SIZE
|
|
int32_t ___KEY_BYTE_SIZE_13;
|
|
// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BIT_SIZE
|
|
int32_t ___BLOCK_BIT_SIZE_14;
|
|
// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BYTE_SIZE
|
|
int32_t ___BLOCK_BYTE_SIZE_15;
|
|
// System.UInt32[] System.Security.Cryptography.DESTransform::spBoxes
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___spBoxes_19;
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::PC1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___PC1_20;
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::leftRotTotal
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___leftRotTotal_21;
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::PC2
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___PC2_22;
|
|
// System.UInt32[] System.Security.Cryptography.DESTransform::ipTab
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___ipTab_23;
|
|
// System.UInt32[] System.Security.Cryptography.DESTransform::fpTab
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___fpTab_24;
|
|
};
|
|
|
|
// System.Security.Cryptography.DESTransform
|
|
|
|
// System.Security.Cryptography.DSA
|
|
|
|
// System.Security.Cryptography.DSA
|
|
|
|
// System.Security.Cryptography.DSAParameters
|
|
|
|
// System.Security.Cryptography.DSAParameters
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
|
|
{
|
|
// System.Int32[] System.DateTime::s_daysToMonth365
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
|
|
// System.Int32[] System.DateTime::s_daysToMonth366
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
|
|
// System.DateTime System.DateTime::UnixEpoch
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
|
|
};
|
|
|
|
// System.DateTime
|
|
|
|
// System.Collections.DictionaryEntry
|
|
|
|
// System.Collections.DictionaryEntry
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Runtime.Remoting.FormatterData
|
|
|
|
// System.Runtime.Remoting.FormatterData
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// System.Security.Cryptography.MD5
|
|
|
|
// System.Security.Cryptography.MD5
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// System.Security.Cryptography.RC2
|
|
struct RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9_StaticFields
|
|
{
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalBlockSizes_10;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalKeySizes_11;
|
|
};
|
|
|
|
// System.Security.Cryptography.RC2
|
|
|
|
// System.Security.Cryptography.RC2Transform
|
|
struct RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields
|
|
{
|
|
// System.Byte[] System.Security.Cryptography.RC2Transform::pitable
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___pitable_18;
|
|
};
|
|
|
|
// System.Security.Cryptography.RC2Transform
|
|
|
|
// System.Security.Cryptography.RSA
|
|
|
|
// System.Security.Cryptography.RSA
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
|
|
|
|
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
|
|
|
|
// System.Security.Cryptography.SHA1
|
|
|
|
// System.Security.Cryptography.SHA1
|
|
|
|
// System.Runtime.Remoting.ServerIdentity
|
|
|
|
// System.Runtime.Remoting.ServerIdentity
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapAttribute
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
|
|
{
|
|
// System.IO.Stream System.IO.Stream::Null
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1;
|
|
};
|
|
|
|
// System.IO.Stream
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
|
|
{
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
|
|
{
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
|
|
// System.Security.Cryptography.TripleDES
|
|
struct TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_StaticFields
|
|
{
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalBlockSizes_9;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___s_legalKeySizes_10;
|
|
};
|
|
|
|
// System.Security.Cryptography.TripleDES
|
|
|
|
// System.Security.Cryptography.TripleDESTransform
|
|
|
|
// System.Security.Cryptography.TripleDESTransform
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt64
|
|
|
|
// System.UInt64
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// System.Runtime.Remoting.WellKnownClientTypeEntry
|
|
|
|
// System.Runtime.Remoting.WellKnownClientTypeEntry
|
|
|
|
// System.Runtime.Remoting.WellKnownServiceTypeEntry
|
|
|
|
// System.Runtime.Remoting.WellKnownServiceTypeEntry
|
|
|
|
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
struct BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation> System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::typeNameCache
|
|
Dictionary_2_t8B428D684ADA214F1A90B42123A1536ED34C1FF8* ___typeNameCache_7;
|
|
};
|
|
|
|
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
|
|
// System.Security.Cryptography.DSACryptoServiceProvider
|
|
struct DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E_StaticFields
|
|
{
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore
|
|
bool ___useMachineKeyStore_8;
|
|
};
|
|
|
|
// System.Security.Cryptography.DSACryptoServiceProvider
|
|
|
|
// Mono.Security.Cryptography.DSAManaged
|
|
|
|
// Mono.Security.Cryptography.DSAManaged
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// System.Runtime.Remoting.Lifetime.LifetimeServices
|
|
struct LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_StaticFields
|
|
{
|
|
// System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseManagerPollTime
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____leaseManagerPollTime_0;
|
|
// System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseTime
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____leaseTime_1;
|
|
// System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_renewOnCallTime
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____renewOnCallTime_2;
|
|
// System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_sponsorshipTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____sponsorshipTimeout_3;
|
|
// System.Runtime.Remoting.Lifetime.LeaseManager System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseManager
|
|
LeaseManager_tEE6B78A085475F3EB41B5E0F0C40051E03100252* ____leaseManager_4;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Lifetime.LifetimeServices
|
|
|
|
// System.Security.Cryptography.MD5CryptoServiceProvider
|
|
struct MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields
|
|
{
|
|
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___K_9;
|
|
};
|
|
|
|
// System.Security.Cryptography.MD5CryptoServiceProvider
|
|
|
|
// System.IO.MemoryStream
|
|
|
|
// System.IO.MemoryStream
|
|
|
|
// System.Security.Cryptography.RNGCryptoServiceProvider
|
|
struct RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_StaticFields
|
|
{
|
|
// System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock
|
|
RuntimeObject* ____lock_0;
|
|
};
|
|
|
|
// System.Security.Cryptography.RNGCryptoServiceProvider
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.Security.Cryptography.SHA1CryptoServiceProvider
|
|
|
|
// System.Security.Cryptography.SHA1CryptoServiceProvider
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapMethodAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapMethodAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapParameterAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapParameterAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
|
|
|
|
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
|
|
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_StaticFields
|
|
{
|
|
// System.IO.StreamReader System.IO.StreamReader::Null
|
|
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___Null_2;
|
|
};
|
|
|
|
// System.IO.StreamReader
|
|
|
|
// System.Security.Principal.WindowsIdentity
|
|
struct WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_StaticFields
|
|
{
|
|
// System.IntPtr System.Security.Principal.WindowsIdentity::invalidWindows
|
|
intptr_t ___invalidWindows_19;
|
|
};
|
|
|
|
// System.Security.Principal.WindowsIdentity
|
|
|
|
// System.Security.Principal.WindowsImpersonationContext
|
|
|
|
// System.Security.Principal.WindowsImpersonationContext
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
|
|
// System.Runtime.AmbiguousImplementationException
|
|
|
|
// System.Runtime.AmbiguousImplementationException
|
|
|
|
// Microsoft.Win32.SafeHandles.SafePasswordHandle
|
|
|
|
// Microsoft.Win32.SafeHandles.SafePasswordHandle
|
|
|
|
// System.Type
|
|
struct Type_t_StaticFields
|
|
{
|
|
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_1;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject* ___Missing_3;
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.WeakReference
|
|
|
|
// System.WeakReference
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.Security.Cryptography.CryptographicException
|
|
|
|
// System.Security.Cryptography.CryptographicException
|
|
|
|
// System.Runtime.Remoting.Messaging.HeaderHandler
|
|
|
|
// System.Runtime.Remoting.Messaging.HeaderHandler
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.Runtime.Remoting.RemotingException
|
|
|
|
// System.Runtime.Remoting.RemotingException
|
|
|
|
// System.Security.SecurityException
|
|
|
|
// System.Security.SecurityException
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_StaticFields
|
|
{
|
|
// System.String System.Runtime.Serialization.SerializationException::s_nullMessage
|
|
String_t* ___s_nullMessage_18;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
|
|
// System.UnauthorizedAccessException
|
|
|
|
// System.UnauthorizedAccessException
|
|
|
|
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
|
|
|
|
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.Security.Cryptography.CryptographicUnexpectedOperationException
|
|
|
|
// System.Security.Cryptography.CryptographicUnexpectedOperationException
|
|
|
|
// System.PlatformNotSupportedException
|
|
|
|
// System.PlatformNotSupportedException
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
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.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_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, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Security.Cryptography.KeySizes[]
|
|
struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* m_Items[1];
|
|
|
|
inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4** 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, KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint16_t m_Items[1];
|
|
|
|
inline uint16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_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, uint16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
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.Runtime.Remoting.Messaging.Header[]
|
|
struct HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2* m_Items[1];
|
|
|
|
inline Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2** 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, Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Header_tE9EAA72E5EE33410AC8378F656AFC9D3D17372B2* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Runtime.Remoting.Contexts.IContextAttribute[]
|
|
struct IContextAttributeU5BU5D_tBF33B08E7FE42BDCE617035E11328EC7F1678BB1 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Array::Reverse<System.Byte>(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_gshared (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared (KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_m82A329DF46E01C30AB3FF7AFA314E3CE05945220_gshared (Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.ObjectModel.Collection`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_get_Item_m1D936D2EDF0905F5E3BE99A97444ED8CADB7E4E6_gshared (Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_get_Count_mB555825F783F3AD3827FCBB129C0CBC41041D723_gshared (Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3* __this, const RuntimeMethod* method) ;
|
|
// T[] System.Array::Empty<System.Object>()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ;
|
|
|
|
// System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___0_symmAlgo, bool ___1_encryption, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_rgbIV, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::GetStrongKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DESTransform_GetStrongKey_mDB5D05F187118BE796A6B5D92F191B5A3D65D53D (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Cryptography.DES::IsWeakKey(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsWeakKey_m17D41D276C4CD2AFC2077A776CF5310D47488221 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgbKey, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Cryptography.DES::IsSemiWeakKey(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsSemiWeakKey_mABF3FE5EDCE9850210A32F87CCAC472DBB44D6AA (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgbKey, const RuntimeMethod* method) ;
|
|
// System.String Locale::GetText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600 (String_t* ___0_msg, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Object System.Array::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DESTransform::SetKey(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_SetKey_m6741700EB7C05B525620D051D5EDC84C0FD42A35 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DESTransform::BSwap(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_BSwap_mAFAAD7780B02F17647F1D07563E94D3587271A2D (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_byteBuff, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Security.Cryptography.DESTransform::CipherFunct(System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, uint32_t ___0_r, int32_t ___1_n, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___2_permTab, bool ___3_preSwap, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, const RuntimeMethod* method) ;
|
|
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21 (int32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7F0D9766E2CE0031007086B713375FF8C89ADEB3 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, int32_t ___0_dwKeySize, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DSA::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_mACB3A827BDED4D02538FAA4052E69E04CEF119B3 (DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_mF2462B6695DC15B29425FF388DC799E477DB368B (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, int32_t ___0_dwKeySize, bool ___1_parameters, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m0488C1FC71E4A417E16EA1E06FC24F4D7DC80104 (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* __this, int32_t ___0_minSize, int32_t ___1_maxSize, int32_t ___2_skipSize, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged__ctor_m90B91D633F9AA1A4E2AB249CC367622A0CC03B76 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, int32_t ___0_dwKeySize, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m731BC4DA942A65B128371AC463F49D4F459235A3 (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_KeyGenerated_m36721E477312645892832DA583757F9B23BF7AA5 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m13501EC2E6431EAB226063DACD25AB408DD954C8 (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, int32_t ___0_dwTypeIn, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m9C1F8339A1C321C6EDCB76E6038B7786D9EA7F6A (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_mEDAD0CB8925F5188D527B6FF85B481D94DEDD5DC (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___0_parameters, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_get_PublicOnly_m4A816BD7EFD49C46474ED6ED5721C39D004BC054 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mBF912685AFD920126AACBF2950893576F4308888 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m786C408F7FFE6844D1C2A44F085D28055B61DEE6 (AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* __this, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_m4FFF2A6100E07BF33C1EB0D4C98E3ECDC536D6EB (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Save()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m19F91B457374C019AB4BDDECA7E02A30DBFBC801 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.MD5::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5__ctor_m2ADB9C1AC9A8A73EC6E896B4EFCD451192B166F3 (MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m89C0BA10A54BED384C063CF2AA90096C1015AA83 (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessBlock(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessFinalBlock_m1A08AFA46AEBA5C88927CAF05F53A019D94AFB17 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, int32_t ___2_inputCount, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::AddLength(System.UInt64,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_AddLength_m041F60B065C3BCB318338F831FDC04687112B803 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, uint64_t ___0_length, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, int32_t ___2_position, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Cryptography.KeySizes::IsLegalKeySize(System.Security.Cryptography.KeySizes[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySizes_IsLegalKeySize_m77AEBA8F2FE57F9CFDB3D897D102B0A6D0EE3811 (KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___0_legalKeys, int32_t ___1_size, const RuntimeMethod* method) ;
|
|
// System.String Locale::GetText(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m42E1EB13401D44A17A435110DDBE57AD042267A5 (String_t* ___0_fmt, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m96D21A34415FC86445CCED8018B76C931DDCB0E2 (const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.RandomNumberGenerator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_mD6E74EAE1521A2378699C97B8B3E9AE16C5DFABA (RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* __this, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte*,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_mB05BF9ACA6E9CDFDC89E5EF114DA40B2A360172B (uint8_t* ___0_seed, intptr_t ___1_seed_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.IntPtr::op_Explicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mDDF1A91C58AC17347D735651A0D830CA1E86D4B0 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte*,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F (intptr_t ___0_handle, uint8_t* ___1_data, intptr_t ___2_data_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m60A695026C97F00F957F1B05D1ECBE09D965A34E (intptr_t ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m1A365DC4FD2B462DC6216D44A6F9C162629A797B (RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_mCBA741552A20E4A9977587050187DE75F1977919 (AsymmetricSignatureDeformatter_tBB96AAAC1F942F159021BF6815E4E9ED0AEB1F3B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m7B82CB21FC15393F2CAD27ACD273949AAF1A7F60 (CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.String,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m312EDEA62CF76B949969E2D0559C6EE34BB4E7F4 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___0_rsa, String_t* ___1_hashName, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_hashValue, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_signature, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_mE4C71BF93550521F00058B6455A300C2D70D2D5F (AsymmetricSignatureFormatter_t7635973FC93FEE7916DB89B4E0ED9A52F17557F0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_mC6FF2BCED768A60B3F2539F30730EE014D5E8BF5 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, uint32_t ___1_inputOffset, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_m38B6732E9AC4BD395679217976B72E37A4301B72 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, int32_t ___2_inputCount, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m5996EBCA7A5D754A153AE24CED12603EB548CA59 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___0_buff, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_input, uint32_t ___2_inputOffset, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_mCB2E2CF1B211A67D9EBF617D798CBC46EB636E70 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___0_buff, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_m096EFBE785BA7FDAD4DA4C0A3807A99A49FA54F0 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, uint64_t ___0_length, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, int32_t ___2_position, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1__ctor_m7132D34515F4EE573D30BCE82420DFE376757299 (SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m09C4C50049A78D890BD460121E2957A4FFCE8699 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m3515E38259D4F071F32C9B6E5184651C5038E61D (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgb, int32_t ___1_ibStart, int32_t ___2_cbSize, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SHA1Internal_HashFinal_m44F2DF1055D80A465FDA8F557C10E77FC9BA505E (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* TripleDESTransform_GetStrongKey_m469CCD9C7C9CA0B3CE062883C6C22A682BDC06FB (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Cryptography.TripleDES::IsWeakKey(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TripleDES_IsWeakKey_m0BDA33C108C0DC5EED82367CCBED58B89EDA3950 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgbKey, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.DES System.Security.Cryptography.DES::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* DES_Create_mE618F80B0738DBE1C6450146D2A55A50FF442C7D (const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___0_symmAlgo, bool ___1_encryption, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_iv, const RuntimeMethod* method) ;
|
|
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CryptoConfig_CreateFromName_m94278BF6EF728C4A82875C4367A44A91CE8A042A (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_Dispose_mDC516A5BF712329AC6C12CCF08F41C438EA0A4D5 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::Import(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_Import_mA9110F901760B32A4ADCE86E5D9115B41FFFF39A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rawData, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::InitFromCertificate(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_InitFromCertificate_mBE47B2245F80871E40AF837899E411A58911614E (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::InitFromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_InitFromCertificate_m585FCC10F6BB7B0EC3C05CE861FDBAA878BBBC33 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_cert, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m8C7B944B736B2E80B997CEF14DA533A43B21221D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.PlatformNotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::ThrowIfInvalid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m1922DC6FA16712898394AF2377B6D089BA2D169E (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawSerialNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertHash()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Byte[] Internal.Cryptography.Helpers::CloneByteArray(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_src, const RuntimeMethod* method) ;
|
|
// System.String Internal.Cryptography.Helpers::ToHexStringUpper(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Helpers_ToHexStringUpper_m92299BB66BAF001988190B5FB46E655EA2F239DD (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Reverse<System.Byte>(T[])
|
|
inline void Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, const RuntimeMethod*))Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_gshared)(___0_array, method);
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Helper::IsValid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Helper_IsValid_m3A9DFFDBF9599DD79DA135363956576F4F837751 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method) ;
|
|
// System.String System.Object::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_mF8AC1EB9D85AB52EC8FD8B8BDD131E855E69673F (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88 (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m2568DA6469339937B44FCD5C7C69FF02934D075C (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Char[] Internal.Cryptography.Helpers::ToHexArrayUpper(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Helpers_ToHexArrayUpper_mBC107AC5FC59B91E8308F8A16BE6A1456C8D97B2 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456 (StringBuilder_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_value, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::GetNotBefore()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D X509Certificate_GetNotBefore_m1E3FA4967825483593325CC5ACB72713631AEEDD (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::FormatDate(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_FormatDate_m92BA85C1E5BDA937F6CD97E84B224F16AD9EAA8F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_date, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::GetNotAfter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D X509Certificate_GetNotAfter_mBED8ACE5BCA21D51715AFD8E568E46989E47DF02 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ;
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Year()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Month()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Day()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
// System.String System.DateTime::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Helper::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper_ThrowIfContextInvalid_m925EF739507BA9738AFE65C6382DF6D832C30588 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method) ;
|
|
// System.Exception System.Security.Cryptography.X509Certificates.X509Helper::GetInvalidContextException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* X509Helper_GetInvalidContextException_mA7CE683FAB3BE18FEFFBDE0D5C8EC7800F6E93DB (const RuntimeMethod* method) ;
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// Mono.ISystemDependencyProvider Mono.DependencyInjector::get_SystemProvider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DependencyInjector_get_SystemProvider_mE5A70536FA00E2120995E007441DE8BCA0372287 (const RuntimeMethod* method) ;
|
|
// Mono.ISystemCertificateProvider System.Security.Cryptography.X509Certificates.X509Helper::get_CertificateProvider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509Helper_get_CertificateProvider_m60AB5F047E66DF8005486DB1FCFB5E79426074B3 (const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_m043B939C5C8DE700CF7449D881E1465BC4201422 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Principal.WindowsIdentity::SetToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity_SetToken_m640262A39E6402112AEED1ED7861EC6007DF9A3D (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsIdentity_GetCurrentToken_m9B49C8DBA05E262CEBA00A6B70E82C900D0F0EE6 (const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Principal.WindowsIdentity::.ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity__ctor_m28E6A48B3768D8FBEC5C740B25EF86EB52A0EABB (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, intptr_t ___0_userToken, String_t* ___1_type, int32_t ___2_acctType, bool ___3_isAuthenticated, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Principal.WindowsImpersonationContext::.ctor(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsImpersonationContext__ctor_mC0D94E62ECC6D051D5B6DF0E35D4AA2200B249BC (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* __this, intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96 (intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0 (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, bool ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Environment::get_IsUnix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_IsUnix_mF59B7EC4C2D4A9818254C5EDFD5A68F5601E4C35 (const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Security.Principal.WindowsImpersonationContext::DuplicateToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsImpersonationContext_DuplicateToken_mC0D308BC37C8394B8F634F6B90EDA066B953E935 (intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::SetCurrentToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_SetCurrentToken_m106B87CD6CC61DED67C36EC5D1F1A17A46832657 (intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.SecurityException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m0998D0D6AAB191E05A9FA69255F57B8AFCABD01A (SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Principal.WindowsImpersonationContext::Undo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsImpersonationContext_Undo_m733F7868660F9D2046D1E4BCCAC44CF63990225D (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::RevertToSelf()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_RevertToSelf_m682A701D1EC6671040FF30C0DDB061696578AC3B (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::CloseToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC (intptr_t ___0_token, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.Claim::.ctor(System.String,System.String,System.String,System.String,System.String,System.Security.Claims.ClaimsIdentity,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, String_t* ___0_type, String_t* ___1_value, String_t* ___2_valueType, String_t* ___3_issuer, String_t* ___4_originalIssuer, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___5_subject, String_t* ___6_propertyKey, String_t* ___7_propertyValue, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IDictionary`2<System.String,System.String> System.Security.Claims.Claim::get_Properties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claim_get_Properties_m8E9326E483B3535687B4092032496256DFEDD205 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
|
|
inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys()
|
|
inline KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>::GetEnumerator()
|
|
inline Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22 (KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 (*) (KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342*, const RuntimeMethod*))KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>::Dispose()
|
|
inline void Enumerator_Dispose_m6C974325ADBDD3ECEBAA290D7940AC282C56386A (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867*, const RuntimeMethod*))Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared)(__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>::get_Current()
|
|
inline String_t* Enumerator_get_Current_m4620EF2C1DF7D94D5A511226C42A3A42040B1C9E_inline (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867*, const RuntimeMethod*))Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(TKey)
|
|
inline String_t* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.String>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mE8FB9EBD177219F5AC0BF48642FB47D3E186C283 (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867*, const RuntimeMethod*))Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Security.Claims.Claim::.ctor(System.Security.Claims.Claim,System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m4BA66ECEAC41DB8B505120C58D4C1B31D0D37215 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___0_other, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___1_subject, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_m033E317BAAAD4FDD971107B917377301F4B89CAA (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_claims, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_mDF94CE44ADC9B2A89AB78E6702B3FB686167A1FA (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_identity, RuntimeObject* ___1_claims, String_t* ___2_authenticationType, String_t* ___3_nameType, String_t* ___4_roleType, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>,System.String,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_mB5BE300A143EB60688509AB117CB7CADF9F26916 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_identity, RuntimeObject* ___1_claims, String_t* ___2_authenticationType, String_t* ___3_nameType, String_t* ___4_roleType, bool ___5_checkAuthType, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Security.Claims.Claim>::.ctor()
|
|
inline void List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56 (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>::.ctor()
|
|
inline void Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*, const RuntimeMethod*))Collection_1__ctor_m82A329DF46E01C30AB3FF7AFA314E3CE05945220_gshared)(__this, method);
|
|
}
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::get_Actor()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Security.Claims.ClaimsIdentity::IsCircular(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClaimsIdentity_IsCircular_mA6224B4C07FB938C823D6A23C7B77D565DB94223 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_subject, const RuntimeMethod* method) ;
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_mA14837A574D24E2F2D120D7B5514E849E9986058 (String_t* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::SafeAddClaims(System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_SafeAddClaims_m1A81DD7454F785BBA5AE2B2DBF599320BBA70CDF (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_claims, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.Claim::.ctor(System.String,System.String,System.String,System.String,System.String,System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m011F310C596EC39DFA58DB96143DA8355A1DB21C (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, String_t* ___0_type, String_t* ___1_value, String_t* ___2_valueType, String_t* ___3_issuer, String_t* ___4_originalIssuer, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___5_subject, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::SafeAddClaim(System.Security.Claims.Claim)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_SafeAddClaim_mE5B9F20C53DE1A93DF3A292897387DBFEE1362D6 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___0_claim, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_Deserialize_mE9D6245226D50987A80C74FB14EC116A5B01C6F0 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, bool ___2_useContext, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51__ctor_mBA97A1839580364E91F8E772080E4EC93FD1CD9F (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Claims.Claim::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Claim_get_Value_m50E28A1568B1A2622F58DCD4EBF2382BB980B1CE_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::set_Actor(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.Claim::get_Subject()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* Claim_get_Subject_mB66477534A26C71671C1A2E7D1CD09CE6A278782_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Security.Claims.Claim>::Add(T)
|
|
inline void List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_inline (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* __this, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.String System.Security.Claims.Claim::get_Type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Claim_get_Type_mA301AF5212B25CC57E3E7BE481FEDEF0A8E9DFB8_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.String System.Security.Claims.ClaimsIdentity::SerializeClaims()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClaimsIdentity_SerializeClaims_mA4426B8BC6CDBC75ED8FA9F436C86BAD5EE2A41D (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity::DeserializeClaims(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_DeserializeClaims_mEFFA8A6443C830B33E46D246F5F8047D1323CFE0 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, String_t* ___0_serializedClaims, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m484DBB5D742624C3A8190921A85458BCECBB1705 (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.MemoryStream::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mC5594363BF162614AA2902DD4ED2CDD8B3D4022A (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_serializationStream, RuntimeObject* ___1_graph, HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6* ___2_headers, bool ___3_fCheck, const RuntimeMethod* method) ;
|
|
// System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mECD6DC25F60E757B099BA569741E987677D1FFEE (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, int32_t ___1_offset, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Convert::FromBase64String(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.MemoryStream::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2 (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BinaryFormatter_Deserialize_m69748168DAB829DE31A7ED9691067B53F8DECFF9 (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_serializationStream, HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4* ___1_handler, bool ___2_fCheck, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Security.Claims.Claim>::get_Item(System.Int32)
|
|
inline Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* (*) (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void System.Security.Claims.Claim::set_Subject(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Claim_set_Subject_m1007A45AA2690A177590DDA667170C9807C7D4D1_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Security.Claims.Claim>::get_Count()
|
|
inline int32_t List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_inline (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_mAC876D31004062B2D129989E071892BBFA994DB8 (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* __this, RuntimeObject* ___0_selector, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m58B6D682B6C829258730C1E952E9099ACDDAE734 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m52370B9D7DEAF095B34C6AE27338067A3A1CF886 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Environment::get_CurrentManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF (const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51_U3CU3Em__Finally1_m1C6A79BECC11D9CBCD606817823C2D3781C73428 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51_System_IDisposable_Dispose_m6B829B191BB064B04855AF9E38638F881584C248 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>::get_Item(System.Int32)
|
|
inline RuntimeObject* Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1 (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*, int32_t, const RuntimeMethod*))Collection_1_get_Item_m1D936D2EDF0905F5E3BE99A97444ED8CADB7E4E6_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 System.Collections.ObjectModel.Collection`1<System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>>::get_Count()
|
|
inline int32_t Collection_1_get_Count_mDE2A6FD429589E28CF80D64B4CA14746F6216CDF (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*, const RuntimeMethod*))Collection_1_get_Count_mB555825F783F3AD3827FCBB129C0CBC41041D723_gshared)(__this, method);
|
|
}
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_ClaimsU3Ed__51_System_Collections_Generic_IEnumerableU3CSystem_Security_Claims_ClaimU3E_GetEnumerator_mEE7B43D51E45B4AC5F4CEEC1ADB02773E4C1E917 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::set_HResult(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.RuntimeImports::ZeroMemory(System.Void*,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeImports_ZeroMemory_m0F1B81B847BC9D88E3852B120C07B799C140552D (void* ___0_p, uint32_t ___1_byteLength, const RuntimeMethod* method) ;
|
|
// System.Object[] System.Runtime.Remoting.Channels.ChannelServices::GetCurrentChannelInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ChannelServices_GetCurrentChannelInfo_mA1C33C926A7C7612AFE528E88747963A9E7B0BFD (const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.TypeEntry::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEntry__ctor_m013FD8016C348D1036720B1E383FAAF4B8E01F22 (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.TypeEntry::set_AssemblyName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m1A577A9EDEA6B0AA7490AD1C392D578E4833B345_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.TypeEntry::set_TypeName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_mD7EDCB69F495F37131DE1AA02ADB77FB606959BC_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90 (String_t* ___0_assemblyString, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948 (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.TypeEntry::get_TypeName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_m87C034FE84FBB84C90FBBAC8D4C7BFCAA2C23FF3_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.TypeEntry::get_AssemblyName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_m59FFB4F64604E2B1CA54ACE10839CC974DF51DCF_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.ActivatedClientTypeEntry::get_ApplicationUrl()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_m3140AED20E1B838333C8B1C97ED0A4FC9A3616D4_inline (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Contexts.DynamicPropertyCollection::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicPropertyCollection__ctor_mEFB85791EB4214E9213F06C4B165BB55A9307107 (DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.Remoting.Contexts.DynamicPropertyCollection::get_HasProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicPropertyCollection_get_HasProperties_mBBB88B1E292BDF7AD7D88F31D73DC6B9DD32B0A0 (DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Contexts.DynamicPropertyCollection::NotifyMessage(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicPropertyCollection_NotifyMessage_mDC18933613A8EBE9113BB3DEE8346B1862430CAF (DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* __this, bool ___0_start, RuntimeObject* ___1_msg, bool ___2_client_site, bool ___3_async, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Identity::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity__ctor_mF039AD329CF10262FA6F40250C5D3CD621B305E1 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, String_t* ___0_objectUri, const RuntimeMethod* method) ;
|
|
// System.Void System.WeakReference::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241 (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Metadata.SoapTypeAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapTypeAttribute__ctor_m875E2287765CDF58D8377444B117740BF0BDE545 (SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapFieldAttribute__ctor_m572A0272D55C41496E81F904A5F2CA8EE448F64B (SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Metadata.SoapMethodAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapMethodAttribute__ctor_m4D35E24FA330F3638F2E5482298465B2840F8B21 (SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Metadata.SoapParameterAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapParameterAttribute__ctor_m46BE67B8CEF7BFE7D202470EA880BD7D11DA35FE (SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Hashtable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_m518F9D7D8BBC11A68FEB95D3A264AEFCDD43E1E9 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Copy(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Copy_mB9EAED306DA73B406D69E1642CF582A9CA4BF717 (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Channels.CrossAppDomainData::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainData__ctor_m91C6B967EAFACEAA764AA18C5AF37E6C4EED15C6 (CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284* __this, int32_t ___0_domainId, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ChannelInfo::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelInfo__ctor_m7FD33E68E4BFC8235D47B690444CC43979D065A3 (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* __this, RuntimeObject* ___0_remoteChannelData, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ObjRef::.ctor(System.String,System.Runtime.Remoting.IChannelInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m4F44FE27D9C4037617192EB7F94B9C6DFA054C47 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, String_t* ___0_uri, RuntimeObject* ___1_cinfo, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Remoting.Channels.CADSerializer::DeserializeObjectSafe(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CADSerializer_DeserializeObjectSafe_m64543D67473808184357BF03190ECEA5E3E42B3D (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_mem, const RuntimeMethod* method) ;
|
|
// System.IO.MemoryStream System.Runtime.Remoting.Channels.CADSerializer::SerializeObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* CADSerializer_SerializeObject_m693394374F6AFCC73C5A3756DD96AD2DB725F3B8 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_m95AA1FA022A3384075D06AFD61EEE27D350F4553 (TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Convert::ToInt32(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m9FEA65DB96264479B5268014F10754787382D297 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m5D07E1C38028872E49EA01129ED5BF1AF674C475 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, Type_t* ___2_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_Unmarshal_m0C51BD08CCAD82BDDA8EAA7371227148BF45BCA1 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* ___0_objectRef, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ChannelInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelInfo__ctor_m187885A17BC5D27FFEBCEF3A3AC7D9BF705BFA5D (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* __this, const RuntimeMethod* method) ;
|
|
// System.String System.AppDomain::GetProcessGuid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppDomain_GetProcessGuid_mFC924A5EBDC7909B934361B9B2B99295B4F0C5A1 (const RuntimeMethod* method) ;
|
|
// System.Void Mono.Xml.SmallXmlParser::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_mD1AE9A75F441E331A19E111706DC130F64F7B83A (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Environment::GetMachineConfigPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_m56E3F5C327A5CC7268CE0457E3D8EA3163AD7917 (const RuntimeMethod* method) ;
|
|
// System.Void System.IO.StreamReader::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m08BA7049EACE030ACE06AB8A8F2CDF2E2AFB55C6 (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler__ctor_m7B055C724C72FF1AF582C5A98B010A5D52F4B22C (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, bool ___0_onlyDelayedChannels, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_input, RuntimeObject* ___1_handler, const RuntimeMethod* method) ;
|
|
// System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::get_ObjectType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Activation.ActivationServices::EnableProxyActivation(System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivationServices_EnableProxyActivation_m1C367BD6BF65C518569FBC442BC921FEC5127766 (Type_t* ___0_type, bool ___1_enable, const RuntimeMethod* method) ;
|
|
// System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::get_ObjectType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ActivatedServiceTypeEntry_get_ObjectType_m409EC9E2DED4BEB5D7602CA6213350D4F5869E3B_inline (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m7805966A4FCB0BC93EF36F00E9067516A91CFF30_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* WellKnownServiceTypeEntry_get_ObjectType_m6F7E9E8B223C78EABEC1961460FA34C62FA05F63_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::get_Mode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m0D00719E59FA9705BCC7BA5ED36346DF2468F642_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.RemotingServices::CreateWellKnownServerIdentity(System.Type,System.String,System.Runtime.Remoting.WellKnownObjectMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_tCEA9C604C04F28C078FAD97838C53BD19AEA3767* RemotingServices_CreateWellKnownServerIdentity_m42740EAA7170E8FD50AE84A3A7F80CC9ED3BCF19 (Type_t* ___0_objectType, String_t* ___1_objectUri, int32_t ___2_mode, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ChannelData::CopyFrom(System.Runtime.Remoting.ChannelData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelData_CopyFrom_mF43C89820BC182A392648E9BDF893FFD3B728699 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ServerProviders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ChannelData_get_ServerProviders_mAF3717C094D3174DD8438E0CA0851682023984A2 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* __this, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ClientProviders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ChannelData_get_ClientProviders_mA0B294926A71ABCCB1A863D47445DBF048F6DE01 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Channels.ChannelServices::RegisterChannelConfig(System.Runtime.Remoting.ChannelData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelServices_RegisterChannelConfig_m4E5A1A637916B6093906E2D03AF4830DC83FE3A1 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___0_channel, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_mB35F7F416561194598F00E05B4F2E1EA4557B9CC (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* ___0_entry, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m32BF2CF50473150A7029B8126CEEE6BC1E0CD845 (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* ___0_entry, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m328D0BB5D40B9A353ECCE42036D0992662C0CF85 (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* ___0_entry, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m27B6F32B862A55BD8C1F91793739560678835A86 (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* ___0_entry, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12 (Type_t* ___0_enumType, String_t* ___1_value, bool ___2_ignoreCase, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.ArrayList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.Remoting.ConfigHandler::CheckPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::StartsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ParseElement(System.String,Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ParseElement_m3F90CACC65C8E3DA565CEE386C9FEF50E90A32B0 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m458CE4701C61E1CF05EC30690D072101E0DCB006 (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* __this, String_t* ___0_message, Exception_t* ___1_InnerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadCustomProviderData(System.String,Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadCustomProviderData_m491947CAB330ED82F19362ED64760CA8272085CA (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ValidatePath(System.String,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_element, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_paths, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadLifetine(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadLifetine_mA6631ED630D27C13677090D32670C1FC2B5621C1 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadChannel(Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, bool ___1_isTemplate, const RuntimeMethod* method) ;
|
|
// System.Runtime.Remoting.ProviderData System.Runtime.Remoting.ConfigHandler::ReadProvider(System.String,Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, bool ___2_isTemplate, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterServerProviderTemplate(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterServerProviderTemplate_mD5F47CE36AC3CA83AE11ED82ACD7A3D52D21A2C1 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_prov, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterClientProviderTemplate(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterClientProviderTemplate_m49F58F07180911F3151D5AF43EAD4983A79F3AD7 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_prov, const RuntimeMethod* method) ;
|
|
// T[] System.Array::Empty<System.String>()
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_inline (const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadClientWellKnown(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadClientWellKnown_m295F3D12FC54B91E021E4C8F958F225F7B55A521 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadServiceWellKnown(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadServiceWellKnown_m2AD3A5FCC41C069B1B541CDCFB785FE3A3A491D3 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadClientActivated(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadClientActivated_mEECEC1AACB9AACCC0762F9BF71687DE6506C3594 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadServiceActivated(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadServiceActivated_m014FAE0AA48C67B8088E2EA9B80CCF074B2F32A2 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadInteropXml(Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, bool ___1_isElement, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadPreload(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::SetCustomErrorsMode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13 (String_t* ___0_mode, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Channels.SinkProviderData::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SinkProviderData__ctor_m6BE23DC23E436E5B9BC8BEB550BE6E1B100BF753 (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Collections.IDictionary System.Runtime.Remoting.Channels.SinkProviderData::get_Properties()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Properties_m09C377B262AFD524444704386535491EE3D07711_inline (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IList System.Runtime.Remoting.Channels.SinkProviderData::get_Children()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Children_m260133B4AD49048EB6E182AF045FA489977708A7_inline (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* __this, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.Runtime.Remoting.ConfigHandler::ParseTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_LeaseTime(System.TimeSpan)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_LeaseTime_mE5D9EE5BB4B393772E9474190750541F52552217_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_SponsorshipTimeout(System.TimeSpan)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_SponsorshipTimeout_mFA5EE3B27B72B3F5CC572D3BF011F187A1C52B5E_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_RenewOnCallTime(System.TimeSpan)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_RenewOnCallTime_m667357A13D986F16BA2CA112BE4B2D3C1B838F9A_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_LeaseManagerPollTime(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_set_LeaseManagerPollTime_m82C819230CAB2AFF413B91146A64B22AB5BFDADE (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOfAny(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_anyOf, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
|
|
// System.Double System.Double::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mEBC644CE0C86A405283EC4839F872EF9E556670A (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromDays(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromDays_mCFEAEBBA8CF0C9EEE18ABC0999D5BF52701EA539 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromHours(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromHours_mBF56E93F18A822E3EA1C593E8151F154709AC6BA (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromMinutes(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromSeconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ChannelData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelData__ctor_m379D2CA5175CD0E1300482C9BE3372EECC54D0E6 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Hashtable System.Runtime.Remoting.ChannelData::get_CustomProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ChannelData_get_CustomProperties_m02149E83836911138742FD8E1BC2645D1A85FBFC (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannelTemplate(System.Runtime.Remoting.ChannelData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannelTemplate_m676728CAA6F4F9D8799F37A15D94E72FC9E13B8A (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___0_channel, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.FormatterData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatterData__ctor_m4866B34A5D0EB4A79A3D4BBA3CE774A0EC1E3E5E (FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ProviderData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData__ctor_m2630A7574AFE0E45F51A81073239BDAD7171F3E8 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Stack::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7 (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.ConfigHandler::GetNotNull(Mono.Xml.SmallXmlParser/IAttrList,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, String_t* ___1_name, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Remoting.ConfigHandler::ExtractAssembly(System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t** ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ActivatedClientTypeEntry::.ctor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivatedClientTypeEntry__ctor_mDB863F62FB6E74573BE522FCD2446FE3871589AD (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, String_t* ___2_appUrl, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.ActivatedServiceTypeEntry::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivatedServiceTypeEntry__ctor_m241F1489CC35CC37FFD59907B7132B1C59DB35D5 (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.WellKnownClientTypeEntry::.ctor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WellKnownClientTypeEntry__ctor_mB54C8FD691C76BF6D7F959B297C4C63BAF4104B9 (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, String_t* ___2_objectUrl, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.WellKnownServiceTypeEntry::.ctor(System.String,System.String,System.String,System.Runtime.Remoting.WellKnownObjectMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WellKnownServiceTypeEntry__ctor_m2C72E7E8D9E1BE0132072B49E5579ABF85DBE2E1 (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, String_t* ___2_objectUri, int32_t ___3_mode, const RuntimeMethod* method) ;
|
|
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m7AD123F31D8F4E8149B997AB623295119E6AB986 (String_t* ___0_xmlElement, String_t* ___1_xmlNamespace, Type_t* ___2_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_m788F7276C1CE9C36E3BE129C1D882088E075C60F (String_t* ___0_xmlType, String_t* ___1_xmlTypeNamespace, Type_t* ___2_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m4035280C001298A48C354CFB55A488CE18F9249E (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Reflection.Assembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_PreLoad_mD08211CDFC56252AE90AA2B46D55907F79837724 (Assembly_t* ___0_assembly, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannels(System.Collections.ArrayList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___0_channels, bool ___1_onlyDelayed, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::set_ApplicationName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RemotingConfiguration_set_ApplicationName_mDA2292B42574AC7D6790AEB4CB220C54E8837EFD_inline (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterTypes(System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterTypes_m4E8D34BB9B8521FF18A77F3F21083CDB2C1B190B (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___0_types, const RuntimeMethod* method) ;
|
|
// System.Object System.Collections.DictionaryEntry::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Collections.DictionaryEntry::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, 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.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___0_symmAlgo, bool ___1_encryption, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_iv, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_0 = ___0_symmAlgo;
|
|
bool L_1 = ___1_encryption;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___3_iv;
|
|
SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B(__this, L_0, L_1, L_2, NULL);
|
|
V_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___2_key;
|
|
if (L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4;
|
|
L_4 = DESTransform_GetStrongKey_mDB5D05F187118BE796A6B5D92F191B5A3D65D53D(NULL);
|
|
___2_key = L_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___2_key;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___2_key;
|
|
il2cpp_codegen_runtime_class_init_inline(DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = DES_IsWeakKey_m17D41D276C4CD2AFC2077A776CF5310D47488221(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___2_key;
|
|
il2cpp_codegen_runtime_class_init_inline(DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = DES_IsSemiWeakKey_mABF3FE5EDCE9850210A32F87CCAC472DBB44D6AA(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_10;
|
|
L_10 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A8ECB79B120C3336B32B5AB429C56DCEB024F21)), NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_11 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_11);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_11, L_10, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_0;
|
|
if (L_12)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___2_key;
|
|
NullCheck((RuntimeArray*)L_13);
|
|
RuntimeObject* L_14;
|
|
L_14 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_13, NULL);
|
|
V_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_14, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_15 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)16))));
|
|
__this->___keySchedule_16 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___keySchedule_16), (void*)L_16);
|
|
int32_t L_17 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_17);
|
|
__this->___byteBuff_17 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___byteBuff_17), (void*)L_18);
|
|
int32_t L_19 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(L_19/4)));
|
|
__this->___dwordBuff_18 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dwordBuff_18), (void*)L_20);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_0;
|
|
DESTransform_SetKey_m6741700EB7C05B525620D051D5EDC84C0FD42A35(__this, L_21, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 System.Security.Cryptography.DESTransform::CipherFunct(System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, uint32_t ___0_r, int32_t ___1_n, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___keySchedule_16;
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___1_n;
|
|
V_1 = ((int32_t)(L_1<<3));
|
|
uint32_t L_2 = ___0_r;
|
|
uint32_t L_3 = ___0_r;
|
|
V_2 = ((int32_t)(((int32_t)((uint32_t)L_2>>1))|((int32_t)((int32_t)L_3<<((int32_t)31)))));
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_5 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = L_7;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
NullCheck(L_6);
|
|
int32_t L_9 = L_8;
|
|
uint8_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
NullCheck(L_4);
|
|
int32_t L_11 = ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_5>>((int32_t)26)))^(int32_t)L_10))&((int32_t)63)));
|
|
uint32_t L_12 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_14 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_0;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = L_16;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
NullCheck(L_15);
|
|
int32_t L_18 = L_17;
|
|
uint8_t L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
NullCheck(L_13);
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(((int32_t)64), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_14>>((int32_t)22)))^(int32_t)L_19))&((int32_t)63)))));
|
|
uint32_t L_21 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_22 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_23 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_0;
|
|
int32_t L_25 = V_1;
|
|
int32_t L_26 = L_25;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
NullCheck(L_24);
|
|
int32_t L_27 = L_26;
|
|
uint8_t L_28 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
NullCheck(L_22);
|
|
int32_t L_29 = ((int32_t)il2cpp_codegen_add(((int32_t)128), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_23>>((int32_t)18)))^(int32_t)L_28))&((int32_t)63)))));
|
|
uint32_t L_30 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_32 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_0;
|
|
int32_t L_34 = V_1;
|
|
int32_t L_35 = L_34;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1));
|
|
NullCheck(L_33);
|
|
int32_t L_36 = L_35;
|
|
uint8_t L_37 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
NullCheck(L_31);
|
|
int32_t L_38 = ((int32_t)il2cpp_codegen_add(((int32_t)192), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_32>>((int32_t)14)))^(int32_t)L_37))&((int32_t)63)))));
|
|
uint32_t L_39 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_40 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_41 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_0;
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = L_43;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
NullCheck(L_42);
|
|
int32_t L_45 = L_44;
|
|
uint8_t L_46 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
NullCheck(L_40);
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(((int32_t)256), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_41>>((int32_t)10)))^(int32_t)L_46))&((int32_t)63)))));
|
|
uint32_t L_48 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_49 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_50 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = V_0;
|
|
int32_t L_52 = V_1;
|
|
int32_t L_53 = L_52;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
NullCheck(L_51);
|
|
int32_t L_54 = L_53;
|
|
uint8_t L_55 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
NullCheck(L_49);
|
|
int32_t L_56 = ((int32_t)il2cpp_codegen_add(((int32_t)320), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_50>>6))^(int32_t)L_55))&((int32_t)63)))));
|
|
uint32_t L_57 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_58 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_59 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = V_0;
|
|
int32_t L_61 = V_1;
|
|
int32_t L_62 = L_61;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
NullCheck(L_60);
|
|
int32_t L_63 = L_62;
|
|
uint8_t L_64 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
NullCheck(L_58);
|
|
int32_t L_65 = ((int32_t)il2cpp_codegen_add(((int32_t)384), ((int32_t)(((int32_t)(((int32_t)((uint32_t)L_59>>2))^(int32_t)L_64))&((int32_t)63)))));
|
|
uint32_t L_66 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
|
|
uint32_t L_67 = ___0_r;
|
|
uint32_t L_68 = ___0_r;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_67<<1))|((int32_t)((uint32_t)L_68>>((int32_t)31)))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_69 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19;
|
|
uint32_t L_70 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_71 = V_0;
|
|
int32_t L_72 = V_1;
|
|
NullCheck(L_71);
|
|
int32_t L_73 = L_72;
|
|
uint8_t L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
|
|
NullCheck(L_69);
|
|
int32_t L_75 = ((int32_t)il2cpp_codegen_add(((int32_t)448), ((int32_t)(((int32_t)((int32_t)L_70^(int32_t)L_74))&((int32_t)63)))));
|
|
uint32_t L_76 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
|
|
return ((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(0|(int32_t)L_12))|(int32_t)L_21))|(int32_t)L_30))|(int32_t)L_39))|(int32_t)L_48))|(int32_t)L_57))|(int32_t)L_66))|(int32_t)L_76));
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___2_permTab, bool ___3_preSwap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
bool L_0 = ___3_preSwap;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
bool L_1 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_input;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
DESTransform_BSwap_mAFAAD7780B02F17647F1D07563E94D3587271A2D(L_2, NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_input;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_5>>4))<<1));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_input;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 0;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)32), ((int32_t)(((int32_t)((int32_t)L_8&((int32_t)15)))<<1))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = ___2_permTab;
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
NullCheck(L_9);
|
|
int32_t L_12 = L_11;
|
|
uint32_t L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = ___2_permTab;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = L_15;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
NullCheck(L_14);
|
|
int32_t L_17 = L_16;
|
|
uint32_t L_18 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
V_2 = ((int32_t)((int32_t)L_13|(int32_t)L_18));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = ___2_permTab;
|
|
int32_t L_20 = V_0;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
uint32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = ___2_permTab;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = L_24;
|
|
uint32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
V_3 = ((int32_t)((int32_t)L_22|(int32_t)L_26));
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
V_4 = ((int32_t)(L_27<<1));
|
|
V_5 = 2;
|
|
V_6 = 1;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___0_input;
|
|
int32_t L_29 = V_6;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = L_29;
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
V_7 = L_31;
|
|
int32_t L_32 = V_5;
|
|
int32_t L_33 = V_7;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_32<<5)), ((int32_t)(((int32_t)(L_33>>4))<<1))));
|
|
int32_t L_34 = V_5;
|
|
int32_t L_35 = V_7;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)il2cpp_codegen_add(L_34, 1))<<5)), ((int32_t)(((int32_t)(L_35&((int32_t)15)))<<1))));
|
|
uint32_t L_36 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_37 = ___2_permTab;
|
|
int32_t L_38 = V_0;
|
|
int32_t L_39 = L_38;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
NullCheck(L_37);
|
|
int32_t L_40 = L_39;
|
|
uint32_t L_41 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_42 = ___2_permTab;
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = L_43;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
NullCheck(L_42);
|
|
int32_t L_45 = L_44;
|
|
uint32_t L_46 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
V_2 = ((int32_t)((int32_t)L_36|((int32_t)((int32_t)L_41|(int32_t)L_46))));
|
|
uint32_t L_47 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = ___2_permTab;
|
|
int32_t L_49 = V_0;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = L_49;
|
|
uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_52 = ___2_permTab;
|
|
int32_t L_53 = V_1;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = L_53;
|
|
uint32_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
V_3 = ((int32_t)((int32_t)L_47|((int32_t)((int32_t)L_51|(int32_t)L_55))));
|
|
int32_t L_56 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_56, 2));
|
|
int32_t L_57 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int32_t L_58 = V_5;
|
|
int32_t L_59 = V_4;
|
|
if ((((int32_t)L_58) < ((int32_t)L_59)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
bool L_60 = ___3_preSwap;
|
|
if (L_60)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
bool L_61 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
|
|
if (L_61)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62 = ___1_output;
|
|
uint32_t L_63 = V_2;
|
|
NullCheck(L_62);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)(uint8_t)L_63));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = ___1_output;
|
|
uint32_t L_65 = V_2;
|
|
NullCheck(L_64);
|
|
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_65>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66 = ___1_output;
|
|
uint32_t L_67 = V_2;
|
|
NullCheck(L_66);
|
|
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_67>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = ___1_output;
|
|
uint32_t L_69 = V_2;
|
|
NullCheck(L_68);
|
|
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_69>>((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_70 = ___1_output;
|
|
uint32_t L_71 = V_3;
|
|
NullCheck(L_70);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)L_71));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = ___1_output;
|
|
uint32_t L_73 = V_3;
|
|
NullCheck(L_72);
|
|
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_73>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_74 = ___1_output;
|
|
uint32_t L_75 = V_3;
|
|
NullCheck(L_74);
|
|
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_75>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_76 = ___1_output;
|
|
uint32_t L_77 = V_3;
|
|
NullCheck(L_76);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_77>>((int32_t)24)))));
|
|
return;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_78 = ___1_output;
|
|
uint32_t L_79 = V_2;
|
|
NullCheck(L_78);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_79>>((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_80 = ___1_output;
|
|
uint32_t L_81 = V_2;
|
|
NullCheck(L_80);
|
|
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_81>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_82 = ___1_output;
|
|
uint32_t L_83 = V_2;
|
|
NullCheck(L_82);
|
|
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_83>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_84 = ___1_output;
|
|
uint32_t L_85 = V_2;
|
|
NullCheck(L_84);
|
|
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)L_85));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = ___1_output;
|
|
uint32_t L_87 = V_3;
|
|
NullCheck(L_86);
|
|
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_87>>((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_88 = ___1_output;
|
|
uint32_t L_89 = V_3;
|
|
NullCheck(L_88);
|
|
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_89>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_90 = ___1_output;
|
|
uint32_t L_91 = V_3;
|
|
NullCheck(L_90);
|
|
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_91>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_92 = ___1_output;
|
|
uint32_t L_93 = V_3;
|
|
NullCheck(L_92);
|
|
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)((int32_t)(uint8_t)L_93));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::BSwap(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_BSwap_mAFAAD7780B02F17647F1D07563E94D3587271A2D (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_byteBuff, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_byteBuff;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
V_0 = L_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_byteBuff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_byteBuff;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 3;
|
|
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_byteBuff;
|
|
uint8_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_8);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_byteBuff;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 1;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_0 = L_11;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_byteBuff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___0_byteBuff;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_15);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_byteBuff;
|
|
uint8_t L_17 = V_0;
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_17);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_byteBuff;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 4;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
V_0 = L_20;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_byteBuff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___0_byteBuff;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = 7;
|
|
uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_24);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = ___0_byteBuff;
|
|
uint8_t L_26 = V_0;
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_26);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___0_byteBuff;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = 5;
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
V_0 = L_29;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___0_byteBuff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___0_byteBuff;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = 6;
|
|
uint8_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
NullCheck(L_30);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_33);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = ___0_byteBuff;
|
|
uint8_t L_35 = V_0;
|
|
NullCheck(L_34);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_35);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::SetKey(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_SetKey_m6741700EB7C05B525620D051D5EDC84C0FD42A35 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
uint8_t V_7 = 0x0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
uint8_t V_13 = 0x0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B7_0 = NULL;
|
|
int32_t G_B7_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B7_2 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B6_0 = NULL;
|
|
int32_t G_B6_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B6_2 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B8_1 = NULL;
|
|
int32_t G_B8_2 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B8_3 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B13_0 = NULL;
|
|
int32_t G_B13_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B13_2 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B12_0 = NULL;
|
|
int32_t G_B12_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B12_2 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B14_1 = NULL;
|
|
int32_t G_B14_2 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B14_3 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___keySchedule_16;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___keySchedule_16;
|
|
NullCheck(L_1);
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_0, 0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC1_20;
|
|
NullCheck(L_2);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
|
|
int32_t L_3 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_3);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_5);
|
|
V_2 = L_6;
|
|
V_3 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC1_20;
|
|
V_5 = L_7;
|
|
V_6 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_5;
|
|
int32_t L_9 = V_6;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_7 = L_11;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_1;
|
|
int32_t L_13 = V_3;
|
|
int32_t L_14 = L_13;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_key;
|
|
uint8_t L_16 = V_7;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = ((int32_t)((int32_t)L_16>>3));
|
|
uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
uint8_t L_19 = V_7;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((int32_t)L_18>>((int32_t)(((int32_t)(7^((int32_t)((int32_t)L_19&7))))&((int32_t)31)))))&1))));
|
|
int32_t L_20 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_21 = V_6;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = V_5;
|
|
NullCheck(L_22);
|
|
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
V_8 = 0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
int32_t L_23 = V_0;
|
|
V_9 = ((int32_t)(L_23>>1));
|
|
V_4 = 0;
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
int32_t L_24 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___leftRotTotal_21;
|
|
int32_t L_26 = V_8;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
uint8_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_24, (int32_t)L_28));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_2;
|
|
int32_t L_30 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_1;
|
|
int32_t L_32 = V_11;
|
|
int32_t L_33 = V_9;
|
|
G_B6_0 = L_31;
|
|
G_B6_1 = L_30;
|
|
G_B6_2 = L_29;
|
|
if ((((int32_t)L_32) < ((int32_t)L_33)))
|
|
{
|
|
G_B7_0 = L_31;
|
|
G_B7_1 = L_30;
|
|
G_B7_2 = L_29;
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_11;
|
|
int32_t L_35 = V_9;
|
|
G_B8_0 = ((int32_t)il2cpp_codegen_subtract(L_34, L_35));
|
|
G_B8_1 = G_B6_0;
|
|
G_B8_2 = G_B6_1;
|
|
G_B8_3 = G_B6_2;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
int32_t L_36 = V_11;
|
|
G_B8_0 = L_36;
|
|
G_B8_1 = G_B7_0;
|
|
G_B8_2 = G_B7_1;
|
|
G_B8_3 = G_B7_2;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
int32_t L_37 = G_B8_0;
|
|
uint8_t L_38 = (G_B8_1)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
NullCheck(G_B8_3);
|
|
(G_B8_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B8_2), (uint8_t)L_38);
|
|
int32_t L_39 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
int32_t L_40 = V_4;
|
|
int32_t L_41 = V_9;
|
|
if ((((int32_t)L_40) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_9;
|
|
V_4 = L_42;
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
int32_t L_43 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___leftRotTotal_21;
|
|
int32_t L_45 = V_8;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = L_45;
|
|
uint8_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_43, (int32_t)L_47));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = V_2;
|
|
int32_t L_49 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_50 = V_1;
|
|
int32_t L_51 = V_12;
|
|
int32_t L_52 = V_0;
|
|
G_B12_0 = L_50;
|
|
G_B12_1 = L_49;
|
|
G_B12_2 = L_48;
|
|
if ((((int32_t)L_51) < ((int32_t)L_52)))
|
|
{
|
|
G_B13_0 = L_50;
|
|
G_B13_1 = L_49;
|
|
G_B13_2 = L_48;
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = V_12;
|
|
int32_t L_54 = V_9;
|
|
G_B14_0 = ((int32_t)il2cpp_codegen_subtract(L_53, L_54));
|
|
G_B14_1 = G_B12_0;
|
|
G_B14_2 = G_B12_1;
|
|
G_B14_3 = G_B12_2;
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
int32_t L_55 = V_12;
|
|
G_B14_0 = L_55;
|
|
G_B14_1 = G_B13_0;
|
|
G_B14_2 = G_B13_1;
|
|
G_B14_3 = G_B13_2;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
NullCheck(G_B14_1);
|
|
int32_t L_56 = G_B14_0;
|
|
uint8_t L_57 = (G_B14_1)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NullCheck(G_B14_3);
|
|
(G_B14_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B14_2), (uint8_t)L_57);
|
|
int32_t L_58 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
int32_t L_59 = V_4;
|
|
int32_t L_60 = V_0;
|
|
if ((((int32_t)L_59) < ((int32_t)L_60)))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_62 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13;
|
|
V_10 = ((int32_t)il2cpp_codegen_multiply(L_61, L_62));
|
|
V_4 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC2_22;
|
|
V_5 = L_63;
|
|
V_6 = 0;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = V_5;
|
|
int32_t L_65 = V_6;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = L_65;
|
|
uint8_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
V_13 = L_67;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = V_2;
|
|
uint8_t L_69 = V_13;
|
|
NullCheck(L_68);
|
|
uint8_t L_70 = L_69;
|
|
uint8_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
if (!L_71)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = __this->___keySchedule_16;
|
|
int32_t L_73 = V_10;
|
|
int32_t L_74 = V_4;
|
|
NullCheck(L_72);
|
|
uint8_t* L_75 = ((L_72)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_73, ((int32_t)(L_74/6)))))));
|
|
int32_t L_76 = *((uint8_t*)L_75);
|
|
int32_t L_77 = V_4;
|
|
*((int8_t*)L_75) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_76|((int32_t)(uint8_t)((int32_t)(((int32_t)128)>>((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_77%6)), 2))&((int32_t)31)))))))));
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
int32_t L_78 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_78, 1));
|
|
int32_t L_79 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_79, 1));
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
int32_t L_80 = V_6;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = V_5;
|
|
NullCheck(L_81);
|
|
if ((((int32_t)L_80) < ((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_82 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
int32_t L_83 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_84 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13;
|
|
if ((((int32_t)L_83) < ((int32_t)((int32_t)il2cpp_codegen_multiply(L_84, 2)))))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_input;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___dwordBuff_18;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_0, 0, (RuntimeArray*)L_1, 0, L_2, NULL);
|
|
bool L_3 = ((SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43*)__this)->___encrypt_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->___dwordBuff_18;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
uint32_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_0 = L_6;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___dwordBuff_18;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 1;
|
|
uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_1 = L_9;
|
|
uint32_t L_10 = V_0;
|
|
uint32_t L_11 = V_1;
|
|
uint32_t L_12;
|
|
L_12 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_11, 0, NULL);
|
|
V_0 = ((int32_t)((int32_t)L_10^(int32_t)L_12));
|
|
uint32_t L_13 = V_1;
|
|
uint32_t L_14 = V_0;
|
|
uint32_t L_15;
|
|
L_15 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_14, 1, NULL);
|
|
V_1 = ((int32_t)((int32_t)L_13^(int32_t)L_15));
|
|
uint32_t L_16 = V_0;
|
|
uint32_t L_17 = V_1;
|
|
uint32_t L_18;
|
|
L_18 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_17, 2, NULL);
|
|
V_0 = ((int32_t)((int32_t)L_16^(int32_t)L_18));
|
|
uint32_t L_19 = V_1;
|
|
uint32_t L_20 = V_0;
|
|
uint32_t L_21;
|
|
L_21 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_20, 3, NULL);
|
|
V_1 = ((int32_t)((int32_t)L_19^(int32_t)L_21));
|
|
uint32_t L_22 = V_0;
|
|
uint32_t L_23 = V_1;
|
|
uint32_t L_24;
|
|
L_24 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_23, 4, NULL);
|
|
V_0 = ((int32_t)((int32_t)L_22^(int32_t)L_24));
|
|
uint32_t L_25 = V_1;
|
|
uint32_t L_26 = V_0;
|
|
uint32_t L_27;
|
|
L_27 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_26, 5, NULL);
|
|
V_1 = ((int32_t)((int32_t)L_25^(int32_t)L_27));
|
|
uint32_t L_28 = V_0;
|
|
uint32_t L_29 = V_1;
|
|
uint32_t L_30;
|
|
L_30 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_29, 6, NULL);
|
|
V_0 = ((int32_t)((int32_t)L_28^(int32_t)L_30));
|
|
uint32_t L_31 = V_1;
|
|
uint32_t L_32 = V_0;
|
|
uint32_t L_33;
|
|
L_33 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_32, 7, NULL);
|
|
V_1 = ((int32_t)((int32_t)L_31^(int32_t)L_33));
|
|
uint32_t L_34 = V_0;
|
|
uint32_t L_35 = V_1;
|
|
uint32_t L_36;
|
|
L_36 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_35, 8, NULL);
|
|
V_0 = ((int32_t)((int32_t)L_34^(int32_t)L_36));
|
|
uint32_t L_37 = V_1;
|
|
uint32_t L_38 = V_0;
|
|
uint32_t L_39;
|
|
L_39 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_38, ((int32_t)9), NULL);
|
|
V_1 = ((int32_t)((int32_t)L_37^(int32_t)L_39));
|
|
uint32_t L_40 = V_0;
|
|
uint32_t L_41 = V_1;
|
|
uint32_t L_42;
|
|
L_42 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_41, ((int32_t)10), NULL);
|
|
V_0 = ((int32_t)((int32_t)L_40^(int32_t)L_42));
|
|
uint32_t L_43 = V_1;
|
|
uint32_t L_44 = V_0;
|
|
uint32_t L_45;
|
|
L_45 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_44, ((int32_t)11), NULL);
|
|
V_1 = ((int32_t)((int32_t)L_43^(int32_t)L_45));
|
|
uint32_t L_46 = V_0;
|
|
uint32_t L_47 = V_1;
|
|
uint32_t L_48;
|
|
L_48 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_47, ((int32_t)12), NULL);
|
|
V_0 = ((int32_t)((int32_t)L_46^(int32_t)L_48));
|
|
uint32_t L_49 = V_1;
|
|
uint32_t L_50 = V_0;
|
|
uint32_t L_51;
|
|
L_51 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_50, ((int32_t)13), NULL);
|
|
V_1 = ((int32_t)((int32_t)L_49^(int32_t)L_51));
|
|
uint32_t L_52 = V_0;
|
|
uint32_t L_53 = V_1;
|
|
uint32_t L_54;
|
|
L_54 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_53, ((int32_t)14), NULL);
|
|
V_0 = ((int32_t)((int32_t)L_52^(int32_t)L_54));
|
|
uint32_t L_55 = V_1;
|
|
uint32_t L_56 = V_0;
|
|
uint32_t L_57;
|
|
L_57 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_56, ((int32_t)15), NULL);
|
|
V_1 = ((int32_t)((int32_t)L_55^(int32_t)L_57));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_58 = __this->___dwordBuff_18;
|
|
uint32_t L_59 = V_1;
|
|
NullCheck(L_58);
|
|
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_59);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_60 = __this->___dwordBuff_18;
|
|
uint32_t L_61 = V_0;
|
|
NullCheck(L_60);
|
|
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)L_61);
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_62 = __this->___dwordBuff_18;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = 0;
|
|
uint32_t L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
V_2 = L_64;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_65 = __this->___dwordBuff_18;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = 1;
|
|
uint32_t L_67 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
V_3 = L_67;
|
|
uint32_t L_68 = V_2;
|
|
uint32_t L_69 = V_3;
|
|
uint32_t L_70;
|
|
L_70 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_69, ((int32_t)15), NULL);
|
|
V_2 = ((int32_t)((int32_t)L_68^(int32_t)L_70));
|
|
uint32_t L_71 = V_3;
|
|
uint32_t L_72 = V_2;
|
|
uint32_t L_73;
|
|
L_73 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_72, ((int32_t)14), NULL);
|
|
V_3 = ((int32_t)((int32_t)L_71^(int32_t)L_73));
|
|
uint32_t L_74 = V_2;
|
|
uint32_t L_75 = V_3;
|
|
uint32_t L_76;
|
|
L_76 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_75, ((int32_t)13), NULL);
|
|
V_2 = ((int32_t)((int32_t)L_74^(int32_t)L_76));
|
|
uint32_t L_77 = V_3;
|
|
uint32_t L_78 = V_2;
|
|
uint32_t L_79;
|
|
L_79 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_78, ((int32_t)12), NULL);
|
|
V_3 = ((int32_t)((int32_t)L_77^(int32_t)L_79));
|
|
uint32_t L_80 = V_2;
|
|
uint32_t L_81 = V_3;
|
|
uint32_t L_82;
|
|
L_82 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_81, ((int32_t)11), NULL);
|
|
V_2 = ((int32_t)((int32_t)L_80^(int32_t)L_82));
|
|
uint32_t L_83 = V_3;
|
|
uint32_t L_84 = V_2;
|
|
uint32_t L_85;
|
|
L_85 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_84, ((int32_t)10), NULL);
|
|
V_3 = ((int32_t)((int32_t)L_83^(int32_t)L_85));
|
|
uint32_t L_86 = V_2;
|
|
uint32_t L_87 = V_3;
|
|
uint32_t L_88;
|
|
L_88 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_87, ((int32_t)9), NULL);
|
|
V_2 = ((int32_t)((int32_t)L_86^(int32_t)L_88));
|
|
uint32_t L_89 = V_3;
|
|
uint32_t L_90 = V_2;
|
|
uint32_t L_91;
|
|
L_91 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_90, 8, NULL);
|
|
V_3 = ((int32_t)((int32_t)L_89^(int32_t)L_91));
|
|
uint32_t L_92 = V_2;
|
|
uint32_t L_93 = V_3;
|
|
uint32_t L_94;
|
|
L_94 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_93, 7, NULL);
|
|
V_2 = ((int32_t)((int32_t)L_92^(int32_t)L_94));
|
|
uint32_t L_95 = V_3;
|
|
uint32_t L_96 = V_2;
|
|
uint32_t L_97;
|
|
L_97 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_96, 6, NULL);
|
|
V_3 = ((int32_t)((int32_t)L_95^(int32_t)L_97));
|
|
uint32_t L_98 = V_2;
|
|
uint32_t L_99 = V_3;
|
|
uint32_t L_100;
|
|
L_100 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_99, 5, NULL);
|
|
V_2 = ((int32_t)((int32_t)L_98^(int32_t)L_100));
|
|
uint32_t L_101 = V_3;
|
|
uint32_t L_102 = V_2;
|
|
uint32_t L_103;
|
|
L_103 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_102, 4, NULL);
|
|
V_3 = ((int32_t)((int32_t)L_101^(int32_t)L_103));
|
|
uint32_t L_104 = V_2;
|
|
uint32_t L_105 = V_3;
|
|
uint32_t L_106;
|
|
L_106 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_105, 3, NULL);
|
|
V_2 = ((int32_t)((int32_t)L_104^(int32_t)L_106));
|
|
uint32_t L_107 = V_3;
|
|
uint32_t L_108 = V_2;
|
|
uint32_t L_109;
|
|
L_109 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_108, 2, NULL);
|
|
V_3 = ((int32_t)((int32_t)L_107^(int32_t)L_109));
|
|
uint32_t L_110 = V_2;
|
|
uint32_t L_111 = V_3;
|
|
uint32_t L_112;
|
|
L_112 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_111, 1, NULL);
|
|
V_2 = ((int32_t)((int32_t)L_110^(int32_t)L_112));
|
|
uint32_t L_113 = V_3;
|
|
uint32_t L_114 = V_2;
|
|
uint32_t L_115;
|
|
L_115 = DESTransform_CipherFunct_m6A1A6B691192A056DEC1E1C73C5E8C1F18F852F4(__this, L_114, 0, NULL);
|
|
V_3 = ((int32_t)((int32_t)L_113^(int32_t)L_115));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_116 = __this->___dwordBuff_18;
|
|
uint32_t L_117 = V_3;
|
|
NullCheck(L_116);
|
|
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_117);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_118 = __this->___dwordBuff_18;
|
|
uint32_t L_119 = V_2;
|
|
NullCheck(L_118);
|
|
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)L_119);
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_120 = __this->___dwordBuff_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_121 = ___1_output;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_122 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_120, 0, (RuntimeArray*)L_121, 0, L_122, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::ECB(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ECB_mB935266456ED0F7D180B3F9AD229FBFF41D57CE0 (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_input;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_output;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___ipTab_23;
|
|
DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE(L_0, L_1, L_2, (bool)0, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___byteBuff_17;
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(__this, L_3, L_4, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___byteBuff_17;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___1_output;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___fpTab_24;
|
|
DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE(L_5, L_6, L_7, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.DESTransform::GetStrongKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DESTransform_GetStrongKey_mDB5D05F187118BE796A6B5D92F191B5A3D65D53D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21(L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = DES_IsWeakKey_m17D41D276C4CD2AFC2077A776CF5310D47488221(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = DES_IsSemiWeakKey_mABF3FE5EDCE9850210A32F87CCAC472DBB44D6AA(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DESTransform::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__cctor_m76411D4B0256690814335745786E2A57DD41B798 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_3_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_17_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____668BB69E184E0C32DC3BC488001C506C87EE5A95C7E7B6B87D24C3A6DC779956_43_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_44_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____73F5D95C401726B2C92EC96A696BA15F0E5A5C6DD9AC6BEB3736A81772A11531_49_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D870074914025E855AA5985A2D6778F1E277036BF9C9F03DEC61F3C496FEC35C_95_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BIT_SIZE_12 = ((int32_t)64);
|
|
int32_t L_0 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BIT_SIZE_12;
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___KEY_BYTE_SIZE_13 = ((int32_t)(L_0/8));
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BIT_SIZE_14 = ((int32_t)64);
|
|
int32_t L_1 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BIT_SIZE_14;
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15 = ((int32_t)(L_1/8));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____668BB69E184E0C32DC3BC488001C506C87EE5A95C7E7B6B87D24C3A6DC779956_43_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_3, L_4, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___spBoxes_19), (void*)L_3);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_3_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_6, L_7, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC1_20 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC1_20), (void*)L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_8;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_10 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_17_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_9, L_10, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___leftRotTotal_21 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___leftRotTotal_21), (void*)L_9);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_13 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_44_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_12, L_13, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC2_22 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___PC2_22), (void*)L_12);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_16 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D870074914025E855AA5985A2D6778F1E277036BF9C9F03DEC61F3C496FEC35C_95_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_15, L_16, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___ipTab_23 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___ipTab_23), (void*)L_15);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = L_17;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_19 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____73F5D95C401726B2C92EC96A696BA15F0E5A5C6DD9AC6BEB3736A81772A11531_49_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_18, L_19, NULL);
|
|
((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___fpTab_24 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___fpTab_24), (void*)L_18);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mC1490075F0C3EDE07208BB0F20727473CD6CE32E (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DSACryptoServiceProvider__ctor_m7F0D9766E2CE0031007086B713375FF8C89ADEB3(__this, ((int32_t)1024), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7F0D9766E2CE0031007086B713375FF8C89ADEB3 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, int32_t ___0_dwKeySize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___privateKeyExportable_5 = (bool)1;
|
|
DSA__ctor_mACB3A827BDED4D02538FAA4052E69E04CEF119B3(__this, NULL);
|
|
int32_t L_0 = ___0_dwKeySize;
|
|
DSACryptoServiceProvider_Common_mF2462B6695DC15B29425FF388DC799E477DB368B(__this, L_0, (bool)0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_mF2462B6695DC15B29425FF388DC799E477DB368B (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, int32_t ___0_dwKeySize, bool ___1_parameters, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_OnKeyGenerated_mCFFB7753B6A0149B2141605371357DCA76C4FF86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* V_0 = NULL;
|
|
{
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_0 = (KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)SZArrayNew(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1), (void*)L_0);
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_1 = ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1;
|
|
KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* L_2 = (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)il2cpp_codegen_object_new(KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
KeySizes__ctor_m0488C1FC71E4A417E16EA1E06FC24F4D7DC80104(L_2, ((int32_t)512), ((int32_t)1024), ((int32_t)64), NULL);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_2);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)L_2);
|
|
int32_t L_3 = ___0_dwKeySize;
|
|
VirtualActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) */, __this, L_3);
|
|
int32_t L_4 = ___0_dwKeySize;
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_5 = (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB*)il2cpp_codegen_object_new(DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
DSAManaged__ctor_m90B91D633F9AA1A4E2AB249CC367622A0CC03B76(L_5, L_4, NULL);
|
|
__this->___dsa_7 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dsa_7), (void*)L_5);
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_6 = __this->___dsa_7;
|
|
KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_7 = (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)il2cpp_codegen_object_new(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
KeyGeneratedEventHandler__ctor_m731BC4DA942A65B128371AC463F49D4F459235A3(L_7, __this, (intptr_t)((void*)DSACryptoServiceProvider_OnKeyGenerated_mCFFB7753B6A0149B2141605371357DCA76C4FF86_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
DSAManaged_add_KeyGenerated_m36721E477312645892832DA583757F9B23BF7AA5(L_6, L_7, NULL);
|
|
bool L_8 = ___1_parameters;
|
|
__this->___persistKey_3 = L_8;
|
|
bool L_9 = ___1_parameters;
|
|
if (!L_9)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_10 = (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3*)il2cpp_codegen_object_new(CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
CspParameters__ctor_m13501EC2E6431EAB226063DACD25AB408DD954C8(L_10, ((int32_t)13), NULL);
|
|
V_0 = L_10;
|
|
bool L_11 = ((DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E_StaticFields*)il2cpp_codegen_static_fields_for(DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E_il2cpp_TypeInfo_var))->___useMachineKeyStore_8;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_12 = V_0;
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline(L_13, NULL);
|
|
NullCheck(L_13);
|
|
CspParameters_set_Flags_m9C1F8339A1C321C6EDCB76E6038B7786D9EA7F6A(L_13, ((int32_t)((int32_t)L_14|1)), NULL);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_15 = V_0;
|
|
KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* L_16 = (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6*)il2cpp_codegen_object_new(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
KeyPairPersistence__ctor_mEDAD0CB8925F5188D527B6FF85B481D94DEDD5DC(L_16, L_15, NULL);
|
|
__this->___store_2 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___store_2), (void*)L_16);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Finalize_m88633B2771DF0832DF6B44BDB685F079F21C816C (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0009:
|
|
{// begin finally (depth: 1)
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
|
|
goto IL_0010;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Security.Cryptography.DSACryptoServiceProvider::get_KeySize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSACryptoServiceProvider_get_KeySize_m61CB25AB4D3B35AA8E890CC503B6D439E6AFF184 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_0 = __this->___dsa_7;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_m6F32B85139774D360292384FECF3FCDEA10488B5 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_0 = __this->___dsa_7;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DSAManaged_get_PublicOnly_m4A816BD7EFD49C46474ED6ED5721C39D004BC054(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSACryptoServiceProvider::ExportParameters(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 DSACryptoServiceProvider_ExportParameters_m667F599675964A4191B4C20FE2AAB197E7A5C5E7 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, bool ___0_includePrivateParameters, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_includePrivateParameters;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___privateKeyExportable_5;
|
|
if (L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE2AC8D6634EF01C5320B1776D599A713E9AB555)), NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_3 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_3, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSACryptoServiceProvider_ExportParameters_m667F599675964A4191B4C20FE2AAB197E7A5C5E7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_4 = __this->___dsa_7;
|
|
bool L_5 = ___0_includePrivateParameters;
|
|
NullCheck(L_4);
|
|
DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_6;
|
|
L_6 = VirtualFuncInvoker1< DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9, bool >::Invoke(11 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::ImportParameters(System.Security.Cryptography.DSAParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_ImportParameters_mB9530EC73BEB339930466272A3C69E69D1DF1A1D (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 ___0_parameters, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_0 = __this->___dsa_7;
|
|
DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_1 = ___0_parameters;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::VerifySignature(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_VerifySignature_m74AF022D00EF374ED832291D211921F3714BE49D (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgbHash, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_rgbSignature, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_0 = __this->___dsa_7;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_rgbHash;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___1_rgbSignature;
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = VirtualFuncInvoker2< bool, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(10 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, L_0, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Dispose_mD6582C2559CC550DC9AAECCF9A6F7BAB10BCA15E (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_disposed_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___persisted_4;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___persistKey_3;
|
|
if (L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* L_3 = __this->___store_2;
|
|
NullCheck(L_3);
|
|
KeyPairPersistence_Remove_mBF912685AFD920126AACBF2950893576F4308888(L_3, NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_4 = __this->___dsa_7;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_5 = __this->___dsa_7;
|
|
NullCheck(L_5);
|
|
AsymmetricAlgorithm_Clear_m786C408F7FFE6844D1C2A44F085D28055B61DEE6(L_5, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
__this->___m_disposed_6 = (bool)1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_OnKeyGenerated_mCFFB7753B6A0149B2141605371357DCA76C4FF86 (DSACryptoServiceProvider_tB418CD8E85D69D879C7298E4A6A7D8CFAC09D79E* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___persistKey_3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___persisted_4;
|
|
if (L_1)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* L_2 = __this->___store_2;
|
|
DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* L_3 = __this->___dsa_7;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = DSAManaged_get_PublicOnly_m4A816BD7EFD49C46474ED6ED5721C39D004BC054(L_3, NULL);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, __this, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0));
|
|
NullCheck(L_2);
|
|
KeyPairPersistence_set_KeyValue_m4FFF2A6100E07BF33C1EB0D4C98E3ECDC536D6EB(L_2, L_5, NULL);
|
|
KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* L_6 = __this->___store_2;
|
|
NullCheck(L_6);
|
|
KeyPairPersistence_Save_m19F91B457374C019AB4BDDECA7E02A30DBFBC801(L_6, NULL);
|
|
__this->___persisted_4 = (bool)1;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m3A1A5B12FFB04CB3A02E525558BA83A24F828067 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MD5__ctor_m2ADB9C1AC9A8A73EC6E896B4EFCD451192B166F3(__this, NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
__this->____H_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____H_4), (void*)L_0);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___buff_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___buff_5), (void*)L_1);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
__this->____ProcessingBuffer_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____ProcessingBuffer_7), (void*)L_2);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Finalize_m482855314810306EBA6A18CE3249E9F10941295C (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0009:
|
|
{// begin finally (depth: 1)
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VirtualActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
|
|
goto IL_0010;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Dispose_m4A70FAD1C0A4ED128237E29191DF1ACD28D946DA (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->____ProcessingBuffer_7;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->____ProcessingBuffer_7;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->____ProcessingBuffer_7;
|
|
NullCheck(L_2);
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_1, 0, ((int32_t)(((RuntimeArray*)L_2)->max_length)), NULL);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____H_4;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->____H_4;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->____H_4;
|
|
NullCheck(L_5);
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_4, 0, ((int32_t)(((RuntimeArray*)L_5)->max_length)), NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->___buff_5;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___buff_5;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = __this->___buff_5;
|
|
NullCheck(L_8);
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_7, 0, ((int32_t)(((RuntimeArray*)L_8)->max_length)), NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
bool L_9 = ___0_disposing;
|
|
HashAlgorithm_Dispose_m89C0BA10A54BED384C063CF2AA90096C1015AA83(__this, L_9, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_HashCore_m42601B54E2576183E9B7837282AE7E97FE48B3E8 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgb, int32_t ___1_ibStart, int32_t ___2_cbSize, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____ProcessingBufferCount_8;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___2_cbSize;
|
|
int32_t L_2 = __this->____ProcessingBufferCount_8;
|
|
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)64), L_2)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_rgb;
|
|
int32_t L_4 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->____ProcessingBuffer_7;
|
|
int32_t L_6 = __this->____ProcessingBufferCount_8;
|
|
int32_t L_7 = ___2_cbSize;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_3, L_4, (RuntimeArray*)L_5, L_6, L_7, NULL);
|
|
int32_t L_8 = __this->____ProcessingBufferCount_8;
|
|
int32_t L_9 = ___2_cbSize;
|
|
__this->____ProcessingBufferCount_8 = ((int32_t)il2cpp_codegen_add(L_8, L_9));
|
|
return;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_10 = __this->____ProcessingBufferCount_8;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)64), L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_rgb;
|
|
int32_t L_12 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->____ProcessingBuffer_7;
|
|
int32_t L_14 = __this->____ProcessingBufferCount_8;
|
|
int32_t L_15 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_11, L_12, (RuntimeArray*)L_13, L_14, L_15, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->____ProcessingBuffer_7;
|
|
MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5(__this, L_16, 0, NULL);
|
|
__this->____ProcessingBufferCount_8 = 0;
|
|
int32_t L_17 = ___1_ibStart;
|
|
int32_t L_18 = V_0;
|
|
___1_ibStart = ((int32_t)il2cpp_codegen_add(L_17, L_18));
|
|
int32_t L_19 = ___2_cbSize;
|
|
int32_t L_20 = V_0;
|
|
___2_cbSize = ((int32_t)il2cpp_codegen_subtract(L_19, L_20));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_rgb;
|
|
int32_t L_22 = ___1_ibStart;
|
|
int32_t L_23 = V_0;
|
|
MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5(__this, L_21, ((int32_t)il2cpp_codegen_add(L_22, L_23)), NULL);
|
|
int32_t L_24 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_24, ((int32_t)64)));
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = ___2_cbSize;
|
|
int32_t L_27 = ___2_cbSize;
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_26, ((int32_t)(L_27%((int32_t)64))))))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = ___2_cbSize;
|
|
if (!((int32_t)(L_28%((int32_t)64))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = ___0_rgb;
|
|
int32_t L_30 = ___2_cbSize;
|
|
int32_t L_31 = ___2_cbSize;
|
|
int32_t L_32 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->____ProcessingBuffer_7;
|
|
int32_t L_34 = ___2_cbSize;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_29, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_30, ((int32_t)(L_31%((int32_t)64))))), L_32)), (RuntimeArray*)L_33, 0, ((int32_t)(L_34%((int32_t)64))), NULL);
|
|
int32_t L_35 = ___2_cbSize;
|
|
__this->____ProcessingBufferCount_8 = ((int32_t)(L_35%((int32_t)64)));
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::HashFinal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD5CryptoServiceProvider_HashFinal_mB4C86FD3E924EC7C7DF287CE82AAEA1B30947EDB (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
V_0 = L_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->____ProcessingBuffer_7;
|
|
int32_t L_2 = __this->____ProcessingBufferCount_8;
|
|
MD5CryptoServiceProvider_ProcessFinalBlock_m1A08AFA46AEBA5C88927CAF05F53A019D94AFB17(__this, L_1, 0, L_2, NULL);
|
|
V_1 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->____H_4;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_4, 4)), L_5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_9>>((int32_t)(((int32_t)il2cpp_codegen_multiply(L_10, 8))&((int32_t)31)))))));
|
|
int32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) < ((int32_t)4)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) < ((int32_t)4)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Initialize_m529EC9C92034140E1F4D2F33ECEE9919CDF9B6AB (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___count_6 = ((int64_t)0);
|
|
__this->____ProcessingBufferCount_8 = 0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->____H_4;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->____H_4;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->____H_4;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____H_4;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessBlock(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
uint64_t L_0 = __this->___count_6;
|
|
__this->___count_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, ((int64_t)((int32_t)64))));
|
|
V_4 = 0;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___buff_5;
|
|
int32_t L_2 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_inputBuffer;
|
|
int32_t L_4 = ___1_inputOffset;
|
|
int32_t L_5 = V_4;
|
|
NullCheck(L_3);
|
|
int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_4, ((int32_t)il2cpp_codegen_multiply(4, L_5))));
|
|
uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_inputBuffer;
|
|
int32_t L_9 = ___1_inputOffset;
|
|
int32_t L_10 = V_4;
|
|
NullCheck(L_8);
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_9, ((int32_t)il2cpp_codegen_multiply(4, L_10)))), 1));
|
|
uint8_t L_12 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___0_inputBuffer;
|
|
int32_t L_14 = ___1_inputOffset;
|
|
int32_t L_15 = V_4;
|
|
NullCheck(L_13);
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_14, ((int32_t)il2cpp_codegen_multiply(4, L_15)))), 2));
|
|
uint8_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_inputBuffer;
|
|
int32_t L_19 = ___1_inputOffset;
|
|
int32_t L_20 = V_4;
|
|
NullCheck(L_18);
|
|
int32_t L_21 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_19, ((int32_t)il2cpp_codegen_multiply(4, L_20)))), 3));
|
|
uint8_t L_22 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_12<<8))))|((int32_t)((int32_t)L_17<<((int32_t)16)))))|((int32_t)((int32_t)L_22<<((int32_t)24))))));
|
|
int32_t L_23 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_24 = V_4;
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = __this->____H_4;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = 0;
|
|
uint32_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
V_0 = L_27;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = __this->____H_4;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = 1;
|
|
uint32_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
V_1 = L_30;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = __this->____H_4;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = 2;
|
|
uint32_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
V_2 = L_33;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34 = __this->____H_4;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = 3;
|
|
uint32_t L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
V_3 = L_36;
|
|
uint32_t L_37 = V_0;
|
|
uint32_t L_38 = V_2;
|
|
uint32_t L_39 = V_3;
|
|
uint32_t L_40 = V_1;
|
|
uint32_t L_41 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_42 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = 0;
|
|
uint32_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_45 = __this->___buff_5;
|
|
NullCheck(L_45);
|
|
int32_t L_46 = 0;
|
|
uint32_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)), (int32_t)L_44)), (int32_t)L_47))));
|
|
uint32_t L_48 = V_0;
|
|
uint32_t L_49 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_48<<7))|((int32_t)((uint32_t)L_49>>((int32_t)25)))));
|
|
uint32_t L_50 = V_0;
|
|
uint32_t L_51 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51));
|
|
uint32_t L_52 = V_3;
|
|
uint32_t L_53 = V_1;
|
|
uint32_t L_54 = V_2;
|
|
uint32_t L_55 = V_0;
|
|
uint32_t L_56 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_57 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = 1;
|
|
uint32_t L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_60 = __this->___buff_5;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = 1;
|
|
uint32_t L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_53^(int32_t)L_54))&(int32_t)L_55))^(int32_t)L_56)), (int32_t)L_59)), (int32_t)L_62))));
|
|
uint32_t L_63 = V_3;
|
|
uint32_t L_64 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_63<<((int32_t)12)))|((int32_t)((uint32_t)L_64>>((int32_t)20)))));
|
|
uint32_t L_65 = V_3;
|
|
uint32_t L_66 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66));
|
|
uint32_t L_67 = V_2;
|
|
uint32_t L_68 = V_0;
|
|
uint32_t L_69 = V_1;
|
|
uint32_t L_70 = V_3;
|
|
uint32_t L_71 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_72 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_72);
|
|
int32_t L_73 = 2;
|
|
uint32_t L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_75 = __this->___buff_5;
|
|
NullCheck(L_75);
|
|
int32_t L_76 = 2;
|
|
uint32_t L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_68^(int32_t)L_69))&(int32_t)L_70))^(int32_t)L_71)), (int32_t)L_74)), (int32_t)L_77))));
|
|
uint32_t L_78 = V_2;
|
|
uint32_t L_79 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_78<<((int32_t)17)))|((int32_t)((uint32_t)L_79>>((int32_t)15)))));
|
|
uint32_t L_80 = V_2;
|
|
uint32_t L_81 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81));
|
|
uint32_t L_82 = V_1;
|
|
uint32_t L_83 = V_3;
|
|
uint32_t L_84 = V_0;
|
|
uint32_t L_85 = V_2;
|
|
uint32_t L_86 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_87 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_87);
|
|
int32_t L_88 = 3;
|
|
uint32_t L_89 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_90 = __this->___buff_5;
|
|
NullCheck(L_90);
|
|
int32_t L_91 = 3;
|
|
uint32_t L_92 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_83^(int32_t)L_84))&(int32_t)L_85))^(int32_t)L_86)), (int32_t)L_89)), (int32_t)L_92))));
|
|
uint32_t L_93 = V_1;
|
|
uint32_t L_94 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_93<<((int32_t)22)))|((int32_t)((uint32_t)L_94>>((int32_t)10)))));
|
|
uint32_t L_95 = V_1;
|
|
uint32_t L_96 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96));
|
|
uint32_t L_97 = V_0;
|
|
uint32_t L_98 = V_2;
|
|
uint32_t L_99 = V_3;
|
|
uint32_t L_100 = V_1;
|
|
uint32_t L_101 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_102 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_102);
|
|
int32_t L_103 = 4;
|
|
uint32_t L_104 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_105 = __this->___buff_5;
|
|
NullCheck(L_105);
|
|
int32_t L_106 = 4;
|
|
uint32_t L_107 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_98^(int32_t)L_99))&(int32_t)L_100))^(int32_t)L_101)), (int32_t)L_104)), (int32_t)L_107))));
|
|
uint32_t L_108 = V_0;
|
|
uint32_t L_109 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_108<<7))|((int32_t)((uint32_t)L_109>>((int32_t)25)))));
|
|
uint32_t L_110 = V_0;
|
|
uint32_t L_111 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111));
|
|
uint32_t L_112 = V_3;
|
|
uint32_t L_113 = V_1;
|
|
uint32_t L_114 = V_2;
|
|
uint32_t L_115 = V_0;
|
|
uint32_t L_116 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_117 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_117);
|
|
int32_t L_118 = 5;
|
|
uint32_t L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_120 = __this->___buff_5;
|
|
NullCheck(L_120);
|
|
int32_t L_121 = 5;
|
|
uint32_t L_122 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_113^(int32_t)L_114))&(int32_t)L_115))^(int32_t)L_116)), (int32_t)L_119)), (int32_t)L_122))));
|
|
uint32_t L_123 = V_3;
|
|
uint32_t L_124 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_123<<((int32_t)12)))|((int32_t)((uint32_t)L_124>>((int32_t)20)))));
|
|
uint32_t L_125 = V_3;
|
|
uint32_t L_126 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)L_126));
|
|
uint32_t L_127 = V_2;
|
|
uint32_t L_128 = V_0;
|
|
uint32_t L_129 = V_1;
|
|
uint32_t L_130 = V_3;
|
|
uint32_t L_131 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_132 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_132);
|
|
int32_t L_133 = 6;
|
|
uint32_t L_134 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_135 = __this->___buff_5;
|
|
NullCheck(L_135);
|
|
int32_t L_136 = 6;
|
|
uint32_t L_137 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_128^(int32_t)L_129))&(int32_t)L_130))^(int32_t)L_131)), (int32_t)L_134)), (int32_t)L_137))));
|
|
uint32_t L_138 = V_2;
|
|
uint32_t L_139 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_138<<((int32_t)17)))|((int32_t)((uint32_t)L_139>>((int32_t)15)))));
|
|
uint32_t L_140 = V_2;
|
|
uint32_t L_141 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_141));
|
|
uint32_t L_142 = V_1;
|
|
uint32_t L_143 = V_3;
|
|
uint32_t L_144 = V_0;
|
|
uint32_t L_145 = V_2;
|
|
uint32_t L_146 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_147 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_147);
|
|
int32_t L_148 = 7;
|
|
uint32_t L_149 = (L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_148));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_150 = __this->___buff_5;
|
|
NullCheck(L_150);
|
|
int32_t L_151 = 7;
|
|
uint32_t L_152 = (L_150)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_143^(int32_t)L_144))&(int32_t)L_145))^(int32_t)L_146)), (int32_t)L_149)), (int32_t)L_152))));
|
|
uint32_t L_153 = V_1;
|
|
uint32_t L_154 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_153<<((int32_t)22)))|((int32_t)((uint32_t)L_154>>((int32_t)10)))));
|
|
uint32_t L_155 = V_1;
|
|
uint32_t L_156 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156));
|
|
uint32_t L_157 = V_0;
|
|
uint32_t L_158 = V_2;
|
|
uint32_t L_159 = V_3;
|
|
uint32_t L_160 = V_1;
|
|
uint32_t L_161 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_162 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_162);
|
|
int32_t L_163 = 8;
|
|
uint32_t L_164 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_165 = __this->___buff_5;
|
|
NullCheck(L_165);
|
|
int32_t L_166 = 8;
|
|
uint32_t L_167 = (L_165)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_158^(int32_t)L_159))&(int32_t)L_160))^(int32_t)L_161)), (int32_t)L_164)), (int32_t)L_167))));
|
|
uint32_t L_168 = V_0;
|
|
uint32_t L_169 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_168<<7))|((int32_t)((uint32_t)L_169>>((int32_t)25)))));
|
|
uint32_t L_170 = V_0;
|
|
uint32_t L_171 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)L_171));
|
|
uint32_t L_172 = V_3;
|
|
uint32_t L_173 = V_1;
|
|
uint32_t L_174 = V_2;
|
|
uint32_t L_175 = V_0;
|
|
uint32_t L_176 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_177 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_177);
|
|
int32_t L_178 = ((int32_t)9);
|
|
uint32_t L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_180 = __this->___buff_5;
|
|
NullCheck(L_180);
|
|
int32_t L_181 = ((int32_t)9);
|
|
uint32_t L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_173^(int32_t)L_174))&(int32_t)L_175))^(int32_t)L_176)), (int32_t)L_179)), (int32_t)L_182))));
|
|
uint32_t L_183 = V_3;
|
|
uint32_t L_184 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_183<<((int32_t)12)))|((int32_t)((uint32_t)L_184>>((int32_t)20)))));
|
|
uint32_t L_185 = V_3;
|
|
uint32_t L_186 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)L_186));
|
|
uint32_t L_187 = V_2;
|
|
uint32_t L_188 = V_0;
|
|
uint32_t L_189 = V_1;
|
|
uint32_t L_190 = V_3;
|
|
uint32_t L_191 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_192 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_192);
|
|
int32_t L_193 = ((int32_t)10);
|
|
uint32_t L_194 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_193));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_195 = __this->___buff_5;
|
|
NullCheck(L_195);
|
|
int32_t L_196 = ((int32_t)10);
|
|
uint32_t L_197 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_187, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_188^(int32_t)L_189))&(int32_t)L_190))^(int32_t)L_191)), (int32_t)L_194)), (int32_t)L_197))));
|
|
uint32_t L_198 = V_2;
|
|
uint32_t L_199 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_198<<((int32_t)17)))|((int32_t)((uint32_t)L_199>>((int32_t)15)))));
|
|
uint32_t L_200 = V_2;
|
|
uint32_t L_201 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201));
|
|
uint32_t L_202 = V_1;
|
|
uint32_t L_203 = V_3;
|
|
uint32_t L_204 = V_0;
|
|
uint32_t L_205 = V_2;
|
|
uint32_t L_206 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_207 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_207);
|
|
int32_t L_208 = ((int32_t)11);
|
|
uint32_t L_209 = (L_207)->GetAt(static_cast<il2cpp_array_size_t>(L_208));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_210 = __this->___buff_5;
|
|
NullCheck(L_210);
|
|
int32_t L_211 = ((int32_t)11);
|
|
uint32_t L_212 = (L_210)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_203^(int32_t)L_204))&(int32_t)L_205))^(int32_t)L_206)), (int32_t)L_209)), (int32_t)L_212))));
|
|
uint32_t L_213 = V_1;
|
|
uint32_t L_214 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_213<<((int32_t)22)))|((int32_t)((uint32_t)L_214>>((int32_t)10)))));
|
|
uint32_t L_215 = V_1;
|
|
uint32_t L_216 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_215, (int32_t)L_216));
|
|
uint32_t L_217 = V_0;
|
|
uint32_t L_218 = V_2;
|
|
uint32_t L_219 = V_3;
|
|
uint32_t L_220 = V_1;
|
|
uint32_t L_221 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_222 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_222);
|
|
int32_t L_223 = ((int32_t)12);
|
|
uint32_t L_224 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_223));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_225 = __this->___buff_5;
|
|
NullCheck(L_225);
|
|
int32_t L_226 = ((int32_t)12);
|
|
uint32_t L_227 = (L_225)->GetAt(static_cast<il2cpp_array_size_t>(L_226));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_217, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_218^(int32_t)L_219))&(int32_t)L_220))^(int32_t)L_221)), (int32_t)L_224)), (int32_t)L_227))));
|
|
uint32_t L_228 = V_0;
|
|
uint32_t L_229 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_228<<7))|((int32_t)((uint32_t)L_229>>((int32_t)25)))));
|
|
uint32_t L_230 = V_0;
|
|
uint32_t L_231 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)L_231));
|
|
uint32_t L_232 = V_3;
|
|
uint32_t L_233 = V_1;
|
|
uint32_t L_234 = V_2;
|
|
uint32_t L_235 = V_0;
|
|
uint32_t L_236 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_237 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_237);
|
|
int32_t L_238 = ((int32_t)13);
|
|
uint32_t L_239 = (L_237)->GetAt(static_cast<il2cpp_array_size_t>(L_238));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_240 = __this->___buff_5;
|
|
NullCheck(L_240);
|
|
int32_t L_241 = ((int32_t)13);
|
|
uint32_t L_242 = (L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_233^(int32_t)L_234))&(int32_t)L_235))^(int32_t)L_236)), (int32_t)L_239)), (int32_t)L_242))));
|
|
uint32_t L_243 = V_3;
|
|
uint32_t L_244 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_243<<((int32_t)12)))|((int32_t)((uint32_t)L_244>>((int32_t)20)))));
|
|
uint32_t L_245 = V_3;
|
|
uint32_t L_246 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)L_246));
|
|
uint32_t L_247 = V_2;
|
|
uint32_t L_248 = V_0;
|
|
uint32_t L_249 = V_1;
|
|
uint32_t L_250 = V_3;
|
|
uint32_t L_251 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_252 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_252);
|
|
int32_t L_253 = ((int32_t)14);
|
|
uint32_t L_254 = (L_252)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_255 = __this->___buff_5;
|
|
NullCheck(L_255);
|
|
int32_t L_256 = ((int32_t)14);
|
|
uint32_t L_257 = (L_255)->GetAt(static_cast<il2cpp_array_size_t>(L_256));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_248^(int32_t)L_249))&(int32_t)L_250))^(int32_t)L_251)), (int32_t)L_254)), (int32_t)L_257))));
|
|
uint32_t L_258 = V_2;
|
|
uint32_t L_259 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_258<<((int32_t)17)))|((int32_t)((uint32_t)L_259>>((int32_t)15)))));
|
|
uint32_t L_260 = V_2;
|
|
uint32_t L_261 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)L_261));
|
|
uint32_t L_262 = V_1;
|
|
uint32_t L_263 = V_3;
|
|
uint32_t L_264 = V_0;
|
|
uint32_t L_265 = V_2;
|
|
uint32_t L_266 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_267 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_267);
|
|
int32_t L_268 = ((int32_t)15);
|
|
uint32_t L_269 = (L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_270 = __this->___buff_5;
|
|
NullCheck(L_270);
|
|
int32_t L_271 = ((int32_t)15);
|
|
uint32_t L_272 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_271));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_262, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_263^(int32_t)L_264))&(int32_t)L_265))^(int32_t)L_266)), (int32_t)L_269)), (int32_t)L_272))));
|
|
uint32_t L_273 = V_1;
|
|
uint32_t L_274 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_273<<((int32_t)22)))|((int32_t)((uint32_t)L_274>>((int32_t)10)))));
|
|
uint32_t L_275 = V_1;
|
|
uint32_t L_276 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_275, (int32_t)L_276));
|
|
uint32_t L_277 = V_0;
|
|
uint32_t L_278 = V_1;
|
|
uint32_t L_279 = V_2;
|
|
uint32_t L_280 = V_3;
|
|
uint32_t L_281 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_282 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_282);
|
|
int32_t L_283 = ((int32_t)16);
|
|
uint32_t L_284 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_283));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_285 = __this->___buff_5;
|
|
NullCheck(L_285);
|
|
int32_t L_286 = 1;
|
|
uint32_t L_287 = (L_285)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_277, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_278^(int32_t)L_279))&(int32_t)L_280))^(int32_t)L_281)), (int32_t)L_284)), (int32_t)L_287))));
|
|
uint32_t L_288 = V_0;
|
|
uint32_t L_289 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_288<<5))|((int32_t)((uint32_t)L_289>>((int32_t)27)))));
|
|
uint32_t L_290 = V_0;
|
|
uint32_t L_291 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_290, (int32_t)L_291));
|
|
uint32_t L_292 = V_3;
|
|
uint32_t L_293 = V_0;
|
|
uint32_t L_294 = V_1;
|
|
uint32_t L_295 = V_2;
|
|
uint32_t L_296 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_297 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_297);
|
|
int32_t L_298 = ((int32_t)17);
|
|
uint32_t L_299 = (L_297)->GetAt(static_cast<il2cpp_array_size_t>(L_298));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_300 = __this->___buff_5;
|
|
NullCheck(L_300);
|
|
int32_t L_301 = 6;
|
|
uint32_t L_302 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_301));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_292, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_293^(int32_t)L_294))&(int32_t)L_295))^(int32_t)L_296)), (int32_t)L_299)), (int32_t)L_302))));
|
|
uint32_t L_303 = V_3;
|
|
uint32_t L_304 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_303<<((int32_t)9)))|((int32_t)((uint32_t)L_304>>((int32_t)23)))));
|
|
uint32_t L_305 = V_3;
|
|
uint32_t L_306 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)L_306));
|
|
uint32_t L_307 = V_2;
|
|
uint32_t L_308 = V_3;
|
|
uint32_t L_309 = V_0;
|
|
uint32_t L_310 = V_1;
|
|
uint32_t L_311 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_312 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_312);
|
|
int32_t L_313 = ((int32_t)18);
|
|
uint32_t L_314 = (L_312)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_315 = __this->___buff_5;
|
|
NullCheck(L_315);
|
|
int32_t L_316 = ((int32_t)11);
|
|
uint32_t L_317 = (L_315)->GetAt(static_cast<il2cpp_array_size_t>(L_316));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_307, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_308^(int32_t)L_309))&(int32_t)L_310))^(int32_t)L_311)), (int32_t)L_314)), (int32_t)L_317))));
|
|
uint32_t L_318 = V_2;
|
|
uint32_t L_319 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_318<<((int32_t)14)))|((int32_t)((uint32_t)L_319>>((int32_t)18)))));
|
|
uint32_t L_320 = V_2;
|
|
uint32_t L_321 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_320, (int32_t)L_321));
|
|
uint32_t L_322 = V_1;
|
|
uint32_t L_323 = V_2;
|
|
uint32_t L_324 = V_3;
|
|
uint32_t L_325 = V_0;
|
|
uint32_t L_326 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_327 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_327);
|
|
int32_t L_328 = ((int32_t)19);
|
|
uint32_t L_329 = (L_327)->GetAt(static_cast<il2cpp_array_size_t>(L_328));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_330 = __this->___buff_5;
|
|
NullCheck(L_330);
|
|
int32_t L_331 = 0;
|
|
uint32_t L_332 = (L_330)->GetAt(static_cast<il2cpp_array_size_t>(L_331));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_322, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_323^(int32_t)L_324))&(int32_t)L_325))^(int32_t)L_326)), (int32_t)L_329)), (int32_t)L_332))));
|
|
uint32_t L_333 = V_1;
|
|
uint32_t L_334 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_333<<((int32_t)20)))|((int32_t)((uint32_t)L_334>>((int32_t)12)))));
|
|
uint32_t L_335 = V_1;
|
|
uint32_t L_336 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_335, (int32_t)L_336));
|
|
uint32_t L_337 = V_0;
|
|
uint32_t L_338 = V_1;
|
|
uint32_t L_339 = V_2;
|
|
uint32_t L_340 = V_3;
|
|
uint32_t L_341 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_342 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_342);
|
|
int32_t L_343 = ((int32_t)20);
|
|
uint32_t L_344 = (L_342)->GetAt(static_cast<il2cpp_array_size_t>(L_343));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_345 = __this->___buff_5;
|
|
NullCheck(L_345);
|
|
int32_t L_346 = 5;
|
|
uint32_t L_347 = (L_345)->GetAt(static_cast<il2cpp_array_size_t>(L_346));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_337, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_338^(int32_t)L_339))&(int32_t)L_340))^(int32_t)L_341)), (int32_t)L_344)), (int32_t)L_347))));
|
|
uint32_t L_348 = V_0;
|
|
uint32_t L_349 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_348<<5))|((int32_t)((uint32_t)L_349>>((int32_t)27)))));
|
|
uint32_t L_350 = V_0;
|
|
uint32_t L_351 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_350, (int32_t)L_351));
|
|
uint32_t L_352 = V_3;
|
|
uint32_t L_353 = V_0;
|
|
uint32_t L_354 = V_1;
|
|
uint32_t L_355 = V_2;
|
|
uint32_t L_356 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_357 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_357);
|
|
int32_t L_358 = ((int32_t)21);
|
|
uint32_t L_359 = (L_357)->GetAt(static_cast<il2cpp_array_size_t>(L_358));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_360 = __this->___buff_5;
|
|
NullCheck(L_360);
|
|
int32_t L_361 = ((int32_t)10);
|
|
uint32_t L_362 = (L_360)->GetAt(static_cast<il2cpp_array_size_t>(L_361));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_352, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_353^(int32_t)L_354))&(int32_t)L_355))^(int32_t)L_356)), (int32_t)L_359)), (int32_t)L_362))));
|
|
uint32_t L_363 = V_3;
|
|
uint32_t L_364 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_363<<((int32_t)9)))|((int32_t)((uint32_t)L_364>>((int32_t)23)))));
|
|
uint32_t L_365 = V_3;
|
|
uint32_t L_366 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_365, (int32_t)L_366));
|
|
uint32_t L_367 = V_2;
|
|
uint32_t L_368 = V_3;
|
|
uint32_t L_369 = V_0;
|
|
uint32_t L_370 = V_1;
|
|
uint32_t L_371 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_372 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_372);
|
|
int32_t L_373 = ((int32_t)22);
|
|
uint32_t L_374 = (L_372)->GetAt(static_cast<il2cpp_array_size_t>(L_373));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_375 = __this->___buff_5;
|
|
NullCheck(L_375);
|
|
int32_t L_376 = ((int32_t)15);
|
|
uint32_t L_377 = (L_375)->GetAt(static_cast<il2cpp_array_size_t>(L_376));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_368^(int32_t)L_369))&(int32_t)L_370))^(int32_t)L_371)), (int32_t)L_374)), (int32_t)L_377))));
|
|
uint32_t L_378 = V_2;
|
|
uint32_t L_379 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_378<<((int32_t)14)))|((int32_t)((uint32_t)L_379>>((int32_t)18)))));
|
|
uint32_t L_380 = V_2;
|
|
uint32_t L_381 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_380, (int32_t)L_381));
|
|
uint32_t L_382 = V_1;
|
|
uint32_t L_383 = V_2;
|
|
uint32_t L_384 = V_3;
|
|
uint32_t L_385 = V_0;
|
|
uint32_t L_386 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_387 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_387);
|
|
int32_t L_388 = ((int32_t)23);
|
|
uint32_t L_389 = (L_387)->GetAt(static_cast<il2cpp_array_size_t>(L_388));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_390 = __this->___buff_5;
|
|
NullCheck(L_390);
|
|
int32_t L_391 = 4;
|
|
uint32_t L_392 = (L_390)->GetAt(static_cast<il2cpp_array_size_t>(L_391));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_382, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_383^(int32_t)L_384))&(int32_t)L_385))^(int32_t)L_386)), (int32_t)L_389)), (int32_t)L_392))));
|
|
uint32_t L_393 = V_1;
|
|
uint32_t L_394 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_393<<((int32_t)20)))|((int32_t)((uint32_t)L_394>>((int32_t)12)))));
|
|
uint32_t L_395 = V_1;
|
|
uint32_t L_396 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_395, (int32_t)L_396));
|
|
uint32_t L_397 = V_0;
|
|
uint32_t L_398 = V_1;
|
|
uint32_t L_399 = V_2;
|
|
uint32_t L_400 = V_3;
|
|
uint32_t L_401 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_402 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_402);
|
|
int32_t L_403 = ((int32_t)24);
|
|
uint32_t L_404 = (L_402)->GetAt(static_cast<il2cpp_array_size_t>(L_403));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_405 = __this->___buff_5;
|
|
NullCheck(L_405);
|
|
int32_t L_406 = ((int32_t)9);
|
|
uint32_t L_407 = (L_405)->GetAt(static_cast<il2cpp_array_size_t>(L_406));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_397, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_398^(int32_t)L_399))&(int32_t)L_400))^(int32_t)L_401)), (int32_t)L_404)), (int32_t)L_407))));
|
|
uint32_t L_408 = V_0;
|
|
uint32_t L_409 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_408<<5))|((int32_t)((uint32_t)L_409>>((int32_t)27)))));
|
|
uint32_t L_410 = V_0;
|
|
uint32_t L_411 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_410, (int32_t)L_411));
|
|
uint32_t L_412 = V_3;
|
|
uint32_t L_413 = V_0;
|
|
uint32_t L_414 = V_1;
|
|
uint32_t L_415 = V_2;
|
|
uint32_t L_416 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_417 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_417);
|
|
int32_t L_418 = ((int32_t)25);
|
|
uint32_t L_419 = (L_417)->GetAt(static_cast<il2cpp_array_size_t>(L_418));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_420 = __this->___buff_5;
|
|
NullCheck(L_420);
|
|
int32_t L_421 = ((int32_t)14);
|
|
uint32_t L_422 = (L_420)->GetAt(static_cast<il2cpp_array_size_t>(L_421));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_412, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_413^(int32_t)L_414))&(int32_t)L_415))^(int32_t)L_416)), (int32_t)L_419)), (int32_t)L_422))));
|
|
uint32_t L_423 = V_3;
|
|
uint32_t L_424 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_423<<((int32_t)9)))|((int32_t)((uint32_t)L_424>>((int32_t)23)))));
|
|
uint32_t L_425 = V_3;
|
|
uint32_t L_426 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_425, (int32_t)L_426));
|
|
uint32_t L_427 = V_2;
|
|
uint32_t L_428 = V_3;
|
|
uint32_t L_429 = V_0;
|
|
uint32_t L_430 = V_1;
|
|
uint32_t L_431 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_432 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_432);
|
|
int32_t L_433 = ((int32_t)26);
|
|
uint32_t L_434 = (L_432)->GetAt(static_cast<il2cpp_array_size_t>(L_433));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_435 = __this->___buff_5;
|
|
NullCheck(L_435);
|
|
int32_t L_436 = 3;
|
|
uint32_t L_437 = (L_435)->GetAt(static_cast<il2cpp_array_size_t>(L_436));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_427, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_428^(int32_t)L_429))&(int32_t)L_430))^(int32_t)L_431)), (int32_t)L_434)), (int32_t)L_437))));
|
|
uint32_t L_438 = V_2;
|
|
uint32_t L_439 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_438<<((int32_t)14)))|((int32_t)((uint32_t)L_439>>((int32_t)18)))));
|
|
uint32_t L_440 = V_2;
|
|
uint32_t L_441 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_440, (int32_t)L_441));
|
|
uint32_t L_442 = V_1;
|
|
uint32_t L_443 = V_2;
|
|
uint32_t L_444 = V_3;
|
|
uint32_t L_445 = V_0;
|
|
uint32_t L_446 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_447 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_447);
|
|
int32_t L_448 = ((int32_t)27);
|
|
uint32_t L_449 = (L_447)->GetAt(static_cast<il2cpp_array_size_t>(L_448));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_450 = __this->___buff_5;
|
|
NullCheck(L_450);
|
|
int32_t L_451 = 8;
|
|
uint32_t L_452 = (L_450)->GetAt(static_cast<il2cpp_array_size_t>(L_451));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_442, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_443^(int32_t)L_444))&(int32_t)L_445))^(int32_t)L_446)), (int32_t)L_449)), (int32_t)L_452))));
|
|
uint32_t L_453 = V_1;
|
|
uint32_t L_454 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_453<<((int32_t)20)))|((int32_t)((uint32_t)L_454>>((int32_t)12)))));
|
|
uint32_t L_455 = V_1;
|
|
uint32_t L_456 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_455, (int32_t)L_456));
|
|
uint32_t L_457 = V_0;
|
|
uint32_t L_458 = V_1;
|
|
uint32_t L_459 = V_2;
|
|
uint32_t L_460 = V_3;
|
|
uint32_t L_461 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_462 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_462);
|
|
int32_t L_463 = ((int32_t)28);
|
|
uint32_t L_464 = (L_462)->GetAt(static_cast<il2cpp_array_size_t>(L_463));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_465 = __this->___buff_5;
|
|
NullCheck(L_465);
|
|
int32_t L_466 = ((int32_t)13);
|
|
uint32_t L_467 = (L_465)->GetAt(static_cast<il2cpp_array_size_t>(L_466));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_457, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_458^(int32_t)L_459))&(int32_t)L_460))^(int32_t)L_461)), (int32_t)L_464)), (int32_t)L_467))));
|
|
uint32_t L_468 = V_0;
|
|
uint32_t L_469 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_468<<5))|((int32_t)((uint32_t)L_469>>((int32_t)27)))));
|
|
uint32_t L_470 = V_0;
|
|
uint32_t L_471 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_470, (int32_t)L_471));
|
|
uint32_t L_472 = V_3;
|
|
uint32_t L_473 = V_0;
|
|
uint32_t L_474 = V_1;
|
|
uint32_t L_475 = V_2;
|
|
uint32_t L_476 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_477 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_477);
|
|
int32_t L_478 = ((int32_t)29);
|
|
uint32_t L_479 = (L_477)->GetAt(static_cast<il2cpp_array_size_t>(L_478));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_480 = __this->___buff_5;
|
|
NullCheck(L_480);
|
|
int32_t L_481 = 2;
|
|
uint32_t L_482 = (L_480)->GetAt(static_cast<il2cpp_array_size_t>(L_481));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_473^(int32_t)L_474))&(int32_t)L_475))^(int32_t)L_476)), (int32_t)L_479)), (int32_t)L_482))));
|
|
uint32_t L_483 = V_3;
|
|
uint32_t L_484 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_483<<((int32_t)9)))|((int32_t)((uint32_t)L_484>>((int32_t)23)))));
|
|
uint32_t L_485 = V_3;
|
|
uint32_t L_486 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_485, (int32_t)L_486));
|
|
uint32_t L_487 = V_2;
|
|
uint32_t L_488 = V_3;
|
|
uint32_t L_489 = V_0;
|
|
uint32_t L_490 = V_1;
|
|
uint32_t L_491 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_492 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_492);
|
|
int32_t L_493 = ((int32_t)30);
|
|
uint32_t L_494 = (L_492)->GetAt(static_cast<il2cpp_array_size_t>(L_493));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_495 = __this->___buff_5;
|
|
NullCheck(L_495);
|
|
int32_t L_496 = 7;
|
|
uint32_t L_497 = (L_495)->GetAt(static_cast<il2cpp_array_size_t>(L_496));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_487, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_488^(int32_t)L_489))&(int32_t)L_490))^(int32_t)L_491)), (int32_t)L_494)), (int32_t)L_497))));
|
|
uint32_t L_498 = V_2;
|
|
uint32_t L_499 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_498<<((int32_t)14)))|((int32_t)((uint32_t)L_499>>((int32_t)18)))));
|
|
uint32_t L_500 = V_2;
|
|
uint32_t L_501 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_500, (int32_t)L_501));
|
|
uint32_t L_502 = V_1;
|
|
uint32_t L_503 = V_2;
|
|
uint32_t L_504 = V_3;
|
|
uint32_t L_505 = V_0;
|
|
uint32_t L_506 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_507 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_507);
|
|
int32_t L_508 = ((int32_t)31);
|
|
uint32_t L_509 = (L_507)->GetAt(static_cast<il2cpp_array_size_t>(L_508));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_510 = __this->___buff_5;
|
|
NullCheck(L_510);
|
|
int32_t L_511 = ((int32_t)12);
|
|
uint32_t L_512 = (L_510)->GetAt(static_cast<il2cpp_array_size_t>(L_511));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_502, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(((int32_t)((int32_t)L_503^(int32_t)L_504))&(int32_t)L_505))^(int32_t)L_506)), (int32_t)L_509)), (int32_t)L_512))));
|
|
uint32_t L_513 = V_1;
|
|
uint32_t L_514 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_513<<((int32_t)20)))|((int32_t)((uint32_t)L_514>>((int32_t)12)))));
|
|
uint32_t L_515 = V_1;
|
|
uint32_t L_516 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_515, (int32_t)L_516));
|
|
uint32_t L_517 = V_0;
|
|
uint32_t L_518 = V_1;
|
|
uint32_t L_519 = V_2;
|
|
uint32_t L_520 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_521 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_521);
|
|
int32_t L_522 = ((int32_t)32);
|
|
uint32_t L_523 = (L_521)->GetAt(static_cast<il2cpp_array_size_t>(L_522));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_524 = __this->___buff_5;
|
|
NullCheck(L_524);
|
|
int32_t L_525 = 5;
|
|
uint32_t L_526 = (L_524)->GetAt(static_cast<il2cpp_array_size_t>(L_525));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_517, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_518^(int32_t)L_519))^(int32_t)L_520)), (int32_t)L_523)), (int32_t)L_526))));
|
|
uint32_t L_527 = V_0;
|
|
uint32_t L_528 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_527<<4))|((int32_t)((uint32_t)L_528>>((int32_t)28)))));
|
|
uint32_t L_529 = V_0;
|
|
uint32_t L_530 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_529, (int32_t)L_530));
|
|
uint32_t L_531 = V_3;
|
|
uint32_t L_532 = V_0;
|
|
uint32_t L_533 = V_1;
|
|
uint32_t L_534 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_535 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_535);
|
|
int32_t L_536 = ((int32_t)33);
|
|
uint32_t L_537 = (L_535)->GetAt(static_cast<il2cpp_array_size_t>(L_536));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_538 = __this->___buff_5;
|
|
NullCheck(L_538);
|
|
int32_t L_539 = 8;
|
|
uint32_t L_540 = (L_538)->GetAt(static_cast<il2cpp_array_size_t>(L_539));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_531, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_532^(int32_t)L_533))^(int32_t)L_534)), (int32_t)L_537)), (int32_t)L_540))));
|
|
uint32_t L_541 = V_3;
|
|
uint32_t L_542 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_541<<((int32_t)11)))|((int32_t)((uint32_t)L_542>>((int32_t)21)))));
|
|
uint32_t L_543 = V_3;
|
|
uint32_t L_544 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_543, (int32_t)L_544));
|
|
uint32_t L_545 = V_2;
|
|
uint32_t L_546 = V_3;
|
|
uint32_t L_547 = V_0;
|
|
uint32_t L_548 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_549 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_549);
|
|
int32_t L_550 = ((int32_t)34);
|
|
uint32_t L_551 = (L_549)->GetAt(static_cast<il2cpp_array_size_t>(L_550));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_552 = __this->___buff_5;
|
|
NullCheck(L_552);
|
|
int32_t L_553 = ((int32_t)11);
|
|
uint32_t L_554 = (L_552)->GetAt(static_cast<il2cpp_array_size_t>(L_553));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_545, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_546^(int32_t)L_547))^(int32_t)L_548)), (int32_t)L_551)), (int32_t)L_554))));
|
|
uint32_t L_555 = V_2;
|
|
uint32_t L_556 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_555<<((int32_t)16)))|((int32_t)((uint32_t)L_556>>((int32_t)16)))));
|
|
uint32_t L_557 = V_2;
|
|
uint32_t L_558 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_557, (int32_t)L_558));
|
|
uint32_t L_559 = V_1;
|
|
uint32_t L_560 = V_2;
|
|
uint32_t L_561 = V_3;
|
|
uint32_t L_562 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_563 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_563);
|
|
int32_t L_564 = ((int32_t)35);
|
|
uint32_t L_565 = (L_563)->GetAt(static_cast<il2cpp_array_size_t>(L_564));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_566 = __this->___buff_5;
|
|
NullCheck(L_566);
|
|
int32_t L_567 = ((int32_t)14);
|
|
uint32_t L_568 = (L_566)->GetAt(static_cast<il2cpp_array_size_t>(L_567));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_559, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_560^(int32_t)L_561))^(int32_t)L_562)), (int32_t)L_565)), (int32_t)L_568))));
|
|
uint32_t L_569 = V_1;
|
|
uint32_t L_570 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_569<<((int32_t)23)))|((int32_t)((uint32_t)L_570>>((int32_t)9)))));
|
|
uint32_t L_571 = V_1;
|
|
uint32_t L_572 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_571, (int32_t)L_572));
|
|
uint32_t L_573 = V_0;
|
|
uint32_t L_574 = V_1;
|
|
uint32_t L_575 = V_2;
|
|
uint32_t L_576 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_577 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_577);
|
|
int32_t L_578 = ((int32_t)36);
|
|
uint32_t L_579 = (L_577)->GetAt(static_cast<il2cpp_array_size_t>(L_578));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_580 = __this->___buff_5;
|
|
NullCheck(L_580);
|
|
int32_t L_581 = 1;
|
|
uint32_t L_582 = (L_580)->GetAt(static_cast<il2cpp_array_size_t>(L_581));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_573, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_574^(int32_t)L_575))^(int32_t)L_576)), (int32_t)L_579)), (int32_t)L_582))));
|
|
uint32_t L_583 = V_0;
|
|
uint32_t L_584 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_583<<4))|((int32_t)((uint32_t)L_584>>((int32_t)28)))));
|
|
uint32_t L_585 = V_0;
|
|
uint32_t L_586 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_585, (int32_t)L_586));
|
|
uint32_t L_587 = V_3;
|
|
uint32_t L_588 = V_0;
|
|
uint32_t L_589 = V_1;
|
|
uint32_t L_590 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_591 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_591);
|
|
int32_t L_592 = ((int32_t)37);
|
|
uint32_t L_593 = (L_591)->GetAt(static_cast<il2cpp_array_size_t>(L_592));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_594 = __this->___buff_5;
|
|
NullCheck(L_594);
|
|
int32_t L_595 = 4;
|
|
uint32_t L_596 = (L_594)->GetAt(static_cast<il2cpp_array_size_t>(L_595));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_587, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_588^(int32_t)L_589))^(int32_t)L_590)), (int32_t)L_593)), (int32_t)L_596))));
|
|
uint32_t L_597 = V_3;
|
|
uint32_t L_598 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_597<<((int32_t)11)))|((int32_t)((uint32_t)L_598>>((int32_t)21)))));
|
|
uint32_t L_599 = V_3;
|
|
uint32_t L_600 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_599, (int32_t)L_600));
|
|
uint32_t L_601 = V_2;
|
|
uint32_t L_602 = V_3;
|
|
uint32_t L_603 = V_0;
|
|
uint32_t L_604 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_605 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_605);
|
|
int32_t L_606 = ((int32_t)38);
|
|
uint32_t L_607 = (L_605)->GetAt(static_cast<il2cpp_array_size_t>(L_606));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_608 = __this->___buff_5;
|
|
NullCheck(L_608);
|
|
int32_t L_609 = 7;
|
|
uint32_t L_610 = (L_608)->GetAt(static_cast<il2cpp_array_size_t>(L_609));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_601, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_602^(int32_t)L_603))^(int32_t)L_604)), (int32_t)L_607)), (int32_t)L_610))));
|
|
uint32_t L_611 = V_2;
|
|
uint32_t L_612 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_611<<((int32_t)16)))|((int32_t)((uint32_t)L_612>>((int32_t)16)))));
|
|
uint32_t L_613 = V_2;
|
|
uint32_t L_614 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_613, (int32_t)L_614));
|
|
uint32_t L_615 = V_1;
|
|
uint32_t L_616 = V_2;
|
|
uint32_t L_617 = V_3;
|
|
uint32_t L_618 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_619 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_619);
|
|
int32_t L_620 = ((int32_t)39);
|
|
uint32_t L_621 = (L_619)->GetAt(static_cast<il2cpp_array_size_t>(L_620));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_622 = __this->___buff_5;
|
|
NullCheck(L_622);
|
|
int32_t L_623 = ((int32_t)10);
|
|
uint32_t L_624 = (L_622)->GetAt(static_cast<il2cpp_array_size_t>(L_623));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_615, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_616^(int32_t)L_617))^(int32_t)L_618)), (int32_t)L_621)), (int32_t)L_624))));
|
|
uint32_t L_625 = V_1;
|
|
uint32_t L_626 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_625<<((int32_t)23)))|((int32_t)((uint32_t)L_626>>((int32_t)9)))));
|
|
uint32_t L_627 = V_1;
|
|
uint32_t L_628 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_627, (int32_t)L_628));
|
|
uint32_t L_629 = V_0;
|
|
uint32_t L_630 = V_1;
|
|
uint32_t L_631 = V_2;
|
|
uint32_t L_632 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_633 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_633);
|
|
int32_t L_634 = ((int32_t)40);
|
|
uint32_t L_635 = (L_633)->GetAt(static_cast<il2cpp_array_size_t>(L_634));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_636 = __this->___buff_5;
|
|
NullCheck(L_636);
|
|
int32_t L_637 = ((int32_t)13);
|
|
uint32_t L_638 = (L_636)->GetAt(static_cast<il2cpp_array_size_t>(L_637));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_629, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_630^(int32_t)L_631))^(int32_t)L_632)), (int32_t)L_635)), (int32_t)L_638))));
|
|
uint32_t L_639 = V_0;
|
|
uint32_t L_640 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_639<<4))|((int32_t)((uint32_t)L_640>>((int32_t)28)))));
|
|
uint32_t L_641 = V_0;
|
|
uint32_t L_642 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_641, (int32_t)L_642));
|
|
uint32_t L_643 = V_3;
|
|
uint32_t L_644 = V_0;
|
|
uint32_t L_645 = V_1;
|
|
uint32_t L_646 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_647 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_647);
|
|
int32_t L_648 = ((int32_t)41);
|
|
uint32_t L_649 = (L_647)->GetAt(static_cast<il2cpp_array_size_t>(L_648));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_650 = __this->___buff_5;
|
|
NullCheck(L_650);
|
|
int32_t L_651 = 0;
|
|
uint32_t L_652 = (L_650)->GetAt(static_cast<il2cpp_array_size_t>(L_651));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_643, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_644^(int32_t)L_645))^(int32_t)L_646)), (int32_t)L_649)), (int32_t)L_652))));
|
|
uint32_t L_653 = V_3;
|
|
uint32_t L_654 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_653<<((int32_t)11)))|((int32_t)((uint32_t)L_654>>((int32_t)21)))));
|
|
uint32_t L_655 = V_3;
|
|
uint32_t L_656 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_655, (int32_t)L_656));
|
|
uint32_t L_657 = V_2;
|
|
uint32_t L_658 = V_3;
|
|
uint32_t L_659 = V_0;
|
|
uint32_t L_660 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_661 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_661);
|
|
int32_t L_662 = ((int32_t)42);
|
|
uint32_t L_663 = (L_661)->GetAt(static_cast<il2cpp_array_size_t>(L_662));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_664 = __this->___buff_5;
|
|
NullCheck(L_664);
|
|
int32_t L_665 = 3;
|
|
uint32_t L_666 = (L_664)->GetAt(static_cast<il2cpp_array_size_t>(L_665));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_657, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_658^(int32_t)L_659))^(int32_t)L_660)), (int32_t)L_663)), (int32_t)L_666))));
|
|
uint32_t L_667 = V_2;
|
|
uint32_t L_668 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_667<<((int32_t)16)))|((int32_t)((uint32_t)L_668>>((int32_t)16)))));
|
|
uint32_t L_669 = V_2;
|
|
uint32_t L_670 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_669, (int32_t)L_670));
|
|
uint32_t L_671 = V_1;
|
|
uint32_t L_672 = V_2;
|
|
uint32_t L_673 = V_3;
|
|
uint32_t L_674 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_675 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_675);
|
|
int32_t L_676 = ((int32_t)43);
|
|
uint32_t L_677 = (L_675)->GetAt(static_cast<il2cpp_array_size_t>(L_676));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_678 = __this->___buff_5;
|
|
NullCheck(L_678);
|
|
int32_t L_679 = 6;
|
|
uint32_t L_680 = (L_678)->GetAt(static_cast<il2cpp_array_size_t>(L_679));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_671, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_672^(int32_t)L_673))^(int32_t)L_674)), (int32_t)L_677)), (int32_t)L_680))));
|
|
uint32_t L_681 = V_1;
|
|
uint32_t L_682 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_681<<((int32_t)23)))|((int32_t)((uint32_t)L_682>>((int32_t)9)))));
|
|
uint32_t L_683 = V_1;
|
|
uint32_t L_684 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_683, (int32_t)L_684));
|
|
uint32_t L_685 = V_0;
|
|
uint32_t L_686 = V_1;
|
|
uint32_t L_687 = V_2;
|
|
uint32_t L_688 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_689 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_689);
|
|
int32_t L_690 = ((int32_t)44);
|
|
uint32_t L_691 = (L_689)->GetAt(static_cast<il2cpp_array_size_t>(L_690));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_692 = __this->___buff_5;
|
|
NullCheck(L_692);
|
|
int32_t L_693 = ((int32_t)9);
|
|
uint32_t L_694 = (L_692)->GetAt(static_cast<il2cpp_array_size_t>(L_693));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_685, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_686^(int32_t)L_687))^(int32_t)L_688)), (int32_t)L_691)), (int32_t)L_694))));
|
|
uint32_t L_695 = V_0;
|
|
uint32_t L_696 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_695<<4))|((int32_t)((uint32_t)L_696>>((int32_t)28)))));
|
|
uint32_t L_697 = V_0;
|
|
uint32_t L_698 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_697, (int32_t)L_698));
|
|
uint32_t L_699 = V_3;
|
|
uint32_t L_700 = V_0;
|
|
uint32_t L_701 = V_1;
|
|
uint32_t L_702 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_703 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_703);
|
|
int32_t L_704 = ((int32_t)45);
|
|
uint32_t L_705 = (L_703)->GetAt(static_cast<il2cpp_array_size_t>(L_704));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_706 = __this->___buff_5;
|
|
NullCheck(L_706);
|
|
int32_t L_707 = ((int32_t)12);
|
|
uint32_t L_708 = (L_706)->GetAt(static_cast<il2cpp_array_size_t>(L_707));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_699, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_700^(int32_t)L_701))^(int32_t)L_702)), (int32_t)L_705)), (int32_t)L_708))));
|
|
uint32_t L_709 = V_3;
|
|
uint32_t L_710 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_709<<((int32_t)11)))|((int32_t)((uint32_t)L_710>>((int32_t)21)))));
|
|
uint32_t L_711 = V_3;
|
|
uint32_t L_712 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_711, (int32_t)L_712));
|
|
uint32_t L_713 = V_2;
|
|
uint32_t L_714 = V_3;
|
|
uint32_t L_715 = V_0;
|
|
uint32_t L_716 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_717 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_717);
|
|
int32_t L_718 = ((int32_t)46);
|
|
uint32_t L_719 = (L_717)->GetAt(static_cast<il2cpp_array_size_t>(L_718));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_720 = __this->___buff_5;
|
|
NullCheck(L_720);
|
|
int32_t L_721 = ((int32_t)15);
|
|
uint32_t L_722 = (L_720)->GetAt(static_cast<il2cpp_array_size_t>(L_721));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_713, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_714^(int32_t)L_715))^(int32_t)L_716)), (int32_t)L_719)), (int32_t)L_722))));
|
|
uint32_t L_723 = V_2;
|
|
uint32_t L_724 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_723<<((int32_t)16)))|((int32_t)((uint32_t)L_724>>((int32_t)16)))));
|
|
uint32_t L_725 = V_2;
|
|
uint32_t L_726 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_725, (int32_t)L_726));
|
|
uint32_t L_727 = V_1;
|
|
uint32_t L_728 = V_2;
|
|
uint32_t L_729 = V_3;
|
|
uint32_t L_730 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_731 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_731);
|
|
int32_t L_732 = ((int32_t)47);
|
|
uint32_t L_733 = (L_731)->GetAt(static_cast<il2cpp_array_size_t>(L_732));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_734 = __this->___buff_5;
|
|
NullCheck(L_734);
|
|
int32_t L_735 = 2;
|
|
uint32_t L_736 = (L_734)->GetAt(static_cast<il2cpp_array_size_t>(L_735));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_727, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_728^(int32_t)L_729))^(int32_t)L_730)), (int32_t)L_733)), (int32_t)L_736))));
|
|
uint32_t L_737 = V_1;
|
|
uint32_t L_738 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_737<<((int32_t)23)))|((int32_t)((uint32_t)L_738>>((int32_t)9)))));
|
|
uint32_t L_739 = V_1;
|
|
uint32_t L_740 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_739, (int32_t)L_740));
|
|
uint32_t L_741 = V_0;
|
|
uint32_t L_742 = V_3;
|
|
uint32_t L_743 = V_1;
|
|
uint32_t L_744 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_745 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_745);
|
|
int32_t L_746 = ((int32_t)48);
|
|
uint32_t L_747 = (L_745)->GetAt(static_cast<il2cpp_array_size_t>(L_746));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_748 = __this->___buff_5;
|
|
NullCheck(L_748);
|
|
int32_t L_749 = 0;
|
|
uint32_t L_750 = (L_748)->GetAt(static_cast<il2cpp_array_size_t>(L_749));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_741, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_742))|(int32_t)L_743))^(int32_t)L_744)), (int32_t)L_747)), (int32_t)L_750))));
|
|
uint32_t L_751 = V_0;
|
|
uint32_t L_752 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_751<<6))|((int32_t)((uint32_t)L_752>>((int32_t)26)))));
|
|
uint32_t L_753 = V_0;
|
|
uint32_t L_754 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_753, (int32_t)L_754));
|
|
uint32_t L_755 = V_3;
|
|
uint32_t L_756 = V_2;
|
|
uint32_t L_757 = V_0;
|
|
uint32_t L_758 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_759 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_759);
|
|
int32_t L_760 = ((int32_t)49);
|
|
uint32_t L_761 = (L_759)->GetAt(static_cast<il2cpp_array_size_t>(L_760));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_762 = __this->___buff_5;
|
|
NullCheck(L_762);
|
|
int32_t L_763 = 7;
|
|
uint32_t L_764 = (L_762)->GetAt(static_cast<il2cpp_array_size_t>(L_763));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_755, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_756))|(int32_t)L_757))^(int32_t)L_758)), (int32_t)L_761)), (int32_t)L_764))));
|
|
uint32_t L_765 = V_3;
|
|
uint32_t L_766 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_765<<((int32_t)10)))|((int32_t)((uint32_t)L_766>>((int32_t)22)))));
|
|
uint32_t L_767 = V_3;
|
|
uint32_t L_768 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_767, (int32_t)L_768));
|
|
uint32_t L_769 = V_2;
|
|
uint32_t L_770 = V_1;
|
|
uint32_t L_771 = V_3;
|
|
uint32_t L_772 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_773 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_773);
|
|
int32_t L_774 = ((int32_t)50);
|
|
uint32_t L_775 = (L_773)->GetAt(static_cast<il2cpp_array_size_t>(L_774));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_776 = __this->___buff_5;
|
|
NullCheck(L_776);
|
|
int32_t L_777 = ((int32_t)14);
|
|
uint32_t L_778 = (L_776)->GetAt(static_cast<il2cpp_array_size_t>(L_777));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_769, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_770))|(int32_t)L_771))^(int32_t)L_772)), (int32_t)L_775)), (int32_t)L_778))));
|
|
uint32_t L_779 = V_2;
|
|
uint32_t L_780 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_779<<((int32_t)15)))|((int32_t)((uint32_t)L_780>>((int32_t)17)))));
|
|
uint32_t L_781 = V_2;
|
|
uint32_t L_782 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_781, (int32_t)L_782));
|
|
uint32_t L_783 = V_1;
|
|
uint32_t L_784 = V_0;
|
|
uint32_t L_785 = V_2;
|
|
uint32_t L_786 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_787 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_787);
|
|
int32_t L_788 = ((int32_t)51);
|
|
uint32_t L_789 = (L_787)->GetAt(static_cast<il2cpp_array_size_t>(L_788));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_790 = __this->___buff_5;
|
|
NullCheck(L_790);
|
|
int32_t L_791 = 5;
|
|
uint32_t L_792 = (L_790)->GetAt(static_cast<il2cpp_array_size_t>(L_791));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_783, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_784))|(int32_t)L_785))^(int32_t)L_786)), (int32_t)L_789)), (int32_t)L_792))));
|
|
uint32_t L_793 = V_1;
|
|
uint32_t L_794 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_793<<((int32_t)21)))|((int32_t)((uint32_t)L_794>>((int32_t)11)))));
|
|
uint32_t L_795 = V_1;
|
|
uint32_t L_796 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_795, (int32_t)L_796));
|
|
uint32_t L_797 = V_0;
|
|
uint32_t L_798 = V_3;
|
|
uint32_t L_799 = V_1;
|
|
uint32_t L_800 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_801 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_801);
|
|
int32_t L_802 = ((int32_t)52);
|
|
uint32_t L_803 = (L_801)->GetAt(static_cast<il2cpp_array_size_t>(L_802));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_804 = __this->___buff_5;
|
|
NullCheck(L_804);
|
|
int32_t L_805 = ((int32_t)12);
|
|
uint32_t L_806 = (L_804)->GetAt(static_cast<il2cpp_array_size_t>(L_805));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_797, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_798))|(int32_t)L_799))^(int32_t)L_800)), (int32_t)L_803)), (int32_t)L_806))));
|
|
uint32_t L_807 = V_0;
|
|
uint32_t L_808 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_807<<6))|((int32_t)((uint32_t)L_808>>((int32_t)26)))));
|
|
uint32_t L_809 = V_0;
|
|
uint32_t L_810 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_809, (int32_t)L_810));
|
|
uint32_t L_811 = V_3;
|
|
uint32_t L_812 = V_2;
|
|
uint32_t L_813 = V_0;
|
|
uint32_t L_814 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_815 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_815);
|
|
int32_t L_816 = ((int32_t)53);
|
|
uint32_t L_817 = (L_815)->GetAt(static_cast<il2cpp_array_size_t>(L_816));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_818 = __this->___buff_5;
|
|
NullCheck(L_818);
|
|
int32_t L_819 = 3;
|
|
uint32_t L_820 = (L_818)->GetAt(static_cast<il2cpp_array_size_t>(L_819));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_811, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_812))|(int32_t)L_813))^(int32_t)L_814)), (int32_t)L_817)), (int32_t)L_820))));
|
|
uint32_t L_821 = V_3;
|
|
uint32_t L_822 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_821<<((int32_t)10)))|((int32_t)((uint32_t)L_822>>((int32_t)22)))));
|
|
uint32_t L_823 = V_3;
|
|
uint32_t L_824 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_823, (int32_t)L_824));
|
|
uint32_t L_825 = V_2;
|
|
uint32_t L_826 = V_1;
|
|
uint32_t L_827 = V_3;
|
|
uint32_t L_828 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_829 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_829);
|
|
int32_t L_830 = ((int32_t)54);
|
|
uint32_t L_831 = (L_829)->GetAt(static_cast<il2cpp_array_size_t>(L_830));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_832 = __this->___buff_5;
|
|
NullCheck(L_832);
|
|
int32_t L_833 = ((int32_t)10);
|
|
uint32_t L_834 = (L_832)->GetAt(static_cast<il2cpp_array_size_t>(L_833));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_825, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_826))|(int32_t)L_827))^(int32_t)L_828)), (int32_t)L_831)), (int32_t)L_834))));
|
|
uint32_t L_835 = V_2;
|
|
uint32_t L_836 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_835<<((int32_t)15)))|((int32_t)((uint32_t)L_836>>((int32_t)17)))));
|
|
uint32_t L_837 = V_2;
|
|
uint32_t L_838 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_837, (int32_t)L_838));
|
|
uint32_t L_839 = V_1;
|
|
uint32_t L_840 = V_0;
|
|
uint32_t L_841 = V_2;
|
|
uint32_t L_842 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_843 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_843);
|
|
int32_t L_844 = ((int32_t)55);
|
|
uint32_t L_845 = (L_843)->GetAt(static_cast<il2cpp_array_size_t>(L_844));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_846 = __this->___buff_5;
|
|
NullCheck(L_846);
|
|
int32_t L_847 = 1;
|
|
uint32_t L_848 = (L_846)->GetAt(static_cast<il2cpp_array_size_t>(L_847));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_839, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_840))|(int32_t)L_841))^(int32_t)L_842)), (int32_t)L_845)), (int32_t)L_848))));
|
|
uint32_t L_849 = V_1;
|
|
uint32_t L_850 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_849<<((int32_t)21)))|((int32_t)((uint32_t)L_850>>((int32_t)11)))));
|
|
uint32_t L_851 = V_1;
|
|
uint32_t L_852 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_851, (int32_t)L_852));
|
|
uint32_t L_853 = V_0;
|
|
uint32_t L_854 = V_3;
|
|
uint32_t L_855 = V_1;
|
|
uint32_t L_856 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_857 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_857);
|
|
int32_t L_858 = ((int32_t)56);
|
|
uint32_t L_859 = (L_857)->GetAt(static_cast<il2cpp_array_size_t>(L_858));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_860 = __this->___buff_5;
|
|
NullCheck(L_860);
|
|
int32_t L_861 = 8;
|
|
uint32_t L_862 = (L_860)->GetAt(static_cast<il2cpp_array_size_t>(L_861));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_853, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_854))|(int32_t)L_855))^(int32_t)L_856)), (int32_t)L_859)), (int32_t)L_862))));
|
|
uint32_t L_863 = V_0;
|
|
uint32_t L_864 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_863<<6))|((int32_t)((uint32_t)L_864>>((int32_t)26)))));
|
|
uint32_t L_865 = V_0;
|
|
uint32_t L_866 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_865, (int32_t)L_866));
|
|
uint32_t L_867 = V_3;
|
|
uint32_t L_868 = V_2;
|
|
uint32_t L_869 = V_0;
|
|
uint32_t L_870 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_871 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_871);
|
|
int32_t L_872 = ((int32_t)57);
|
|
uint32_t L_873 = (L_871)->GetAt(static_cast<il2cpp_array_size_t>(L_872));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_874 = __this->___buff_5;
|
|
NullCheck(L_874);
|
|
int32_t L_875 = ((int32_t)15);
|
|
uint32_t L_876 = (L_874)->GetAt(static_cast<il2cpp_array_size_t>(L_875));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_867, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_868))|(int32_t)L_869))^(int32_t)L_870)), (int32_t)L_873)), (int32_t)L_876))));
|
|
uint32_t L_877 = V_3;
|
|
uint32_t L_878 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_877<<((int32_t)10)))|((int32_t)((uint32_t)L_878>>((int32_t)22)))));
|
|
uint32_t L_879 = V_3;
|
|
uint32_t L_880 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_879, (int32_t)L_880));
|
|
uint32_t L_881 = V_2;
|
|
uint32_t L_882 = V_1;
|
|
uint32_t L_883 = V_3;
|
|
uint32_t L_884 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_885 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_885);
|
|
int32_t L_886 = ((int32_t)58);
|
|
uint32_t L_887 = (L_885)->GetAt(static_cast<il2cpp_array_size_t>(L_886));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_888 = __this->___buff_5;
|
|
NullCheck(L_888);
|
|
int32_t L_889 = 6;
|
|
uint32_t L_890 = (L_888)->GetAt(static_cast<il2cpp_array_size_t>(L_889));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_881, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_882))|(int32_t)L_883))^(int32_t)L_884)), (int32_t)L_887)), (int32_t)L_890))));
|
|
uint32_t L_891 = V_2;
|
|
uint32_t L_892 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_891<<((int32_t)15)))|((int32_t)((uint32_t)L_892>>((int32_t)17)))));
|
|
uint32_t L_893 = V_2;
|
|
uint32_t L_894 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_893, (int32_t)L_894));
|
|
uint32_t L_895 = V_1;
|
|
uint32_t L_896 = V_0;
|
|
uint32_t L_897 = V_2;
|
|
uint32_t L_898 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_899 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_899);
|
|
int32_t L_900 = ((int32_t)59);
|
|
uint32_t L_901 = (L_899)->GetAt(static_cast<il2cpp_array_size_t>(L_900));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_902 = __this->___buff_5;
|
|
NullCheck(L_902);
|
|
int32_t L_903 = ((int32_t)13);
|
|
uint32_t L_904 = (L_902)->GetAt(static_cast<il2cpp_array_size_t>(L_903));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_895, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_896))|(int32_t)L_897))^(int32_t)L_898)), (int32_t)L_901)), (int32_t)L_904))));
|
|
uint32_t L_905 = V_1;
|
|
uint32_t L_906 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_905<<((int32_t)21)))|((int32_t)((uint32_t)L_906>>((int32_t)11)))));
|
|
uint32_t L_907 = V_1;
|
|
uint32_t L_908 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_907, (int32_t)L_908));
|
|
uint32_t L_909 = V_0;
|
|
uint32_t L_910 = V_3;
|
|
uint32_t L_911 = V_1;
|
|
uint32_t L_912 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_913 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_913);
|
|
int32_t L_914 = ((int32_t)60);
|
|
uint32_t L_915 = (L_913)->GetAt(static_cast<il2cpp_array_size_t>(L_914));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_916 = __this->___buff_5;
|
|
NullCheck(L_916);
|
|
int32_t L_917 = 4;
|
|
uint32_t L_918 = (L_916)->GetAt(static_cast<il2cpp_array_size_t>(L_917));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_909, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_910))|(int32_t)L_911))^(int32_t)L_912)), (int32_t)L_915)), (int32_t)L_918))));
|
|
uint32_t L_919 = V_0;
|
|
uint32_t L_920 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_919<<6))|((int32_t)((uint32_t)L_920>>((int32_t)26)))));
|
|
uint32_t L_921 = V_0;
|
|
uint32_t L_922 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_921, (int32_t)L_922));
|
|
uint32_t L_923 = V_3;
|
|
uint32_t L_924 = V_2;
|
|
uint32_t L_925 = V_0;
|
|
uint32_t L_926 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_927 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_927);
|
|
int32_t L_928 = ((int32_t)61);
|
|
uint32_t L_929 = (L_927)->GetAt(static_cast<il2cpp_array_size_t>(L_928));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_930 = __this->___buff_5;
|
|
NullCheck(L_930);
|
|
int32_t L_931 = ((int32_t)11);
|
|
uint32_t L_932 = (L_930)->GetAt(static_cast<il2cpp_array_size_t>(L_931));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_923, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_924))|(int32_t)L_925))^(int32_t)L_926)), (int32_t)L_929)), (int32_t)L_932))));
|
|
uint32_t L_933 = V_3;
|
|
uint32_t L_934 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_933<<((int32_t)10)))|((int32_t)((uint32_t)L_934>>((int32_t)22)))));
|
|
uint32_t L_935 = V_3;
|
|
uint32_t L_936 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_935, (int32_t)L_936));
|
|
uint32_t L_937 = V_2;
|
|
uint32_t L_938 = V_1;
|
|
uint32_t L_939 = V_3;
|
|
uint32_t L_940 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_941 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_941);
|
|
int32_t L_942 = ((int32_t)62);
|
|
uint32_t L_943 = (L_941)->GetAt(static_cast<il2cpp_array_size_t>(L_942));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_944 = __this->___buff_5;
|
|
NullCheck(L_944);
|
|
int32_t L_945 = 2;
|
|
uint32_t L_946 = (L_944)->GetAt(static_cast<il2cpp_array_size_t>(L_945));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_937, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_938))|(int32_t)L_939))^(int32_t)L_940)), (int32_t)L_943)), (int32_t)L_946))));
|
|
uint32_t L_947 = V_2;
|
|
uint32_t L_948 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_947<<((int32_t)15)))|((int32_t)((uint32_t)L_948>>((int32_t)17)))));
|
|
uint32_t L_949 = V_2;
|
|
uint32_t L_950 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_949, (int32_t)L_950));
|
|
uint32_t L_951 = V_1;
|
|
uint32_t L_952 = V_0;
|
|
uint32_t L_953 = V_2;
|
|
uint32_t L_954 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_955 = ((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9;
|
|
NullCheck(L_955);
|
|
int32_t L_956 = ((int32_t)63);
|
|
uint32_t L_957 = (L_955)->GetAt(static_cast<il2cpp_array_size_t>(L_956));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_958 = __this->___buff_5;
|
|
NullCheck(L_958);
|
|
int32_t L_959 = ((int32_t)9);
|
|
uint32_t L_960 = (L_958)->GetAt(static_cast<il2cpp_array_size_t>(L_959));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_951, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)((~L_952))|(int32_t)L_953))^(int32_t)L_954)), (int32_t)L_957)), (int32_t)L_960))));
|
|
uint32_t L_961 = V_1;
|
|
uint32_t L_962 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_961<<((int32_t)21)))|((int32_t)((uint32_t)L_962>>((int32_t)11)))));
|
|
uint32_t L_963 = V_1;
|
|
uint32_t L_964 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_963, (int32_t)L_964));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_965 = __this->____H_4;
|
|
NullCheck(L_965);
|
|
uint32_t* L_966 = ((L_965)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
|
|
int32_t L_967 = *((uint32_t*)L_966);
|
|
uint32_t L_968 = V_0;
|
|
*((int32_t*)L_966) = (int32_t)((int32_t)il2cpp_codegen_add(L_967, (int32_t)L_968));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_969 = __this->____H_4;
|
|
NullCheck(L_969);
|
|
uint32_t* L_970 = ((L_969)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
|
|
int32_t L_971 = *((uint32_t*)L_970);
|
|
uint32_t L_972 = V_1;
|
|
*((int32_t*)L_970) = (int32_t)((int32_t)il2cpp_codegen_add(L_971, (int32_t)L_972));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_973 = __this->____H_4;
|
|
NullCheck(L_973);
|
|
uint32_t* L_974 = ((L_973)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
|
|
int32_t L_975 = *((uint32_t*)L_974);
|
|
uint32_t L_976 = V_2;
|
|
*((int32_t*)L_974) = (int32_t)((int32_t)il2cpp_codegen_add(L_975, (int32_t)L_976));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_977 = __this->____H_4;
|
|
NullCheck(L_977);
|
|
uint32_t* L_978 = ((L_977)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
|
|
int32_t L_979 = *((uint32_t*)L_978);
|
|
uint32_t L_980 = V_3;
|
|
*((int32_t*)L_978) = (int32_t)((int32_t)il2cpp_codegen_add(L_979, (int32_t)L_980));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessFinalBlock_m1A08AFA46AEBA5C88927CAF05F53A019D94AFB17 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, int32_t ___2_inputCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
uint64_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
uint64_t L_0 = __this->___count_6;
|
|
int32_t L_1 = ___2_inputCount;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, ((int64_t)L_1)));
|
|
uint64_t L_2 = V_0;
|
|
V_1 = ((int32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)((int32_t)56)), ((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)((int64_t)((int32_t)64)))))));
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) >= ((int32_t)1)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_4, ((int32_t)64)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_5 = ___2_inputCount;
|
|
int32_t L_6 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_5, L_6)), 8)));
|
|
V_2 = L_7;
|
|
V_4 = 0;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_2;
|
|
int32_t L_9 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___0_inputBuffer;
|
|
int32_t L_11 = V_4;
|
|
int32_t L_12 = ___1_inputOffset;
|
|
NullCheck(L_10);
|
|
int32_t L_13 = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
|
uint8_t L_14 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)L_14);
|
|
int32_t L_15 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_16 = V_4;
|
|
int32_t L_17 = ___2_inputCount;
|
|
if ((((int32_t)L_16) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2;
|
|
int32_t L_19 = ___2_inputCount;
|
|
NullCheck(L_18);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (uint8_t)((int32_t)128));
|
|
int32_t L_20 = ___2_inputCount;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_2;
|
|
int32_t L_22 = V_5;
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)0);
|
|
int32_t L_23 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
int32_t L_25 = ___2_inputCount;
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)il2cpp_codegen_add(L_25, L_26)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_27 = V_0;
|
|
V_3 = ((int64_t)((int64_t)L_27<<3));
|
|
uint64_t L_28 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_2;
|
|
int32_t L_30 = ___2_inputCount;
|
|
int32_t L_31 = V_1;
|
|
MD5CryptoServiceProvider_AddLength_m041F60B065C3BCB318338F831FDC04687112B803(__this, L_28, L_29, ((int32_t)il2cpp_codegen_add(L_30, L_31)), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_2;
|
|
MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5(__this, L_32, 0, NULL);
|
|
int32_t L_33 = ___2_inputCount;
|
|
int32_t L_34 = V_1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_33, L_34)), 8))) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = V_2;
|
|
MD5CryptoServiceProvider_ProcessBlock_m33F616C158993F279998D67F0AF92430D1F55EE5(__this, L_35, ((int32_t)64), NULL);
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::AddLength(System.UInt64,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_AddLength_m041F60B065C3BCB318338F831FDC04687112B803 (MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B* __this, uint64_t ___0_length, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, int32_t ___2_position, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___1_buffer;
|
|
int32_t L_1 = ___2_position;
|
|
int32_t L_2 = L_1;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
uint64_t L_3 = ___0_length;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)((int32_t)(uint8_t)L_3));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___1_buffer;
|
|
int32_t L_5 = ___2_position;
|
|
int32_t L_6 = L_5;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
uint64_t L_7 = ___0_length;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_7>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___1_buffer;
|
|
int32_t L_9 = ___2_position;
|
|
int32_t L_10 = L_9;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
uint64_t L_11 = ___0_length;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___1_buffer;
|
|
int32_t L_13 = ___2_position;
|
|
int32_t L_14 = L_13;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
uint64_t L_15 = ___0_length;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___1_buffer;
|
|
int32_t L_17 = ___2_position;
|
|
int32_t L_18 = L_17;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
uint64_t L_19 = ___0_length;
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)32)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___1_buffer;
|
|
int32_t L_21 = ___2_position;
|
|
int32_t L_22 = L_21;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
uint64_t L_23 = ___0_length;
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)40)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___1_buffer;
|
|
int32_t L_25 = ___2_position;
|
|
int32_t L_26 = L_25;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
uint64_t L_27 = ___0_length;
|
|
NullCheck(L_24);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_27>>((int32_t)48)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___1_buffer;
|
|
int32_t L_29 = ___2_position;
|
|
uint64_t L_30 = ___0_length;
|
|
NullCheck(L_28);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_30>>((int32_t)56)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__cctor_mD0F39CF842E9E577078E890E047336FA3F0EB032 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____62E6F13B53D67FDD780E20D89A6E8EE503B197AC16AC3F1D2571C147FDD324C9_42_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____62E6F13B53D67FDD780E20D89A6E8EE503B197AC16AC3F1D2571C147FDD324C9_42_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
|
((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_tEBA22E49E733DDFE74A3F52711BB1EF82FBF653B_il2cpp_TypeInfo_var))->___K_9), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.RC2Transform::.ctor(System.Security.Cryptography.RC2,System.Boolean,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform__ctor_m51A6DD03C2B3A918F64F40D3C2F96B00EE49EFEA (RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7* __this, RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9* ___0_rc2Algo, bool ___1_encryption, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_iv, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
{
|
|
RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9* L_0 = ___0_rc2Algo;
|
|
bool L_1 = ___1_encryption;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___3_iv;
|
|
SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B(__this, L_0, L_1, L_2, NULL);
|
|
RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9* L_3 = ___0_rc2Algo;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 System.Security.Cryptography.RC2::get_EffectiveKeySize() */, L_3);
|
|
V_0 = L_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___2_key;
|
|
if (L_5)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9* L_6 = ___0_rc2Algo;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_KeySize() */, L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8;
|
|
L_8 = KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21(((int32_t)(L_7>>3)), NULL);
|
|
___2_key = L_8;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___2_key;
|
|
NullCheck((RuntimeArray*)L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_9, NULL);
|
|
___2_key = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
int32_t L_11 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___2_key;
|
|
NullCheck(L_12);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_11, ((int32_t)(((int32_t)(((RuntimeArray*)L_12)->max_length))<<3)), NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___2_key;
|
|
NullCheck(L_14);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_14)->max_length));
|
|
RC2_tFBB9A77126D49FBFBA021B103073FBA78F57B0B9* L_15 = ___0_rc2Algo;
|
|
NullCheck(L_15);
|
|
KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_16;
|
|
L_16 = VirtualFuncInvoker0< KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* >::Invoke(13 /* System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::get_LegalKeySizes() */, L_15);
|
|
int32_t L_17 = V_1;
|
|
bool L_18;
|
|
L_18 = KeySizes_IsLegalKeySize_m77AEBA8F2FE57F9CFDB3D897D102B0A6D0EE3811(L_16, ((int32_t)(L_17<<3)), NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)3);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_19;
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_22);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_23);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_23);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_20;
|
|
int32_t L_25 = 5;
|
|
RuntimeObject* L_26 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_25);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_26);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_26);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_24;
|
|
int32_t L_28 = ((int32_t)16);
|
|
RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_28);
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_29);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_29);
|
|
String_t* L_30;
|
|
L_30 = Locale_GetText_m42E1EB13401D44A17A435110DDBE57AD042267A5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2FF11C399516FCC1422777DAD83F4DA47FA3D2FA)), L_27, NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_31 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_31);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_31, L_30, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2Transform__ctor_m51A6DD03C2B3A918F64F40D3C2F96B00EE49EFEA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
|
|
V_2 = L_32;
|
|
int32_t L_33 = V_0;
|
|
V_3 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_33, 7))>>3));
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = V_3;
|
|
V_4 = ((int32_t)(((int32_t)255)%((int32_t)(2<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(8, L_34)), ((int32_t)(L_35<<3)))), 1))&((int32_t)31)))))));
|
|
V_6 = 0;
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = V_2;
|
|
int32_t L_37 = V_6;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = ___2_key;
|
|
int32_t L_39 = V_6;
|
|
NullCheck(L_38);
|
|
int32_t L_40 = L_39;
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
NullCheck(L_36);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (uint8_t)L_41);
|
|
int32_t L_42 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t L_43 = V_6;
|
|
int32_t L_44 = V_1;
|
|
if ((((int32_t)L_43) < ((int32_t)L_44)))
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_1;
|
|
V_7 = L_45;
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46 = V_2;
|
|
int32_t L_47 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = ((RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var))->___pitable_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = V_2;
|
|
int32_t L_50 = V_7;
|
|
NullCheck(L_49);
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_subtract(L_50, 1));
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = V_2;
|
|
int32_t L_54 = V_7;
|
|
int32_t L_55 = V_1;
|
|
NullCheck(L_53);
|
|
int32_t L_56 = ((int32_t)il2cpp_codegen_subtract(L_54, L_55));
|
|
uint8_t L_57 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NullCheck(L_48);
|
|
int32_t L_58 = ((int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_57))&((int32_t)255)));
|
|
uint8_t L_59 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
NullCheck(L_46);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (uint8_t)L_59);
|
|
int32_t L_60 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
int32_t L_61 = V_7;
|
|
if ((((int32_t)L_61) < ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62 = V_2;
|
|
int32_t L_63 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = ((RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var))->___pitable_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = V_2;
|
|
int32_t L_66 = V_3;
|
|
NullCheck(L_65);
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_subtract(((int32_t)128), L_66));
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
int32_t L_69 = V_4;
|
|
NullCheck(L_64);
|
|
int32_t L_70 = ((int32_t)((int32_t)L_68&L_69));
|
|
uint8_t L_71 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
NullCheck(L_62);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(((int32_t)128), L_63))), (uint8_t)L_71);
|
|
int32_t L_72 = V_3;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract(((int32_t)127), L_72));
|
|
goto IL_0134;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_73 = V_2;
|
|
int32_t L_74 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_75 = ((RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var))->___pitable_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_76 = V_2;
|
|
int32_t L_77 = V_8;
|
|
NullCheck(L_76);
|
|
int32_t L_78 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
uint8_t L_79 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_80 = V_2;
|
|
int32_t L_81 = V_8;
|
|
int32_t L_82 = V_3;
|
|
NullCheck(L_80);
|
|
int32_t L_83 = ((int32_t)il2cpp_codegen_add(L_81, L_82));
|
|
uint8_t L_84 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
|
|
NullCheck(L_75);
|
|
int32_t L_85 = ((int32_t)((int32_t)L_79^(int32_t)L_84));
|
|
uint8_t L_86 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
NullCheck(L_73);
|
|
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(L_74), (uint8_t)L_86);
|
|
int32_t L_87 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract(L_87, 1));
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
int32_t L_88 = V_8;
|
|
if ((((int32_t)L_88) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_89 = (UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83*)(UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83*)SZArrayNew(UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
__this->___K_16 = L_89;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___K_16), (void*)L_89);
|
|
V_5 = 0;
|
|
V_9 = 0;
|
|
goto IL_0173;
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_90 = __this->___K_16;
|
|
int32_t L_91 = V_9;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_92 = V_2;
|
|
int32_t L_93 = V_5;
|
|
int32_t L_94 = L_93;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
NullCheck(L_92);
|
|
int32_t L_95 = L_94;
|
|
uint8_t L_96 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_97 = V_2;
|
|
int32_t L_98 = V_5;
|
|
int32_t L_99 = L_98;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_99, 1));
|
|
NullCheck(L_97);
|
|
int32_t L_100 = L_99;
|
|
uint8_t L_101 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
|
|
NullCheck(L_90);
|
|
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(L_91), (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, ((int32_t)((int32_t)L_101<<8))))));
|
|
int32_t L_102 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_102, 1));
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
int32_t L_103 = V_9;
|
|
if ((((int32_t)L_103) < ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RC2Transform::ECB(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform_ECB_mFB2B8BB193CD97BF5485BCB96C794CD200903059 (RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_input;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_input;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_2|((int32_t)((int32_t)L_5<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_input;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_input;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_8|((int32_t)((int32_t)L_11<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_input;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 4;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_input;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 5;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_14|((int32_t)((int32_t)L_17<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_input;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 6;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_input;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 7;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_20|((int32_t)((int32_t)L_23<<8)))));
|
|
bool L_24 = ((SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43*)__this)->___encrypt_1;
|
|
if (!L_24)
|
|
{
|
|
goto IL_05d9;
|
|
}
|
|
}
|
|
{
|
|
__this->___j_17 = 0;
|
|
goto IL_01cb;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
uint16_t L_25 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_26 = __this->___K_16;
|
|
int32_t L_27 = __this->___j_17;
|
|
V_0 = L_27;
|
|
int32_t L_28 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
int32_t L_29 = V_0;
|
|
NullCheck(L_26);
|
|
int32_t L_30 = L_29;
|
|
uint16_t L_31 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
uint16_t L_32 = __this->___R3_15;
|
|
uint16_t L_33 = __this->___R2_14;
|
|
uint16_t L_34 = __this->___R3_15;
|
|
uint16_t L_35 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_31, ((int32_t)((int32_t)L_32&(int32_t)L_33)))), ((int32_t)((int32_t)((~L_34))&(int32_t)L_35))))))));
|
|
uint16_t L_36 = __this->___R0_12;
|
|
uint16_t L_37 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_36<<1))|((int32_t)((int32_t)L_37>>((int32_t)15))))));
|
|
uint16_t L_38 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_39 = __this->___K_16;
|
|
int32_t L_40 = __this->___j_17;
|
|
V_0 = L_40;
|
|
int32_t L_41 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
int32_t L_42 = V_0;
|
|
NullCheck(L_39);
|
|
int32_t L_43 = L_42;
|
|
uint16_t L_44 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
uint16_t L_45 = __this->___R0_12;
|
|
uint16_t L_46 = __this->___R3_15;
|
|
uint16_t L_47 = __this->___R0_12;
|
|
uint16_t L_48 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_44, ((int32_t)((int32_t)L_45&(int32_t)L_46)))), ((int32_t)((int32_t)((~L_47))&(int32_t)L_48))))))));
|
|
uint16_t L_49 = __this->___R1_13;
|
|
uint16_t L_50 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_49<<2))|((int32_t)((int32_t)L_50>>((int32_t)14))))));
|
|
uint16_t L_51 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_52 = __this->___K_16;
|
|
int32_t L_53 = __this->___j_17;
|
|
V_0 = L_53;
|
|
int32_t L_54 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_54, 1));
|
|
int32_t L_55 = V_0;
|
|
NullCheck(L_52);
|
|
int32_t L_56 = L_55;
|
|
uint16_t L_57 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
uint16_t L_58 = __this->___R1_13;
|
|
uint16_t L_59 = __this->___R0_12;
|
|
uint16_t L_60 = __this->___R1_13;
|
|
uint16_t L_61 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_57, ((int32_t)((int32_t)L_58&(int32_t)L_59)))), ((int32_t)((int32_t)((~L_60))&(int32_t)L_61))))))));
|
|
uint16_t L_62 = __this->___R2_14;
|
|
uint16_t L_63 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_62<<3))|((int32_t)((int32_t)L_63>>((int32_t)13))))));
|
|
uint16_t L_64 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_65 = __this->___K_16;
|
|
int32_t L_66 = __this->___j_17;
|
|
V_0 = L_66;
|
|
int32_t L_67 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_67, 1));
|
|
int32_t L_68 = V_0;
|
|
NullCheck(L_65);
|
|
int32_t L_69 = L_68;
|
|
uint16_t L_70 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
|
|
uint16_t L_71 = __this->___R2_14;
|
|
uint16_t L_72 = __this->___R1_13;
|
|
uint16_t L_73 = __this->___R2_14;
|
|
uint16_t L_74 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_70, ((int32_t)((int32_t)L_71&(int32_t)L_72)))), ((int32_t)((int32_t)((~L_73))&(int32_t)L_74))))))));
|
|
uint16_t L_75 = __this->___R3_15;
|
|
uint16_t L_76 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_75<<5))|((int32_t)((int32_t)L_76>>((int32_t)11))))));
|
|
}
|
|
|
|
IL_01cb:
|
|
{
|
|
int32_t L_77 = __this->___j_17;
|
|
if ((((int32_t)L_77) <= ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_78 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_79 = __this->___K_16;
|
|
uint16_t L_80 = __this->___R3_15;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = ((int32_t)((int32_t)L_80&((int32_t)63)));
|
|
uint16_t L_82 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_82)));
|
|
uint16_t L_83 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_84 = __this->___K_16;
|
|
uint16_t L_85 = __this->___R0_12;
|
|
NullCheck(L_84);
|
|
int32_t L_86 = ((int32_t)((int32_t)L_85&((int32_t)63)));
|
|
uint16_t L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)L_87)));
|
|
uint16_t L_88 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_89 = __this->___K_16;
|
|
uint16_t L_90 = __this->___R1_13;
|
|
NullCheck(L_89);
|
|
int32_t L_91 = ((int32_t)((int32_t)L_90&((int32_t)63)));
|
|
uint16_t L_92 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_92)));
|
|
uint16_t L_93 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_94 = __this->___K_16;
|
|
uint16_t L_95 = __this->___R2_14;
|
|
NullCheck(L_94);
|
|
int32_t L_96 = ((int32_t)((int32_t)L_95&((int32_t)63)));
|
|
uint16_t L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)L_97)));
|
|
goto IL_03c9;
|
|
}
|
|
|
|
IL_0255:
|
|
{
|
|
uint16_t L_98 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_99 = __this->___K_16;
|
|
int32_t L_100 = __this->___j_17;
|
|
V_0 = L_100;
|
|
int32_t L_101 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_101, 1));
|
|
int32_t L_102 = V_0;
|
|
NullCheck(L_99);
|
|
int32_t L_103 = L_102;
|
|
uint16_t L_104 = (L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
|
|
uint16_t L_105 = __this->___R3_15;
|
|
uint16_t L_106 = __this->___R2_14;
|
|
uint16_t L_107 = __this->___R3_15;
|
|
uint16_t L_108 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_104, ((int32_t)((int32_t)L_105&(int32_t)L_106)))), ((int32_t)((int32_t)((~L_107))&(int32_t)L_108))))))));
|
|
uint16_t L_109 = __this->___R0_12;
|
|
uint16_t L_110 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_109<<1))|((int32_t)((int32_t)L_110>>((int32_t)15))))));
|
|
uint16_t L_111 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_112 = __this->___K_16;
|
|
int32_t L_113 = __this->___j_17;
|
|
V_0 = L_113;
|
|
int32_t L_114 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_114, 1));
|
|
int32_t L_115 = V_0;
|
|
NullCheck(L_112);
|
|
int32_t L_116 = L_115;
|
|
uint16_t L_117 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
|
|
uint16_t L_118 = __this->___R0_12;
|
|
uint16_t L_119 = __this->___R3_15;
|
|
uint16_t L_120 = __this->___R0_12;
|
|
uint16_t L_121 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_117, ((int32_t)((int32_t)L_118&(int32_t)L_119)))), ((int32_t)((int32_t)((~L_120))&(int32_t)L_121))))))));
|
|
uint16_t L_122 = __this->___R1_13;
|
|
uint16_t L_123 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_122<<2))|((int32_t)((int32_t)L_123>>((int32_t)14))))));
|
|
uint16_t L_124 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_125 = __this->___K_16;
|
|
int32_t L_126 = __this->___j_17;
|
|
V_0 = L_126;
|
|
int32_t L_127 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_127, 1));
|
|
int32_t L_128 = V_0;
|
|
NullCheck(L_125);
|
|
int32_t L_129 = L_128;
|
|
uint16_t L_130 = (L_125)->GetAt(static_cast<il2cpp_array_size_t>(L_129));
|
|
uint16_t L_131 = __this->___R1_13;
|
|
uint16_t L_132 = __this->___R0_12;
|
|
uint16_t L_133 = __this->___R1_13;
|
|
uint16_t L_134 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_130, ((int32_t)((int32_t)L_131&(int32_t)L_132)))), ((int32_t)((int32_t)((~L_133))&(int32_t)L_134))))))));
|
|
uint16_t L_135 = __this->___R2_14;
|
|
uint16_t L_136 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_135<<3))|((int32_t)((int32_t)L_136>>((int32_t)13))))));
|
|
uint16_t L_137 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_138 = __this->___K_16;
|
|
int32_t L_139 = __this->___j_17;
|
|
V_0 = L_139;
|
|
int32_t L_140 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_140, 1));
|
|
int32_t L_141 = V_0;
|
|
NullCheck(L_138);
|
|
int32_t L_142 = L_141;
|
|
uint16_t L_143 = (L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
|
|
uint16_t L_144 = __this->___R2_14;
|
|
uint16_t L_145 = __this->___R1_13;
|
|
uint16_t L_146 = __this->___R2_14;
|
|
uint16_t L_147 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_143, ((int32_t)((int32_t)L_144&(int32_t)L_145)))), ((int32_t)((int32_t)((~L_146))&(int32_t)L_147))))))));
|
|
uint16_t L_148 = __this->___R3_15;
|
|
uint16_t L_149 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_148<<5))|((int32_t)((int32_t)L_149>>((int32_t)11))))));
|
|
}
|
|
|
|
IL_03c9:
|
|
{
|
|
int32_t L_150 = __this->___j_17;
|
|
if ((((int32_t)L_150) <= ((int32_t)((int32_t)40))))
|
|
{
|
|
goto IL_0255;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_151 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_152 = __this->___K_16;
|
|
uint16_t L_153 = __this->___R3_15;
|
|
NullCheck(L_152);
|
|
int32_t L_154 = ((int32_t)((int32_t)L_153&((int32_t)63)));
|
|
uint16_t L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)L_155)));
|
|
uint16_t L_156 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_157 = __this->___K_16;
|
|
uint16_t L_158 = __this->___R0_12;
|
|
NullCheck(L_157);
|
|
int32_t L_159 = ((int32_t)((int32_t)L_158&((int32_t)63)));
|
|
uint16_t L_160 = (L_157)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_160)));
|
|
uint16_t L_161 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_162 = __this->___K_16;
|
|
uint16_t L_163 = __this->___R1_13;
|
|
NullCheck(L_162);
|
|
int32_t L_164 = ((int32_t)((int32_t)L_163&((int32_t)63)));
|
|
uint16_t L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)L_165)));
|
|
uint16_t L_166 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_167 = __this->___K_16;
|
|
uint16_t L_168 = __this->___R2_14;
|
|
NullCheck(L_167);
|
|
int32_t L_169 = ((int32_t)((int32_t)L_168&((int32_t)63)));
|
|
uint16_t L_170 = (L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_169));
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_170)));
|
|
goto IL_05c7;
|
|
}
|
|
|
|
IL_0453:
|
|
{
|
|
uint16_t L_171 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_172 = __this->___K_16;
|
|
int32_t L_173 = __this->___j_17;
|
|
V_0 = L_173;
|
|
int32_t L_174 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_174, 1));
|
|
int32_t L_175 = V_0;
|
|
NullCheck(L_172);
|
|
int32_t L_176 = L_175;
|
|
uint16_t L_177 = (L_172)->GetAt(static_cast<il2cpp_array_size_t>(L_176));
|
|
uint16_t L_178 = __this->___R3_15;
|
|
uint16_t L_179 = __this->___R2_14;
|
|
uint16_t L_180 = __this->___R3_15;
|
|
uint16_t L_181 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_171, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_177, ((int32_t)((int32_t)L_178&(int32_t)L_179)))), ((int32_t)((int32_t)((~L_180))&(int32_t)L_181))))))));
|
|
uint16_t L_182 = __this->___R0_12;
|
|
uint16_t L_183 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_182<<1))|((int32_t)((int32_t)L_183>>((int32_t)15))))));
|
|
uint16_t L_184 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_185 = __this->___K_16;
|
|
int32_t L_186 = __this->___j_17;
|
|
V_0 = L_186;
|
|
int32_t L_187 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_187, 1));
|
|
int32_t L_188 = V_0;
|
|
NullCheck(L_185);
|
|
int32_t L_189 = L_188;
|
|
uint16_t L_190 = (L_185)->GetAt(static_cast<il2cpp_array_size_t>(L_189));
|
|
uint16_t L_191 = __this->___R0_12;
|
|
uint16_t L_192 = __this->___R3_15;
|
|
uint16_t L_193 = __this->___R0_12;
|
|
uint16_t L_194 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_184, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_190, ((int32_t)((int32_t)L_191&(int32_t)L_192)))), ((int32_t)((int32_t)((~L_193))&(int32_t)L_194))))))));
|
|
uint16_t L_195 = __this->___R1_13;
|
|
uint16_t L_196 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_195<<2))|((int32_t)((int32_t)L_196>>((int32_t)14))))));
|
|
uint16_t L_197 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_198 = __this->___K_16;
|
|
int32_t L_199 = __this->___j_17;
|
|
V_0 = L_199;
|
|
int32_t L_200 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_200, 1));
|
|
int32_t L_201 = V_0;
|
|
NullCheck(L_198);
|
|
int32_t L_202 = L_201;
|
|
uint16_t L_203 = (L_198)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
|
|
uint16_t L_204 = __this->___R1_13;
|
|
uint16_t L_205 = __this->___R0_12;
|
|
uint16_t L_206 = __this->___R1_13;
|
|
uint16_t L_207 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_197, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_203, ((int32_t)((int32_t)L_204&(int32_t)L_205)))), ((int32_t)((int32_t)((~L_206))&(int32_t)L_207))))))));
|
|
uint16_t L_208 = __this->___R2_14;
|
|
uint16_t L_209 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_208<<3))|((int32_t)((int32_t)L_209>>((int32_t)13))))));
|
|
uint16_t L_210 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_211 = __this->___K_16;
|
|
int32_t L_212 = __this->___j_17;
|
|
V_0 = L_212;
|
|
int32_t L_213 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_add(L_213, 1));
|
|
int32_t L_214 = V_0;
|
|
NullCheck(L_211);
|
|
int32_t L_215 = L_214;
|
|
uint16_t L_216 = (L_211)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
|
|
uint16_t L_217 = __this->___R2_14;
|
|
uint16_t L_218 = __this->___R1_13;
|
|
uint16_t L_219 = __this->___R2_14;
|
|
uint16_t L_220 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_210, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_216, ((int32_t)((int32_t)L_217&(int32_t)L_218)))), ((int32_t)((int32_t)((~L_219))&(int32_t)L_220))))))));
|
|
uint16_t L_221 = __this->___R3_15;
|
|
uint16_t L_222 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_221<<5))|((int32_t)((int32_t)L_222>>((int32_t)11))))));
|
|
}
|
|
|
|
IL_05c7:
|
|
{
|
|
int32_t L_223 = __this->___j_17;
|
|
if ((((int32_t)L_223) < ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0453;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b62;
|
|
}
|
|
|
|
IL_05d9:
|
|
{
|
|
__this->___j_17 = ((int32_t)63);
|
|
goto IL_075a;
|
|
}
|
|
|
|
IL_05e6:
|
|
{
|
|
uint16_t L_224 = __this->___R3_15;
|
|
uint16_t L_225 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_224>>5))|((int32_t)((int32_t)L_225<<((int32_t)11))))));
|
|
uint16_t L_226 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_227 = __this->___K_16;
|
|
int32_t L_228 = __this->___j_17;
|
|
V_0 = L_228;
|
|
int32_t L_229 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_229, 1));
|
|
int32_t L_230 = V_0;
|
|
NullCheck(L_227);
|
|
int32_t L_231 = L_230;
|
|
uint16_t L_232 = (L_227)->GetAt(static_cast<il2cpp_array_size_t>(L_231));
|
|
uint16_t L_233 = __this->___R2_14;
|
|
uint16_t L_234 = __this->___R1_13;
|
|
uint16_t L_235 = __this->___R2_14;
|
|
uint16_t L_236 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_226, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_232, ((int32_t)((int32_t)L_233&(int32_t)L_234)))), ((int32_t)((int32_t)((~L_235))&(int32_t)L_236))))))));
|
|
uint16_t L_237 = __this->___R2_14;
|
|
uint16_t L_238 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_237>>3))|((int32_t)((int32_t)L_238<<((int32_t)13))))));
|
|
uint16_t L_239 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_240 = __this->___K_16;
|
|
int32_t L_241 = __this->___j_17;
|
|
V_0 = L_241;
|
|
int32_t L_242 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_242, 1));
|
|
int32_t L_243 = V_0;
|
|
NullCheck(L_240);
|
|
int32_t L_244 = L_243;
|
|
uint16_t L_245 = (L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_244));
|
|
uint16_t L_246 = __this->___R1_13;
|
|
uint16_t L_247 = __this->___R0_12;
|
|
uint16_t L_248 = __this->___R1_13;
|
|
uint16_t L_249 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_239, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_245, ((int32_t)((int32_t)L_246&(int32_t)L_247)))), ((int32_t)((int32_t)((~L_248))&(int32_t)L_249))))))));
|
|
uint16_t L_250 = __this->___R1_13;
|
|
uint16_t L_251 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_250>>2))|((int32_t)((int32_t)L_251<<((int32_t)14))))));
|
|
uint16_t L_252 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_253 = __this->___K_16;
|
|
int32_t L_254 = __this->___j_17;
|
|
V_0 = L_254;
|
|
int32_t L_255 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_255, 1));
|
|
int32_t L_256 = V_0;
|
|
NullCheck(L_253);
|
|
int32_t L_257 = L_256;
|
|
uint16_t L_258 = (L_253)->GetAt(static_cast<il2cpp_array_size_t>(L_257));
|
|
uint16_t L_259 = __this->___R0_12;
|
|
uint16_t L_260 = __this->___R3_15;
|
|
uint16_t L_261 = __this->___R0_12;
|
|
uint16_t L_262 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_252, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_258, ((int32_t)((int32_t)L_259&(int32_t)L_260)))), ((int32_t)((int32_t)((~L_261))&(int32_t)L_262))))))));
|
|
uint16_t L_263 = __this->___R0_12;
|
|
uint16_t L_264 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_263>>1))|((int32_t)((int32_t)L_264<<((int32_t)15))))));
|
|
uint16_t L_265 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_266 = __this->___K_16;
|
|
int32_t L_267 = __this->___j_17;
|
|
V_0 = L_267;
|
|
int32_t L_268 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_268, 1));
|
|
int32_t L_269 = V_0;
|
|
NullCheck(L_266);
|
|
int32_t L_270 = L_269;
|
|
uint16_t L_271 = (L_266)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
|
|
uint16_t L_272 = __this->___R3_15;
|
|
uint16_t L_273 = __this->___R2_14;
|
|
uint16_t L_274 = __this->___R3_15;
|
|
uint16_t L_275 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_265, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_271, ((int32_t)((int32_t)L_272&(int32_t)L_273)))), ((int32_t)((int32_t)((~L_274))&(int32_t)L_275))))))));
|
|
}
|
|
|
|
IL_075a:
|
|
{
|
|
int32_t L_276 = __this->___j_17;
|
|
if ((((int32_t)L_276) >= ((int32_t)((int32_t)44))))
|
|
{
|
|
goto IL_05e6;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_277 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_278 = __this->___K_16;
|
|
uint16_t L_279 = __this->___R2_14;
|
|
NullCheck(L_278);
|
|
int32_t L_280 = ((int32_t)((int32_t)L_279&((int32_t)63)));
|
|
uint16_t L_281 = (L_278)->GetAt(static_cast<il2cpp_array_size_t>(L_280));
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_277, (int32_t)L_281)));
|
|
uint16_t L_282 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_283 = __this->___K_16;
|
|
uint16_t L_284 = __this->___R1_13;
|
|
NullCheck(L_283);
|
|
int32_t L_285 = ((int32_t)((int32_t)L_284&((int32_t)63)));
|
|
uint16_t L_286 = (L_283)->GetAt(static_cast<il2cpp_array_size_t>(L_285));
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_282, (int32_t)L_286)));
|
|
uint16_t L_287 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_288 = __this->___K_16;
|
|
uint16_t L_289 = __this->___R0_12;
|
|
NullCheck(L_288);
|
|
int32_t L_290 = ((int32_t)((int32_t)L_289&((int32_t)63)));
|
|
uint16_t L_291 = (L_288)->GetAt(static_cast<il2cpp_array_size_t>(L_290));
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_287, (int32_t)L_291)));
|
|
uint16_t L_292 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_293 = __this->___K_16;
|
|
uint16_t L_294 = __this->___R3_15;
|
|
NullCheck(L_293);
|
|
int32_t L_295 = ((int32_t)((int32_t)L_294&((int32_t)63)));
|
|
uint16_t L_296 = (L_293)->GetAt(static_cast<il2cpp_array_size_t>(L_295));
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_292, (int32_t)L_296)));
|
|
goto IL_0958;
|
|
}
|
|
|
|
IL_07e4:
|
|
{
|
|
uint16_t L_297 = __this->___R3_15;
|
|
uint16_t L_298 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_297>>5))|((int32_t)((int32_t)L_298<<((int32_t)11))))));
|
|
uint16_t L_299 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_300 = __this->___K_16;
|
|
int32_t L_301 = __this->___j_17;
|
|
V_0 = L_301;
|
|
int32_t L_302 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_302, 1));
|
|
int32_t L_303 = V_0;
|
|
NullCheck(L_300);
|
|
int32_t L_304 = L_303;
|
|
uint16_t L_305 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_304));
|
|
uint16_t L_306 = __this->___R2_14;
|
|
uint16_t L_307 = __this->___R1_13;
|
|
uint16_t L_308 = __this->___R2_14;
|
|
uint16_t L_309 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_299, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_305, ((int32_t)((int32_t)L_306&(int32_t)L_307)))), ((int32_t)((int32_t)((~L_308))&(int32_t)L_309))))))));
|
|
uint16_t L_310 = __this->___R2_14;
|
|
uint16_t L_311 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_310>>3))|((int32_t)((int32_t)L_311<<((int32_t)13))))));
|
|
uint16_t L_312 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_313 = __this->___K_16;
|
|
int32_t L_314 = __this->___j_17;
|
|
V_0 = L_314;
|
|
int32_t L_315 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_315, 1));
|
|
int32_t L_316 = V_0;
|
|
NullCheck(L_313);
|
|
int32_t L_317 = L_316;
|
|
uint16_t L_318 = (L_313)->GetAt(static_cast<il2cpp_array_size_t>(L_317));
|
|
uint16_t L_319 = __this->___R1_13;
|
|
uint16_t L_320 = __this->___R0_12;
|
|
uint16_t L_321 = __this->___R1_13;
|
|
uint16_t L_322 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_312, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_318, ((int32_t)((int32_t)L_319&(int32_t)L_320)))), ((int32_t)((int32_t)((~L_321))&(int32_t)L_322))))))));
|
|
uint16_t L_323 = __this->___R1_13;
|
|
uint16_t L_324 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_323>>2))|((int32_t)((int32_t)L_324<<((int32_t)14))))));
|
|
uint16_t L_325 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_326 = __this->___K_16;
|
|
int32_t L_327 = __this->___j_17;
|
|
V_0 = L_327;
|
|
int32_t L_328 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_328, 1));
|
|
int32_t L_329 = V_0;
|
|
NullCheck(L_326);
|
|
int32_t L_330 = L_329;
|
|
uint16_t L_331 = (L_326)->GetAt(static_cast<il2cpp_array_size_t>(L_330));
|
|
uint16_t L_332 = __this->___R0_12;
|
|
uint16_t L_333 = __this->___R3_15;
|
|
uint16_t L_334 = __this->___R0_12;
|
|
uint16_t L_335 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_325, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_331, ((int32_t)((int32_t)L_332&(int32_t)L_333)))), ((int32_t)((int32_t)((~L_334))&(int32_t)L_335))))))));
|
|
uint16_t L_336 = __this->___R0_12;
|
|
uint16_t L_337 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_336>>1))|((int32_t)((int32_t)L_337<<((int32_t)15))))));
|
|
uint16_t L_338 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_339 = __this->___K_16;
|
|
int32_t L_340 = __this->___j_17;
|
|
V_0 = L_340;
|
|
int32_t L_341 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_341, 1));
|
|
int32_t L_342 = V_0;
|
|
NullCheck(L_339);
|
|
int32_t L_343 = L_342;
|
|
uint16_t L_344 = (L_339)->GetAt(static_cast<il2cpp_array_size_t>(L_343));
|
|
uint16_t L_345 = __this->___R3_15;
|
|
uint16_t L_346 = __this->___R2_14;
|
|
uint16_t L_347 = __this->___R3_15;
|
|
uint16_t L_348 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_338, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_344, ((int32_t)((int32_t)L_345&(int32_t)L_346)))), ((int32_t)((int32_t)((~L_347))&(int32_t)L_348))))))));
|
|
}
|
|
|
|
IL_0958:
|
|
{
|
|
int32_t L_349 = __this->___j_17;
|
|
if ((((int32_t)L_349) >= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_07e4;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_350 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_351 = __this->___K_16;
|
|
uint16_t L_352 = __this->___R2_14;
|
|
NullCheck(L_351);
|
|
int32_t L_353 = ((int32_t)((int32_t)L_352&((int32_t)63)));
|
|
uint16_t L_354 = (L_351)->GetAt(static_cast<il2cpp_array_size_t>(L_353));
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_350, (int32_t)L_354)));
|
|
uint16_t L_355 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_356 = __this->___K_16;
|
|
uint16_t L_357 = __this->___R1_13;
|
|
NullCheck(L_356);
|
|
int32_t L_358 = ((int32_t)((int32_t)L_357&((int32_t)63)));
|
|
uint16_t L_359 = (L_356)->GetAt(static_cast<il2cpp_array_size_t>(L_358));
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_355, (int32_t)L_359)));
|
|
uint16_t L_360 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_361 = __this->___K_16;
|
|
uint16_t L_362 = __this->___R0_12;
|
|
NullCheck(L_361);
|
|
int32_t L_363 = ((int32_t)((int32_t)L_362&((int32_t)63)));
|
|
uint16_t L_364 = (L_361)->GetAt(static_cast<il2cpp_array_size_t>(L_363));
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_360, (int32_t)L_364)));
|
|
uint16_t L_365 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_366 = __this->___K_16;
|
|
uint16_t L_367 = __this->___R3_15;
|
|
NullCheck(L_366);
|
|
int32_t L_368 = ((int32_t)((int32_t)L_367&((int32_t)63)));
|
|
uint16_t L_369 = (L_366)->GetAt(static_cast<il2cpp_array_size_t>(L_368));
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_365, (int32_t)L_369)));
|
|
goto IL_0b56;
|
|
}
|
|
|
|
IL_09e2:
|
|
{
|
|
uint16_t L_370 = __this->___R3_15;
|
|
uint16_t L_371 = __this->___R3_15;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_370>>5))|((int32_t)((int32_t)L_371<<((int32_t)11))))));
|
|
uint16_t L_372 = __this->___R3_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_373 = __this->___K_16;
|
|
int32_t L_374 = __this->___j_17;
|
|
V_0 = L_374;
|
|
int32_t L_375 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_375, 1));
|
|
int32_t L_376 = V_0;
|
|
NullCheck(L_373);
|
|
int32_t L_377 = L_376;
|
|
uint16_t L_378 = (L_373)->GetAt(static_cast<il2cpp_array_size_t>(L_377));
|
|
uint16_t L_379 = __this->___R2_14;
|
|
uint16_t L_380 = __this->___R1_13;
|
|
uint16_t L_381 = __this->___R2_14;
|
|
uint16_t L_382 = __this->___R0_12;
|
|
__this->___R3_15 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_372, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_378, ((int32_t)((int32_t)L_379&(int32_t)L_380)))), ((int32_t)((int32_t)((~L_381))&(int32_t)L_382))))))));
|
|
uint16_t L_383 = __this->___R2_14;
|
|
uint16_t L_384 = __this->___R2_14;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_383>>3))|((int32_t)((int32_t)L_384<<((int32_t)13))))));
|
|
uint16_t L_385 = __this->___R2_14;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_386 = __this->___K_16;
|
|
int32_t L_387 = __this->___j_17;
|
|
V_0 = L_387;
|
|
int32_t L_388 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_388, 1));
|
|
int32_t L_389 = V_0;
|
|
NullCheck(L_386);
|
|
int32_t L_390 = L_389;
|
|
uint16_t L_391 = (L_386)->GetAt(static_cast<il2cpp_array_size_t>(L_390));
|
|
uint16_t L_392 = __this->___R1_13;
|
|
uint16_t L_393 = __this->___R0_12;
|
|
uint16_t L_394 = __this->___R1_13;
|
|
uint16_t L_395 = __this->___R3_15;
|
|
__this->___R2_14 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_385, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_391, ((int32_t)((int32_t)L_392&(int32_t)L_393)))), ((int32_t)((int32_t)((~L_394))&(int32_t)L_395))))))));
|
|
uint16_t L_396 = __this->___R1_13;
|
|
uint16_t L_397 = __this->___R1_13;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_396>>2))|((int32_t)((int32_t)L_397<<((int32_t)14))))));
|
|
uint16_t L_398 = __this->___R1_13;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_399 = __this->___K_16;
|
|
int32_t L_400 = __this->___j_17;
|
|
V_0 = L_400;
|
|
int32_t L_401 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_401, 1));
|
|
int32_t L_402 = V_0;
|
|
NullCheck(L_399);
|
|
int32_t L_403 = L_402;
|
|
uint16_t L_404 = (L_399)->GetAt(static_cast<il2cpp_array_size_t>(L_403));
|
|
uint16_t L_405 = __this->___R0_12;
|
|
uint16_t L_406 = __this->___R3_15;
|
|
uint16_t L_407 = __this->___R0_12;
|
|
uint16_t L_408 = __this->___R2_14;
|
|
__this->___R1_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_398, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_404, ((int32_t)((int32_t)L_405&(int32_t)L_406)))), ((int32_t)((int32_t)((~L_407))&(int32_t)L_408))))))));
|
|
uint16_t L_409 = __this->___R0_12;
|
|
uint16_t L_410 = __this->___R0_12;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_409>>1))|((int32_t)((int32_t)L_410<<((int32_t)15))))));
|
|
uint16_t L_411 = __this->___R0_12;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_412 = __this->___K_16;
|
|
int32_t L_413 = __this->___j_17;
|
|
V_0 = L_413;
|
|
int32_t L_414 = V_0;
|
|
__this->___j_17 = ((int32_t)il2cpp_codegen_subtract(L_414, 1));
|
|
int32_t L_415 = V_0;
|
|
NullCheck(L_412);
|
|
int32_t L_416 = L_415;
|
|
uint16_t L_417 = (L_412)->GetAt(static_cast<il2cpp_array_size_t>(L_416));
|
|
uint16_t L_418 = __this->___R3_15;
|
|
uint16_t L_419 = __this->___R2_14;
|
|
uint16_t L_420 = __this->___R3_15;
|
|
uint16_t L_421 = __this->___R1_13;
|
|
__this->___R0_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_411, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_417, ((int32_t)((int32_t)L_418&(int32_t)L_419)))), ((int32_t)((int32_t)((~L_420))&(int32_t)L_421))))))));
|
|
}
|
|
|
|
IL_0b56:
|
|
{
|
|
int32_t L_422 = __this->___j_17;
|
|
if ((((int32_t)L_422) >= ((int32_t)0)))
|
|
{
|
|
goto IL_09e2;
|
|
}
|
|
}
|
|
|
|
IL_0b62:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_423 = ___1_output;
|
|
uint16_t L_424 = __this->___R0_12;
|
|
NullCheck(L_423);
|
|
(L_423)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)(uint8_t)L_424));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_425 = ___1_output;
|
|
uint16_t L_426 = __this->___R0_12;
|
|
NullCheck(L_425);
|
|
(L_425)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_426>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_427 = ___1_output;
|
|
uint16_t L_428 = __this->___R1_13;
|
|
NullCheck(L_427);
|
|
(L_427)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)L_428));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_429 = ___1_output;
|
|
uint16_t L_430 = __this->___R1_13;
|
|
NullCheck(L_429);
|
|
(L_429)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_430>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_431 = ___1_output;
|
|
uint16_t L_432 = __this->___R2_14;
|
|
NullCheck(L_431);
|
|
(L_431)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)L_432));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_433 = ___1_output;
|
|
uint16_t L_434 = __this->___R2_14;
|
|
NullCheck(L_433);
|
|
(L_433)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_434>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_435 = ___1_output;
|
|
uint16_t L_436 = __this->___R3_15;
|
|
NullCheck(L_435);
|
|
(L_435)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)((int32_t)(uint8_t)L_436));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_437 = ___1_output;
|
|
uint16_t L_438 = __this->___R3_15;
|
|
NullCheck(L_437);
|
|
(L_437)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_438>>8))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RC2Transform::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform__cctor_m7C881D814F5DB067837D42846540DC9803AA2218 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_110_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_110_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
|
((RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var))->___pitable_18 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t715B3309C1B219A09B641E87BFDB66EC016E59B7_il2cpp_TypeInfo_var))->___pitable_18), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__cctor_mFFFF821EB69328124310D13BF72088F39DB94DCB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0;
|
|
L_0 = RNGCryptoServiceProvider_RngOpen_m96D21A34415FC86445CCED8018B76C931DDCB0E2(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL);
|
|
((RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var))->____lock_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var))->____lock_0), (void*)L_1);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m605146E692C0209B3FFE83F7AC94335CA089CA09 (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RandomNumberGenerator__ctor_mD6E74EAE1521A2378699C97B8B3E9AE16C5DFABA(__this, NULL);
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
intptr_t L_1;
|
|
L_1 = RNGCryptoServiceProvider_RngInitialize_mB05BF9ACA6E9CDFDC89E5EF114DA40B2A360172B((uint8_t*)((uintptr_t)0), L_0, NULL);
|
|
__this->____handle_1 = L_1;
|
|
RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = __this->____handle_1;
|
|
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA5862D346214867EFF1566286F8FEF8850A7639)), NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_4 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_4, L_3, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m96D21A34415FC86445CCED8018B76C931DDCB0E2 (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*RNGCryptoServiceProvider_RngOpen_m96D21A34415FC86445CCED8018B76C931DDCB0E2_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((RNGCryptoServiceProvider_RngOpen_m96D21A34415FC86445CCED8018B76C931DDCB0E2_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngOpen) ();
|
|
}
|
|
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte*,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_mB05BF9ACA6E9CDFDC89E5EF114DA40B2A360172B (uint8_t* ___0_seed, intptr_t ___1_seed_length, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*RNGCryptoServiceProvider_RngInitialize_mB05BF9ACA6E9CDFDC89E5EF114DA40B2A360172B_ftn) (uint8_t*, intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((RNGCryptoServiceProvider_RngInitialize_mB05BF9ACA6E9CDFDC89E5EF114DA40B2A360172B_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngInitialize) (___0_seed, ___1_seed_length);
|
|
}
|
|
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte*,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F (intptr_t ___0_handle, uint8_t* ___1_data, intptr_t ___2_data_length, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F_ftn) (intptr_t, uint8_t*, intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngGetBytes) (___0_handle, ___1_data, ___2_data_length);
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m60A695026C97F00F957F1B05D1ECBE09D965A34E (intptr_t ___0_handle, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*RNGCryptoServiceProvider_RngClose_m60A695026C97F00F957F1B05D1ECBE09D965A34E_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
((RNGCryptoServiceProvider_RngClose_m60A695026C97F00F957F1B05D1ECBE09D965A34E_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngClose) (___0_handle);
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetBytes(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetBytes_m5DB5C8ECA8C93943CC440084E6D173C634801744 (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
bool V_3 = false;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RNGCryptoServiceProvider_GetBytes_m5DB5C8ECA8C93943CC440084E6D173C634801744_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_data;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2;
|
|
V_1 = L_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
if (((int32_t)(((RuntimeArray*)L_4)->max_length)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_6 = ((RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var))->____lock_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_7 = __this->____handle_1;
|
|
uint8_t* L_8 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
intptr_t L_10;
|
|
L_10 = IntPtr_op_Explicit_mDDF1A91C58AC17347D735651A0D830CA1E86D4B0(((int64_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
intptr_t L_11;
|
|
L_11 = RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F(L_7, L_8, L_10, NULL);
|
|
__this->____handle_1 = L_11;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_12 = ((RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var))->____lock_0;
|
|
V_2 = L_12;
|
|
V_3 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0075:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_14 = V_2;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_14, NULL);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_15 = V_2;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_15, (&V_3), NULL);
|
|
intptr_t L_16 = __this->____handle_1;
|
|
uint8_t* L_17 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_data;
|
|
NullCheck(L_18);
|
|
intptr_t L_19;
|
|
L_19 = IntPtr_op_Explicit_mDDF1A91C58AC17347D735651A0D830CA1E86D4B0(((int64_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
intptr_t L_20;
|
|
L_20 = RNGCryptoServiceProvider_RngGetBytes_mCDD8C233B83E19699B9FD9921FA49BB0CC88DC1F(L_16, L_17, L_19, NULL);
|
|
__this->____handle_1 = L_20;
|
|
goto IL_007f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
RNGCryptoServiceProvider_Check_mA0FBACCFAFA2355A774F2F3F42DA452538E64AFB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Finalize_mAD7F6D583B535A9A69A44493625F5E825259D1C6 (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{// begin finally (depth: 1)
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
intptr_t L_0 = __this->____handle_1;
|
|
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_3 = __this->____handle_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170_il2cpp_TypeInfo_var);
|
|
RNGCryptoServiceProvider_RngClose_m60A695026C97F00F957F1B05D1ECBE09D965A34E(L_3, NULL);
|
|
intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
__this->____handle_1 = L_4;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Dispose_mF1FB509E3ECB03C9CBB0642091EF4435AA259BA0 (RNGCryptoServiceProvider_tAD9D75EFF3D2ED0929EEE27A53BE82AB83D78170* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_disposing;
|
|
RandomNumberGenerator_Dispose_m1A365DC4FD2B462DC6216D44A6F9C162629A797B(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m39CFA2E84ED8B674AEDB93D18A5B765087A791D2 (RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AsymmetricSignatureDeformatter__ctor_mCBA741552A20E4A9977587050187DE75F1977919(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m791E4894429FB7772E9A930C4A8B10C47A07293F (RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3* __this, AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AsymmetricSignatureDeformatter__ctor_mCBA741552A20E4A9977587050187DE75F1977919(__this, NULL);
|
|
AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* L_0 = ___0_key;
|
|
VirtualActionInvoker1< AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* >::Invoke(4 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetHashAlgorithm(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m524DE3F0306A38725BB15732F46754343FEA0D52 (RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3* __this, String_t* ___0_strName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_strName;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC95B33101063E509D251150AFD474D6AD2E3DDD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m524DE3F0306A38725BB15732F46754343FEA0D52_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_strName;
|
|
__this->___hashName_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___hashName_1), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetKey_m5353ED9CAE4238DEE29204334FF1074A5E76CFEC (RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3* __this, AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* L_0 = ___0_key;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_SetKey_m5353ED9CAE4238DEE29204334FF1074A5E76CFEC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* L_2 = ___0_key;
|
|
__this->___rsa_0 = ((RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A*)CastclassClass((RuntimeObject*)L_2, RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rsa_0), (void*)((RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A*)CastclassClass((RuntimeObject*)L_2, RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.RSAPKCS1SignatureDeformatter::VerifySignature(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A (RSAPKCS1SignatureDeformatter_t3B1E70B8DA929C184C7599B50FB8DD4BF5CA7CB3* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgbHash, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_rgbSignature, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_0 = __this->___rsa_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7864CED25EA26825E709D6716119C48FC3CAD49C)), NULL);
|
|
CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810* L_2 = (CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
CryptographicUnexpectedOperationException__ctor_m7B82CB21FC15393F2CAD27ACD273949AAF1A7F60(L_2, L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = __this->___hashName_1;
|
|
if (L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4;
|
|
L_4 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54F0351CE0E948CDD13FFB7D9BD61B44D8942DA0)), NULL);
|
|
CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810* L_5 = (CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t095FC6568619B47AC96204DE0D6C774B4EB7F810_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
CryptographicUnexpectedOperationException__ctor_m7B82CB21FC15393F2CAD27ACD273949AAF1A7F60(L_5, L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_rgbHash;
|
|
if (L_6)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___1_rgbSignature;
|
|
if (L_8)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_m198741438E093933DB6A6C1271DB514DAF37991A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_10 = __this->___rsa_0;
|
|
String_t* L_11 = __this->___hashName_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_rgbHash;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___1_rgbSignature;
|
|
il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = PKCS1_Verify_v15_m312EDEA62CF76B949969E2D0559C6EE34BB4E7F4(L_10, L_11, L_12, L_13, 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.Cryptography.RSAPKCS1SignatureFormatter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m64BB19B18155927A3912B7A4B54B70CF02C715EC (RSAPKCS1SignatureFormatter_tF2D9545C9B3AD6EC7C9D95E2145FCA25E63BDC8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AsymmetricSignatureFormatter__ctor_mE4C71BF93550521F00058B6455A300C2D70D2D5F(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.SHA1Internal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m09C4C50049A78D890BD460121E2957A4FFCE8699 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
__this->____H_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____H_0), (void*)L_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
__this->____ProcessingBuffer_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____ProcessingBuffer_2), (void*)L_1);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80));
|
|
__this->___buff_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___buff_4), (void*)L_2);
|
|
SHA1Internal_Initialize_mC6FF2BCED768A60B3F2539F30730EE014D5E8BF5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m3515E38259D4F071F32C9B6E5184651C5038E61D (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgb, int32_t ___1_ibStart, int32_t ___2_cbSize, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____ProcessingBufferCount_3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___2_cbSize;
|
|
int32_t L_2 = __this->____ProcessingBufferCount_3;
|
|
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)64), L_2)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_rgb;
|
|
int32_t L_4 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->____ProcessingBuffer_2;
|
|
int32_t L_6 = __this->____ProcessingBufferCount_3;
|
|
int32_t L_7 = ___2_cbSize;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_3, L_4, (RuntimeArray*)L_5, L_6, L_7, NULL);
|
|
int32_t L_8 = __this->____ProcessingBufferCount_3;
|
|
int32_t L_9 = ___2_cbSize;
|
|
__this->____ProcessingBufferCount_3 = ((int32_t)il2cpp_codegen_add(L_8, L_9));
|
|
return;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_10 = __this->____ProcessingBufferCount_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)64), L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_rgb;
|
|
int32_t L_12 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->____ProcessingBuffer_2;
|
|
int32_t L_14 = __this->____ProcessingBufferCount_3;
|
|
int32_t L_15 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_11, L_12, (RuntimeArray*)L_13, L_14, L_15, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->____ProcessingBuffer_2;
|
|
SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E(__this, L_16, 0, NULL);
|
|
__this->____ProcessingBufferCount_3 = 0;
|
|
int32_t L_17 = ___1_ibStart;
|
|
int32_t L_18 = V_0;
|
|
___1_ibStart = ((int32_t)il2cpp_codegen_add(L_17, L_18));
|
|
int32_t L_19 = ___2_cbSize;
|
|
int32_t L_20 = V_0;
|
|
___2_cbSize = ((int32_t)il2cpp_codegen_subtract(L_19, L_20));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_rgb;
|
|
int32_t L_22 = ___1_ibStart;
|
|
int32_t L_23 = V_0;
|
|
SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E(__this, L_21, ((int32_t)il2cpp_codegen_add(L_22, L_23)), NULL);
|
|
int32_t L_24 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_24, ((int32_t)64)));
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = ___2_cbSize;
|
|
int32_t L_27 = ___2_cbSize;
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_26, ((int32_t)(L_27%((int32_t)64))))))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = ___2_cbSize;
|
|
if (!((int32_t)(L_28%((int32_t)64))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = ___0_rgb;
|
|
int32_t L_30 = ___2_cbSize;
|
|
int32_t L_31 = ___2_cbSize;
|
|
int32_t L_32 = ___1_ibStart;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->____ProcessingBuffer_2;
|
|
int32_t L_34 = ___2_cbSize;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_29, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_30, ((int32_t)(L_31%((int32_t)64))))), L_32)), (RuntimeArray*)L_33, 0, ((int32_t)(L_34%((int32_t)64))), NULL);
|
|
int32_t L_35 = ___2_cbSize;
|
|
__this->____ProcessingBufferCount_3 = ((int32_t)(L_35%((int32_t)64)));
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SHA1Internal_HashFinal_m44F2DF1055D80A465FDA8F557C10E77FC9BA505E (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
|
|
V_0 = L_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->____ProcessingBuffer_2;
|
|
int32_t L_2 = __this->____ProcessingBufferCount_3;
|
|
SHA1Internal_ProcessFinalBlock_m38B6732E9AC4BD395679217976B72E37A4301B72(__this, L_1, 0, L_2, NULL);
|
|
V_1 = 0;
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->____H_0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_4, 4)), L_5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_9>>((int32_t)(((int32_t)il2cpp_codegen_multiply(8, ((int32_t)il2cpp_codegen_subtract(3, L_10))))&((int32_t)31)))))));
|
|
int32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) < ((int32_t)4)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) < ((int32_t)5)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_mC6FF2BCED768A60B3F2539F30730EE014D5E8BF5 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___count_1 = ((int64_t)0);
|
|
__this->____ProcessingBufferCount_3 = 0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->____H_0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->____H_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->____H_0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____H_0;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->____H_0;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)-1009589776));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, uint32_t ___1_inputOffset, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
uint64_t L_0 = __this->___count_1;
|
|
__this->___count_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, ((int64_t)((int32_t)64))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->____H_0;
|
|
V_5 = L_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___buff_4;
|
|
V_6 = L_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = V_6;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_inputBuffer;
|
|
uint32_t L_5 = ___1_inputOffset;
|
|
SHA1Internal_InitialiseBuff_m5996EBCA7A5D754A153AE24CED12603EB548CA59(L_3, L_4, L_5, NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_6;
|
|
SHA1Internal_FillBuff_mCB2E2CF1B211A67D9EBF617D798CBC46EB636E70(L_6, NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = V_5;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 0;
|
|
uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_0 = L_9;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_5;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 1;
|
|
uint32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
V_1 = L_12;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = V_5;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
uint32_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_2 = L_15;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = 3;
|
|
uint32_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
V_3 = L_18;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = V_5;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 4;
|
|
uint32_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_4 = L_21;
|
|
V_7 = 0;
|
|
goto IL_0133;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
uint32_t L_22 = V_4;
|
|
uint32_t L_23 = V_0;
|
|
uint32_t L_24 = V_0;
|
|
uint32_t L_25 = V_2;
|
|
uint32_t L_26 = V_3;
|
|
uint32_t L_27 = V_1;
|
|
uint32_t L_28 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = V_6;
|
|
int32_t L_30 = V_7;
|
|
NullCheck(L_29);
|
|
int32_t L_31 = L_30;
|
|
uint32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_23<<5))|((int32_t)((uint32_t)L_24>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_25^(int32_t)L_26))&(int32_t)L_27))^(int32_t)L_28)))), ((int32_t)1518500249))), (int32_t)L_32))));
|
|
uint32_t L_33 = V_1;
|
|
uint32_t L_34 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_33<<((int32_t)30)))|((int32_t)((uint32_t)L_34>>2))));
|
|
uint32_t L_35 = V_3;
|
|
uint32_t L_36 = V_4;
|
|
uint32_t L_37 = V_4;
|
|
uint32_t L_38 = V_1;
|
|
uint32_t L_39 = V_2;
|
|
uint32_t L_40 = V_0;
|
|
uint32_t L_41 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_42 = V_6;
|
|
int32_t L_43 = V_7;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
uint32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_36<<5))|((int32_t)((uint32_t)L_37>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)))), ((int32_t)1518500249))), (int32_t)L_45))));
|
|
uint32_t L_46 = V_0;
|
|
uint32_t L_47 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_46<<((int32_t)30)))|((int32_t)((uint32_t)L_47>>2))));
|
|
uint32_t L_48 = V_2;
|
|
uint32_t L_49 = V_3;
|
|
uint32_t L_50 = V_3;
|
|
uint32_t L_51 = V_0;
|
|
uint32_t L_52 = V_1;
|
|
uint32_t L_53 = V_4;
|
|
uint32_t L_54 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_55 = V_6;
|
|
int32_t L_56 = V_7;
|
|
NullCheck(L_55);
|
|
int32_t L_57 = ((int32_t)il2cpp_codegen_add(L_56, 2));
|
|
uint32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_49<<5))|((int32_t)((uint32_t)L_50>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_51^(int32_t)L_52))&(int32_t)L_53))^(int32_t)L_54)))), ((int32_t)1518500249))), (int32_t)L_58))));
|
|
uint32_t L_59 = V_4;
|
|
uint32_t L_60 = V_4;
|
|
V_4 = ((int32_t)(((int32_t)((int32_t)L_59<<((int32_t)30)))|((int32_t)((uint32_t)L_60>>2))));
|
|
uint32_t L_61 = V_1;
|
|
uint32_t L_62 = V_2;
|
|
uint32_t L_63 = V_2;
|
|
uint32_t L_64 = V_4;
|
|
uint32_t L_65 = V_0;
|
|
uint32_t L_66 = V_3;
|
|
uint32_t L_67 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_68 = V_6;
|
|
int32_t L_69 = V_7;
|
|
NullCheck(L_68);
|
|
int32_t L_70 = ((int32_t)il2cpp_codegen_add(L_69, 3));
|
|
uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_62<<5))|((int32_t)((uint32_t)L_63>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_64^(int32_t)L_65))&(int32_t)L_66))^(int32_t)L_67)))), ((int32_t)1518500249))), (int32_t)L_71))));
|
|
uint32_t L_72 = V_3;
|
|
uint32_t L_73 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_72<<((int32_t)30)))|((int32_t)((uint32_t)L_73>>2))));
|
|
uint32_t L_74 = V_0;
|
|
uint32_t L_75 = V_1;
|
|
uint32_t L_76 = V_1;
|
|
uint32_t L_77 = V_3;
|
|
uint32_t L_78 = V_4;
|
|
uint32_t L_79 = V_2;
|
|
uint32_t L_80 = V_4;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_81 = V_6;
|
|
int32_t L_82 = V_7;
|
|
NullCheck(L_81);
|
|
int32_t L_83 = ((int32_t)il2cpp_codegen_add(L_82, 4));
|
|
uint32_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_75<<5))|((int32_t)((uint32_t)L_76>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_77^(int32_t)L_78))&(int32_t)L_79))^(int32_t)L_80)))), ((int32_t)1518500249))), (int32_t)L_84))));
|
|
uint32_t L_85 = V_2;
|
|
uint32_t L_86 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_85<<((int32_t)30)))|((int32_t)((uint32_t)L_86>>2))));
|
|
int32_t L_87 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_87, 5));
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
int32_t L_88 = V_7;
|
|
if ((((int32_t)L_88) < ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0217;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
uint32_t L_89 = V_4;
|
|
uint32_t L_90 = V_0;
|
|
uint32_t L_91 = V_0;
|
|
uint32_t L_92 = V_1;
|
|
uint32_t L_93 = V_2;
|
|
uint32_t L_94 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_95 = V_6;
|
|
int32_t L_96 = V_7;
|
|
NullCheck(L_95);
|
|
int32_t L_97 = L_96;
|
|
uint32_t L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_90<<5))|((int32_t)((uint32_t)L_91>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_92^(int32_t)L_93))^(int32_t)L_94)))), ((int32_t)1859775393))), (int32_t)L_98))));
|
|
uint32_t L_99 = V_1;
|
|
uint32_t L_100 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_99<<((int32_t)30)))|((int32_t)((uint32_t)L_100>>2))));
|
|
uint32_t L_101 = V_3;
|
|
uint32_t L_102 = V_4;
|
|
uint32_t L_103 = V_4;
|
|
uint32_t L_104 = V_0;
|
|
uint32_t L_105 = V_1;
|
|
uint32_t L_106 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_107 = V_6;
|
|
int32_t L_108 = V_7;
|
|
NullCheck(L_107);
|
|
int32_t L_109 = ((int32_t)il2cpp_codegen_add(L_108, 1));
|
|
uint32_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_102<<5))|((int32_t)((uint32_t)L_103>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_104^(int32_t)L_105))^(int32_t)L_106)))), ((int32_t)1859775393))), (int32_t)L_110))));
|
|
uint32_t L_111 = V_0;
|
|
uint32_t L_112 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_111<<((int32_t)30)))|((int32_t)((uint32_t)L_112>>2))));
|
|
uint32_t L_113 = V_2;
|
|
uint32_t L_114 = V_3;
|
|
uint32_t L_115 = V_3;
|
|
uint32_t L_116 = V_4;
|
|
uint32_t L_117 = V_0;
|
|
uint32_t L_118 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_119 = V_6;
|
|
int32_t L_120 = V_7;
|
|
NullCheck(L_119);
|
|
int32_t L_121 = ((int32_t)il2cpp_codegen_add(L_120, 2));
|
|
uint32_t L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_114<<5))|((int32_t)((uint32_t)L_115>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_116^(int32_t)L_117))^(int32_t)L_118)))), ((int32_t)1859775393))), (int32_t)L_122))));
|
|
uint32_t L_123 = V_4;
|
|
uint32_t L_124 = V_4;
|
|
V_4 = ((int32_t)(((int32_t)((int32_t)L_123<<((int32_t)30)))|((int32_t)((uint32_t)L_124>>2))));
|
|
uint32_t L_125 = V_1;
|
|
uint32_t L_126 = V_2;
|
|
uint32_t L_127 = V_2;
|
|
uint32_t L_128 = V_3;
|
|
uint32_t L_129 = V_4;
|
|
uint32_t L_130 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_131 = V_6;
|
|
int32_t L_132 = V_7;
|
|
NullCheck(L_131);
|
|
int32_t L_133 = ((int32_t)il2cpp_codegen_add(L_132, 3));
|
|
uint32_t L_134 = (L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_126<<5))|((int32_t)((uint32_t)L_127>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_128^(int32_t)L_129))^(int32_t)L_130)))), ((int32_t)1859775393))), (int32_t)L_134))));
|
|
uint32_t L_135 = V_3;
|
|
uint32_t L_136 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_135<<((int32_t)30)))|((int32_t)((uint32_t)L_136>>2))));
|
|
uint32_t L_137 = V_0;
|
|
uint32_t L_138 = V_1;
|
|
uint32_t L_139 = V_1;
|
|
uint32_t L_140 = V_2;
|
|
uint32_t L_141 = V_3;
|
|
uint32_t L_142 = V_4;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_143 = V_6;
|
|
int32_t L_144 = V_7;
|
|
NullCheck(L_143);
|
|
int32_t L_145 = ((int32_t)il2cpp_codegen_add(L_144, 4));
|
|
uint32_t L_146 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_138<<5))|((int32_t)((uint32_t)L_139>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_140^(int32_t)L_141))^(int32_t)L_142)))), ((int32_t)1859775393))), (int32_t)L_146))));
|
|
uint32_t L_147 = V_2;
|
|
uint32_t L_148 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_147<<((int32_t)30)))|((int32_t)((uint32_t)L_148>>2))));
|
|
int32_t L_149 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_149, 5));
|
|
}
|
|
|
|
IL_0217:
|
|
{
|
|
int32_t L_150 = V_7;
|
|
if ((((int32_t)L_150) < ((int32_t)((int32_t)40))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
goto IL_031c;
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
uint32_t L_151 = V_4;
|
|
uint32_t L_152 = V_0;
|
|
uint32_t L_153 = V_0;
|
|
uint32_t L_154 = V_1;
|
|
uint32_t L_155 = V_2;
|
|
uint32_t L_156 = V_1;
|
|
uint32_t L_157 = V_3;
|
|
uint32_t L_158 = V_2;
|
|
uint32_t L_159 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_160 = V_6;
|
|
int32_t L_161 = V_7;
|
|
NullCheck(L_160);
|
|
int32_t L_162 = L_161;
|
|
uint32_t L_163 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_162));
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_152<<5))|((int32_t)((uint32_t)L_153>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_154&(int32_t)L_155))|((int32_t)((int32_t)L_156&(int32_t)L_157))))|((int32_t)((int32_t)L_158&(int32_t)L_159)))))), ((int32_t)-1894007588))), (int32_t)L_163))));
|
|
uint32_t L_164 = V_1;
|
|
uint32_t L_165 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_164<<((int32_t)30)))|((int32_t)((uint32_t)L_165>>2))));
|
|
uint32_t L_166 = V_3;
|
|
uint32_t L_167 = V_4;
|
|
uint32_t L_168 = V_4;
|
|
uint32_t L_169 = V_0;
|
|
uint32_t L_170 = V_1;
|
|
uint32_t L_171 = V_0;
|
|
uint32_t L_172 = V_2;
|
|
uint32_t L_173 = V_1;
|
|
uint32_t L_174 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_175 = V_6;
|
|
int32_t L_176 = V_7;
|
|
NullCheck(L_175);
|
|
int32_t L_177 = ((int32_t)il2cpp_codegen_add(L_176, 1));
|
|
uint32_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_167<<5))|((int32_t)((uint32_t)L_168>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_169&(int32_t)L_170))|((int32_t)((int32_t)L_171&(int32_t)L_172))))|((int32_t)((int32_t)L_173&(int32_t)L_174)))))), ((int32_t)-1894007588))), (int32_t)L_178))));
|
|
uint32_t L_179 = V_0;
|
|
uint32_t L_180 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_179<<((int32_t)30)))|((int32_t)((uint32_t)L_180>>2))));
|
|
uint32_t L_181 = V_2;
|
|
uint32_t L_182 = V_3;
|
|
uint32_t L_183 = V_3;
|
|
uint32_t L_184 = V_4;
|
|
uint32_t L_185 = V_0;
|
|
uint32_t L_186 = V_4;
|
|
uint32_t L_187 = V_1;
|
|
uint32_t L_188 = V_0;
|
|
uint32_t L_189 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_190 = V_6;
|
|
int32_t L_191 = V_7;
|
|
NullCheck(L_190);
|
|
int32_t L_192 = ((int32_t)il2cpp_codegen_add(L_191, 2));
|
|
uint32_t L_193 = (L_190)->GetAt(static_cast<il2cpp_array_size_t>(L_192));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_182<<5))|((int32_t)((uint32_t)L_183>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_184&(int32_t)L_185))|((int32_t)((int32_t)L_186&(int32_t)L_187))))|((int32_t)((int32_t)L_188&(int32_t)L_189)))))), ((int32_t)-1894007588))), (int32_t)L_193))));
|
|
uint32_t L_194 = V_4;
|
|
uint32_t L_195 = V_4;
|
|
V_4 = ((int32_t)(((int32_t)((int32_t)L_194<<((int32_t)30)))|((int32_t)((uint32_t)L_195>>2))));
|
|
uint32_t L_196 = V_1;
|
|
uint32_t L_197 = V_2;
|
|
uint32_t L_198 = V_2;
|
|
uint32_t L_199 = V_3;
|
|
uint32_t L_200 = V_4;
|
|
uint32_t L_201 = V_3;
|
|
uint32_t L_202 = V_0;
|
|
uint32_t L_203 = V_4;
|
|
uint32_t L_204 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_205 = V_6;
|
|
int32_t L_206 = V_7;
|
|
NullCheck(L_205);
|
|
int32_t L_207 = ((int32_t)il2cpp_codegen_add(L_206, 3));
|
|
uint32_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_197<<5))|((int32_t)((uint32_t)L_198>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_199&(int32_t)L_200))|((int32_t)((int32_t)L_201&(int32_t)L_202))))|((int32_t)((int32_t)L_203&(int32_t)L_204)))))), ((int32_t)-1894007588))), (int32_t)L_208))));
|
|
uint32_t L_209 = V_3;
|
|
uint32_t L_210 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_209<<((int32_t)30)))|((int32_t)((uint32_t)L_210>>2))));
|
|
uint32_t L_211 = V_0;
|
|
uint32_t L_212 = V_1;
|
|
uint32_t L_213 = V_1;
|
|
uint32_t L_214 = V_2;
|
|
uint32_t L_215 = V_3;
|
|
uint32_t L_216 = V_2;
|
|
uint32_t L_217 = V_4;
|
|
uint32_t L_218 = V_3;
|
|
uint32_t L_219 = V_4;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_220 = V_6;
|
|
int32_t L_221 = V_7;
|
|
NullCheck(L_220);
|
|
int32_t L_222 = ((int32_t)il2cpp_codegen_add(L_221, 4));
|
|
uint32_t L_223 = (L_220)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_212<<5))|((int32_t)((uint32_t)L_213>>((int32_t)27))))), ((int32_t)(((int32_t)(((int32_t)((int32_t)L_214&(int32_t)L_215))|((int32_t)((int32_t)L_216&(int32_t)L_217))))|((int32_t)((int32_t)L_218&(int32_t)L_219)))))), ((int32_t)-1894007588))), (int32_t)L_223))));
|
|
uint32_t L_224 = V_2;
|
|
uint32_t L_225 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_224<<((int32_t)30)))|((int32_t)((uint32_t)L_225>>2))));
|
|
int32_t L_226 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_226, 5));
|
|
}
|
|
|
|
IL_031c:
|
|
{
|
|
int32_t L_227 = V_7;
|
|
if ((((int32_t)L_227) < ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0400;
|
|
}
|
|
|
|
IL_032a:
|
|
{
|
|
uint32_t L_228 = V_4;
|
|
uint32_t L_229 = V_0;
|
|
uint32_t L_230 = V_0;
|
|
uint32_t L_231 = V_1;
|
|
uint32_t L_232 = V_2;
|
|
uint32_t L_233 = V_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_234 = V_6;
|
|
int32_t L_235 = V_7;
|
|
NullCheck(L_234);
|
|
int32_t L_236 = L_235;
|
|
uint32_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_229<<5))|((int32_t)((uint32_t)L_230>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_231^(int32_t)L_232))^(int32_t)L_233)))), ((int32_t)-899497514))), (int32_t)L_237))));
|
|
uint32_t L_238 = V_1;
|
|
uint32_t L_239 = V_1;
|
|
V_1 = ((int32_t)(((int32_t)((int32_t)L_238<<((int32_t)30)))|((int32_t)((uint32_t)L_239>>2))));
|
|
uint32_t L_240 = V_3;
|
|
uint32_t L_241 = V_4;
|
|
uint32_t L_242 = V_4;
|
|
uint32_t L_243 = V_0;
|
|
uint32_t L_244 = V_1;
|
|
uint32_t L_245 = V_2;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_246 = V_6;
|
|
int32_t L_247 = V_7;
|
|
NullCheck(L_246);
|
|
int32_t L_248 = ((int32_t)il2cpp_codegen_add(L_247, 1));
|
|
uint32_t L_249 = (L_246)->GetAt(static_cast<il2cpp_array_size_t>(L_248));
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_241<<5))|((int32_t)((uint32_t)L_242>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_243^(int32_t)L_244))^(int32_t)L_245)))), ((int32_t)-899497514))), (int32_t)L_249))));
|
|
uint32_t L_250 = V_0;
|
|
uint32_t L_251 = V_0;
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_250<<((int32_t)30)))|((int32_t)((uint32_t)L_251>>2))));
|
|
uint32_t L_252 = V_2;
|
|
uint32_t L_253 = V_3;
|
|
uint32_t L_254 = V_3;
|
|
uint32_t L_255 = V_4;
|
|
uint32_t L_256 = V_0;
|
|
uint32_t L_257 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_258 = V_6;
|
|
int32_t L_259 = V_7;
|
|
NullCheck(L_258);
|
|
int32_t L_260 = ((int32_t)il2cpp_codegen_add(L_259, 2));
|
|
uint32_t L_261 = (L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_260));
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_253<<5))|((int32_t)((uint32_t)L_254>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_255^(int32_t)L_256))^(int32_t)L_257)))), ((int32_t)-899497514))), (int32_t)L_261))));
|
|
uint32_t L_262 = V_4;
|
|
uint32_t L_263 = V_4;
|
|
V_4 = ((int32_t)(((int32_t)((int32_t)L_262<<((int32_t)30)))|((int32_t)((uint32_t)L_263>>2))));
|
|
uint32_t L_264 = V_1;
|
|
uint32_t L_265 = V_2;
|
|
uint32_t L_266 = V_2;
|
|
uint32_t L_267 = V_3;
|
|
uint32_t L_268 = V_4;
|
|
uint32_t L_269 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_270 = V_6;
|
|
int32_t L_271 = V_7;
|
|
NullCheck(L_270);
|
|
int32_t L_272 = ((int32_t)il2cpp_codegen_add(L_271, 3));
|
|
uint32_t L_273 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_272));
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_264, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_265<<5))|((int32_t)((uint32_t)L_266>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_267^(int32_t)L_268))^(int32_t)L_269)))), ((int32_t)-899497514))), (int32_t)L_273))));
|
|
uint32_t L_274 = V_3;
|
|
uint32_t L_275 = V_3;
|
|
V_3 = ((int32_t)(((int32_t)((int32_t)L_274<<((int32_t)30)))|((int32_t)((uint32_t)L_275>>2))));
|
|
uint32_t L_276 = V_0;
|
|
uint32_t L_277 = V_1;
|
|
uint32_t L_278 = V_1;
|
|
uint32_t L_279 = V_2;
|
|
uint32_t L_280 = V_3;
|
|
uint32_t L_281 = V_4;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_282 = V_6;
|
|
int32_t L_283 = V_7;
|
|
NullCheck(L_282);
|
|
int32_t L_284 = ((int32_t)il2cpp_codegen_add(L_283, 4));
|
|
uint32_t L_285 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_284));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)((int32_t)L_277<<5))|((int32_t)((uint32_t)L_278>>((int32_t)27))))), ((int32_t)(((int32_t)((int32_t)L_279^(int32_t)L_280))^(int32_t)L_281)))), ((int32_t)-899497514))), (int32_t)L_285))));
|
|
uint32_t L_286 = V_2;
|
|
uint32_t L_287 = V_2;
|
|
V_2 = ((int32_t)(((int32_t)((int32_t)L_286<<((int32_t)30)))|((int32_t)((uint32_t)L_287>>2))));
|
|
int32_t L_288 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_288, 5));
|
|
}
|
|
|
|
IL_0400:
|
|
{
|
|
int32_t L_289 = V_7;
|
|
if ((((int32_t)L_289) < ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_032a;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_290 = V_5;
|
|
NullCheck(L_290);
|
|
uint32_t* L_291 = ((L_290)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
|
|
int32_t L_292 = *((uint32_t*)L_291);
|
|
uint32_t L_293 = V_0;
|
|
*((int32_t*)L_291) = (int32_t)((int32_t)il2cpp_codegen_add(L_292, (int32_t)L_293));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_294 = V_5;
|
|
NullCheck(L_294);
|
|
uint32_t* L_295 = ((L_294)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
|
|
int32_t L_296 = *((uint32_t*)L_295);
|
|
uint32_t L_297 = V_1;
|
|
*((int32_t*)L_295) = (int32_t)((int32_t)il2cpp_codegen_add(L_296, (int32_t)L_297));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_298 = V_5;
|
|
NullCheck(L_298);
|
|
uint32_t* L_299 = ((L_298)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
|
|
int32_t L_300 = *((uint32_t*)L_299);
|
|
uint32_t L_301 = V_2;
|
|
*((int32_t*)L_299) = (int32_t)((int32_t)il2cpp_codegen_add(L_300, (int32_t)L_301));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_302 = V_5;
|
|
NullCheck(L_302);
|
|
uint32_t* L_303 = ((L_302)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
|
|
int32_t L_304 = *((uint32_t*)L_303);
|
|
uint32_t L_305 = V_3;
|
|
*((int32_t*)L_303) = (int32_t)((int32_t)il2cpp_codegen_add(L_304, (int32_t)L_305));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_306 = V_5;
|
|
NullCheck(L_306);
|
|
uint32_t* L_307 = ((L_306)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)));
|
|
int32_t L_308 = *((uint32_t*)L_307);
|
|
uint32_t L_309 = V_4;
|
|
*((int32_t*)L_307) = (int32_t)((int32_t)il2cpp_codegen_add(L_308, (int32_t)L_309));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m5996EBCA7A5D754A153AE24CED12603EB548CA59 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___0_buff, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_input, uint32_t ___2_inputOffset, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_input;
|
|
uint32_t L_2 = ___2_inputOffset;
|
|
NullCheck(L_1);
|
|
uint32_t L_3 = L_2;
|
|
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___1_input;
|
|
uint32_t L_6 = ___2_inputOffset;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, 1));
|
|
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___1_input;
|
|
uint32_t L_10 = ___2_inputOffset;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, 2));
|
|
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___1_input;
|
|
uint32_t L_14 = ___2_inputOffset;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, 3));
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_4<<((int32_t)24)))|((int32_t)((int32_t)L_8<<((int32_t)16)))))|((int32_t)((int32_t)L_12<<8))))|(int32_t)L_16)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___1_input;
|
|
uint32_t L_19 = ___2_inputOffset;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, 4));
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___1_input;
|
|
uint32_t L_23 = ___2_inputOffset;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, 5));
|
|
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___1_input;
|
|
uint32_t L_27 = ___2_inputOffset;
|
|
NullCheck(L_26);
|
|
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, 6));
|
|
uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___1_input;
|
|
uint32_t L_31 = ___2_inputOffset;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, 7));
|
|
uint8_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
NullCheck(L_17);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_21<<((int32_t)24)))|((int32_t)((int32_t)L_25<<((int32_t)16)))))|((int32_t)((int32_t)L_29<<8))))|(int32_t)L_33)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___1_input;
|
|
uint32_t L_36 = ___2_inputOffset;
|
|
NullCheck(L_35);
|
|
int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, 8));
|
|
uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___1_input;
|
|
uint32_t L_40 = ___2_inputOffset;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, ((int32_t)9)));
|
|
uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = ___1_input;
|
|
uint32_t L_44 = ___2_inputOffset;
|
|
NullCheck(L_43);
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, ((int32_t)10)));
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ___1_input;
|
|
uint32_t L_48 = ___2_inputOffset;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, ((int32_t)11)));
|
|
uint8_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
NullCheck(L_34);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_38<<((int32_t)24)))|((int32_t)((int32_t)L_42<<((int32_t)16)))))|((int32_t)((int32_t)L_46<<8))))|(int32_t)L_50)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_51 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = ___1_input;
|
|
uint32_t L_53 = ___2_inputOffset;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, ((int32_t)12)));
|
|
uint8_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56 = ___1_input;
|
|
uint32_t L_57 = ___2_inputOffset;
|
|
NullCheck(L_56);
|
|
int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, ((int32_t)13)));
|
|
uint8_t L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = ___1_input;
|
|
uint32_t L_61 = ___2_inputOffset;
|
|
NullCheck(L_60);
|
|
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, ((int32_t)14)));
|
|
uint8_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = ___1_input;
|
|
uint32_t L_65 = ___2_inputOffset;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, ((int32_t)15)));
|
|
uint8_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
NullCheck(L_51);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_55<<((int32_t)24)))|((int32_t)((int32_t)L_59<<((int32_t)16)))))|((int32_t)((int32_t)L_63<<8))))|(int32_t)L_67)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_68 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = ___1_input;
|
|
uint32_t L_70 = ___2_inputOffset;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, ((int32_t)16)));
|
|
uint8_t L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_73 = ___1_input;
|
|
uint32_t L_74 = ___2_inputOffset;
|
|
NullCheck(L_73);
|
|
int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, ((int32_t)17)));
|
|
uint8_t L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_77 = ___1_input;
|
|
uint32_t L_78 = ___2_inputOffset;
|
|
NullCheck(L_77);
|
|
int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, ((int32_t)18)));
|
|
uint8_t L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = ___1_input;
|
|
uint32_t L_82 = ___2_inputOffset;
|
|
NullCheck(L_81);
|
|
int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, ((int32_t)19)));
|
|
uint8_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
|
|
NullCheck(L_68);
|
|
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_72<<((int32_t)24)))|((int32_t)((int32_t)L_76<<((int32_t)16)))))|((int32_t)((int32_t)L_80<<8))))|(int32_t)L_84)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_85 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = ___1_input;
|
|
uint32_t L_87 = ___2_inputOffset;
|
|
NullCheck(L_86);
|
|
int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, ((int32_t)20)));
|
|
uint8_t L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_90 = ___1_input;
|
|
uint32_t L_91 = ___2_inputOffset;
|
|
NullCheck(L_90);
|
|
int32_t L_92 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, ((int32_t)21)));
|
|
uint8_t L_93 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_94 = ___1_input;
|
|
uint32_t L_95 = ___2_inputOffset;
|
|
NullCheck(L_94);
|
|
int32_t L_96 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, ((int32_t)22)));
|
|
uint8_t L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_98 = ___1_input;
|
|
uint32_t L_99 = ___2_inputOffset;
|
|
NullCheck(L_98);
|
|
int32_t L_100 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, ((int32_t)23)));
|
|
uint8_t L_101 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
|
|
NullCheck(L_85);
|
|
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_89<<((int32_t)24)))|((int32_t)((int32_t)L_93<<((int32_t)16)))))|((int32_t)((int32_t)L_97<<8))))|(int32_t)L_101)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_102 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_103 = ___1_input;
|
|
uint32_t L_104 = ___2_inputOffset;
|
|
NullCheck(L_103);
|
|
int32_t L_105 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, ((int32_t)24)));
|
|
uint8_t L_106 = (L_103)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_107 = ___1_input;
|
|
uint32_t L_108 = ___2_inputOffset;
|
|
NullCheck(L_107);
|
|
int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, ((int32_t)25)));
|
|
uint8_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_111 = ___1_input;
|
|
uint32_t L_112 = ___2_inputOffset;
|
|
NullCheck(L_111);
|
|
int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, ((int32_t)26)));
|
|
uint8_t L_114 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_115 = ___1_input;
|
|
uint32_t L_116 = ___2_inputOffset;
|
|
NullCheck(L_115);
|
|
int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, ((int32_t)27)));
|
|
uint8_t L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
|
|
NullCheck(L_102);
|
|
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_106<<((int32_t)24)))|((int32_t)((int32_t)L_110<<((int32_t)16)))))|((int32_t)((int32_t)L_114<<8))))|(int32_t)L_118)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_119 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_120 = ___1_input;
|
|
uint32_t L_121 = ___2_inputOffset;
|
|
NullCheck(L_120);
|
|
int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, ((int32_t)28)));
|
|
uint8_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_124 = ___1_input;
|
|
uint32_t L_125 = ___2_inputOffset;
|
|
NullCheck(L_124);
|
|
int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, ((int32_t)29)));
|
|
uint8_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_128 = ___1_input;
|
|
uint32_t L_129 = ___2_inputOffset;
|
|
NullCheck(L_128);
|
|
int32_t L_130 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, ((int32_t)30)));
|
|
uint8_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_132 = ___1_input;
|
|
uint32_t L_133 = ___2_inputOffset;
|
|
NullCheck(L_132);
|
|
int32_t L_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, ((int32_t)31)));
|
|
uint8_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
|
|
NullCheck(L_119);
|
|
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_123<<((int32_t)24)))|((int32_t)((int32_t)L_127<<((int32_t)16)))))|((int32_t)((int32_t)L_131<<8))))|(int32_t)L_135)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_136 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_137 = ___1_input;
|
|
uint32_t L_138 = ___2_inputOffset;
|
|
NullCheck(L_137);
|
|
int32_t L_139 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, ((int32_t)32)));
|
|
uint8_t L_140 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_141 = ___1_input;
|
|
uint32_t L_142 = ___2_inputOffset;
|
|
NullCheck(L_141);
|
|
int32_t L_143 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, ((int32_t)33)));
|
|
uint8_t L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_145 = ___1_input;
|
|
uint32_t L_146 = ___2_inputOffset;
|
|
NullCheck(L_145);
|
|
int32_t L_147 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, ((int32_t)34)));
|
|
uint8_t L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_149 = ___1_input;
|
|
uint32_t L_150 = ___2_inputOffset;
|
|
NullCheck(L_149);
|
|
int32_t L_151 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, ((int32_t)35)));
|
|
uint8_t L_152 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
|
|
NullCheck(L_136);
|
|
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_140<<((int32_t)24)))|((int32_t)((int32_t)L_144<<((int32_t)16)))))|((int32_t)((int32_t)L_148<<8))))|(int32_t)L_152)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_153 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_154 = ___1_input;
|
|
uint32_t L_155 = ___2_inputOffset;
|
|
NullCheck(L_154);
|
|
int32_t L_156 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, ((int32_t)36)));
|
|
uint8_t L_157 = (L_154)->GetAt(static_cast<il2cpp_array_size_t>(L_156));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_158 = ___1_input;
|
|
uint32_t L_159 = ___2_inputOffset;
|
|
NullCheck(L_158);
|
|
int32_t L_160 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, ((int32_t)37)));
|
|
uint8_t L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_162 = ___1_input;
|
|
uint32_t L_163 = ___2_inputOffset;
|
|
NullCheck(L_162);
|
|
int32_t L_164 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, ((int32_t)38)));
|
|
uint8_t L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_166 = ___1_input;
|
|
uint32_t L_167 = ___2_inputOffset;
|
|
NullCheck(L_166);
|
|
int32_t L_168 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, ((int32_t)39)));
|
|
uint8_t L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
|
|
NullCheck(L_153);
|
|
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_157<<((int32_t)24)))|((int32_t)((int32_t)L_161<<((int32_t)16)))))|((int32_t)((int32_t)L_165<<8))))|(int32_t)L_169)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_170 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_171 = ___1_input;
|
|
uint32_t L_172 = ___2_inputOffset;
|
|
NullCheck(L_171);
|
|
int32_t L_173 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, ((int32_t)40)));
|
|
uint8_t L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_175 = ___1_input;
|
|
uint32_t L_176 = ___2_inputOffset;
|
|
NullCheck(L_175);
|
|
int32_t L_177 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, ((int32_t)41)));
|
|
uint8_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_179 = ___1_input;
|
|
uint32_t L_180 = ___2_inputOffset;
|
|
NullCheck(L_179);
|
|
int32_t L_181 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, ((int32_t)42)));
|
|
uint8_t L_182 = (L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_183 = ___1_input;
|
|
uint32_t L_184 = ___2_inputOffset;
|
|
NullCheck(L_183);
|
|
int32_t L_185 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, ((int32_t)43)));
|
|
uint8_t L_186 = (L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_185));
|
|
NullCheck(L_170);
|
|
(L_170)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_174<<((int32_t)24)))|((int32_t)((int32_t)L_178<<((int32_t)16)))))|((int32_t)((int32_t)L_182<<8))))|(int32_t)L_186)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_187 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_188 = ___1_input;
|
|
uint32_t L_189 = ___2_inputOffset;
|
|
NullCheck(L_188);
|
|
int32_t L_190 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, ((int32_t)44)));
|
|
uint8_t L_191 = (L_188)->GetAt(static_cast<il2cpp_array_size_t>(L_190));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_192 = ___1_input;
|
|
uint32_t L_193 = ___2_inputOffset;
|
|
NullCheck(L_192);
|
|
int32_t L_194 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, ((int32_t)45)));
|
|
uint8_t L_195 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_194));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_196 = ___1_input;
|
|
uint32_t L_197 = ___2_inputOffset;
|
|
NullCheck(L_196);
|
|
int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, ((int32_t)46)));
|
|
uint8_t L_199 = (L_196)->GetAt(static_cast<il2cpp_array_size_t>(L_198));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_200 = ___1_input;
|
|
uint32_t L_201 = ___2_inputOffset;
|
|
NullCheck(L_200);
|
|
int32_t L_202 = ((int32_t)il2cpp_codegen_add((int32_t)L_201, ((int32_t)47)));
|
|
uint8_t L_203 = (L_200)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
|
|
NullCheck(L_187);
|
|
(L_187)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_191<<((int32_t)24)))|((int32_t)((int32_t)L_195<<((int32_t)16)))))|((int32_t)((int32_t)L_199<<8))))|(int32_t)L_203)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_204 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_205 = ___1_input;
|
|
uint32_t L_206 = ___2_inputOffset;
|
|
NullCheck(L_205);
|
|
int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, ((int32_t)48)));
|
|
uint8_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_209 = ___1_input;
|
|
uint32_t L_210 = ___2_inputOffset;
|
|
NullCheck(L_209);
|
|
int32_t L_211 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, ((int32_t)49)));
|
|
uint8_t L_212 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_213 = ___1_input;
|
|
uint32_t L_214 = ___2_inputOffset;
|
|
NullCheck(L_213);
|
|
int32_t L_215 = ((int32_t)il2cpp_codegen_add((int32_t)L_214, ((int32_t)50)));
|
|
uint8_t L_216 = (L_213)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_217 = ___1_input;
|
|
uint32_t L_218 = ___2_inputOffset;
|
|
NullCheck(L_217);
|
|
int32_t L_219 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, ((int32_t)51)));
|
|
uint8_t L_220 = (L_217)->GetAt(static_cast<il2cpp_array_size_t>(L_219));
|
|
NullCheck(L_204);
|
|
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_208<<((int32_t)24)))|((int32_t)((int32_t)L_212<<((int32_t)16)))))|((int32_t)((int32_t)L_216<<8))))|(int32_t)L_220)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_221 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_222 = ___1_input;
|
|
uint32_t L_223 = ___2_inputOffset;
|
|
NullCheck(L_222);
|
|
int32_t L_224 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, ((int32_t)52)));
|
|
uint8_t L_225 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_226 = ___1_input;
|
|
uint32_t L_227 = ___2_inputOffset;
|
|
NullCheck(L_226);
|
|
int32_t L_228 = ((int32_t)il2cpp_codegen_add((int32_t)L_227, ((int32_t)53)));
|
|
uint8_t L_229 = (L_226)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_230 = ___1_input;
|
|
uint32_t L_231 = ___2_inputOffset;
|
|
NullCheck(L_230);
|
|
int32_t L_232 = ((int32_t)il2cpp_codegen_add((int32_t)L_231, ((int32_t)54)));
|
|
uint8_t L_233 = (L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_234 = ___1_input;
|
|
uint32_t L_235 = ___2_inputOffset;
|
|
NullCheck(L_234);
|
|
int32_t L_236 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, ((int32_t)55)));
|
|
uint8_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
|
|
NullCheck(L_221);
|
|
(L_221)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_225<<((int32_t)24)))|((int32_t)((int32_t)L_229<<((int32_t)16)))))|((int32_t)((int32_t)L_233<<8))))|(int32_t)L_237)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_238 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_239 = ___1_input;
|
|
uint32_t L_240 = ___2_inputOffset;
|
|
NullCheck(L_239);
|
|
int32_t L_241 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, ((int32_t)56)));
|
|
uint8_t L_242 = (L_239)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_243 = ___1_input;
|
|
uint32_t L_244 = ___2_inputOffset;
|
|
NullCheck(L_243);
|
|
int32_t L_245 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, ((int32_t)57)));
|
|
uint8_t L_246 = (L_243)->GetAt(static_cast<il2cpp_array_size_t>(L_245));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_247 = ___1_input;
|
|
uint32_t L_248 = ___2_inputOffset;
|
|
NullCheck(L_247);
|
|
int32_t L_249 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, ((int32_t)58)));
|
|
uint8_t L_250 = (L_247)->GetAt(static_cast<il2cpp_array_size_t>(L_249));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_251 = ___1_input;
|
|
uint32_t L_252 = ___2_inputOffset;
|
|
NullCheck(L_251);
|
|
int32_t L_253 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, ((int32_t)59)));
|
|
uint8_t L_254 = (L_251)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
|
|
NullCheck(L_238);
|
|
(L_238)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_242<<((int32_t)24)))|((int32_t)((int32_t)L_246<<((int32_t)16)))))|((int32_t)((int32_t)L_250<<8))))|(int32_t)L_254)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_255 = ___0_buff;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_256 = ___1_input;
|
|
uint32_t L_257 = ___2_inputOffset;
|
|
NullCheck(L_256);
|
|
int32_t L_258 = ((int32_t)il2cpp_codegen_add((int32_t)L_257, ((int32_t)60)));
|
|
uint8_t L_259 = (L_256)->GetAt(static_cast<il2cpp_array_size_t>(L_258));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_260 = ___1_input;
|
|
uint32_t L_261 = ___2_inputOffset;
|
|
NullCheck(L_260);
|
|
int32_t L_262 = ((int32_t)il2cpp_codegen_add((int32_t)L_261, ((int32_t)61)));
|
|
uint8_t L_263 = (L_260)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_264 = ___1_input;
|
|
uint32_t L_265 = ___2_inputOffset;
|
|
NullCheck(L_264);
|
|
int32_t L_266 = ((int32_t)il2cpp_codegen_add((int32_t)L_265, ((int32_t)62)));
|
|
uint8_t L_267 = (L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_268 = ___1_input;
|
|
uint32_t L_269 = ___2_inputOffset;
|
|
NullCheck(L_268);
|
|
int32_t L_270 = ((int32_t)il2cpp_codegen_add((int32_t)L_269, ((int32_t)63)));
|
|
uint8_t L_271 = (L_268)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
|
|
NullCheck(L_255);
|
|
(L_255)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_259<<((int32_t)24)))|((int32_t)((int32_t)L_263<<((int32_t)16)))))|((int32_t)((int32_t)L_267<<8))))|(int32_t)L_271)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_mCB2E2CF1B211A67D9EBF617D798CBC46EB636E70 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___0_buff, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_1 = ((int32_t)16);
|
|
goto IL_013e;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___0_buff;
|
|
int32_t L_1 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract(L_1, 3));
|
|
uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___0_buff;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 8));
|
|
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___0_buff;
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)14)));
|
|
uint32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = ___0_buff;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract(L_13, ((int32_t)16)));
|
|
uint32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_3^(int32_t)L_7))^(int32_t)L_11))^(int32_t)L_15));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = ___0_buff;
|
|
int32_t L_17 = V_1;
|
|
uint32_t L_18 = V_0;
|
|
uint32_t L_19 = V_0;
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (uint32_t)((int32_t)(((int32_t)((int32_t)L_18<<1))|((int32_t)((uint32_t)L_19>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = ___0_buff;
|
|
int32_t L_21 = V_1;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract(L_21, 2));
|
|
uint32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = ___0_buff;
|
|
int32_t L_25 = V_1;
|
|
NullCheck(L_24);
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract(L_25, 7));
|
|
uint32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = ___0_buff;
|
|
int32_t L_29 = V_1;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract(L_29, ((int32_t)13)));
|
|
uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_32 = ___0_buff;
|
|
int32_t L_33 = V_1;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_subtract(L_33, ((int32_t)15)));
|
|
uint32_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23^(int32_t)L_27))^(int32_t)L_31))^(int32_t)L_35));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_36 = ___0_buff;
|
|
int32_t L_37 = V_1;
|
|
uint32_t L_38 = V_0;
|
|
uint32_t L_39 = V_0;
|
|
NullCheck(L_36);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_37, 1))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_38<<1))|((int32_t)((uint32_t)L_39>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_40 = ___0_buff;
|
|
int32_t L_41 = V_1;
|
|
NullCheck(L_40);
|
|
int32_t L_42 = ((int32_t)il2cpp_codegen_subtract(L_41, 1));
|
|
uint32_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_44 = ___0_buff;
|
|
int32_t L_45 = V_1;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = ((int32_t)il2cpp_codegen_subtract(L_45, 6));
|
|
uint32_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = ___0_buff;
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = ((int32_t)il2cpp_codegen_subtract(L_49, ((int32_t)12)));
|
|
uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_52 = ___0_buff;
|
|
int32_t L_53 = V_1;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = ((int32_t)il2cpp_codegen_subtract(L_53, ((int32_t)14)));
|
|
uint32_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_43^(int32_t)L_47))^(int32_t)L_51))^(int32_t)L_55));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_56 = ___0_buff;
|
|
int32_t L_57 = V_1;
|
|
uint32_t L_58 = V_0;
|
|
uint32_t L_59 = V_0;
|
|
NullCheck(L_56);
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_57, 2))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_58<<1))|((int32_t)((uint32_t)L_59>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_60 = ___0_buff;
|
|
int32_t L_61 = V_1;
|
|
NullCheck(L_60);
|
|
int32_t L_62 = L_61;
|
|
uint32_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_64 = ___0_buff;
|
|
int32_t L_65 = V_1;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = ((int32_t)il2cpp_codegen_subtract(L_65, 5));
|
|
uint32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_68 = ___0_buff;
|
|
int32_t L_69 = V_1;
|
|
NullCheck(L_68);
|
|
int32_t L_70 = ((int32_t)il2cpp_codegen_subtract(L_69, ((int32_t)11)));
|
|
uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_72 = ___0_buff;
|
|
int32_t L_73 = V_1;
|
|
NullCheck(L_72);
|
|
int32_t L_74 = ((int32_t)il2cpp_codegen_subtract(L_73, ((int32_t)13)));
|
|
uint32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_63^(int32_t)L_67))^(int32_t)L_71))^(int32_t)L_75));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_76 = ___0_buff;
|
|
int32_t L_77 = V_1;
|
|
uint32_t L_78 = V_0;
|
|
uint32_t L_79 = V_0;
|
|
NullCheck(L_76);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_77, 3))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_78<<1))|((int32_t)((uint32_t)L_79>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_80 = ___0_buff;
|
|
int32_t L_81 = V_1;
|
|
NullCheck(L_80);
|
|
int32_t L_82 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
uint32_t L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_84 = ___0_buff;
|
|
int32_t L_85 = V_1;
|
|
NullCheck(L_84);
|
|
int32_t L_86 = ((int32_t)il2cpp_codegen_subtract(L_85, 4));
|
|
uint32_t L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_88 = ___0_buff;
|
|
int32_t L_89 = V_1;
|
|
NullCheck(L_88);
|
|
int32_t L_90 = ((int32_t)il2cpp_codegen_subtract(L_89, ((int32_t)10)));
|
|
uint32_t L_91 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_92 = ___0_buff;
|
|
int32_t L_93 = V_1;
|
|
NullCheck(L_92);
|
|
int32_t L_94 = ((int32_t)il2cpp_codegen_subtract(L_93, ((int32_t)12)));
|
|
uint32_t L_95 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_83^(int32_t)L_87))^(int32_t)L_91))^(int32_t)L_95));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_96 = ___0_buff;
|
|
int32_t L_97 = V_1;
|
|
uint32_t L_98 = V_0;
|
|
uint32_t L_99 = V_0;
|
|
NullCheck(L_96);
|
|
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_97, 4))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_98<<1))|((int32_t)((uint32_t)L_99>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_100 = ___0_buff;
|
|
int32_t L_101 = V_1;
|
|
NullCheck(L_100);
|
|
int32_t L_102 = ((int32_t)il2cpp_codegen_add(L_101, 2));
|
|
uint32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_104 = ___0_buff;
|
|
int32_t L_105 = V_1;
|
|
NullCheck(L_104);
|
|
int32_t L_106 = ((int32_t)il2cpp_codegen_subtract(L_105, 3));
|
|
uint32_t L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_108 = ___0_buff;
|
|
int32_t L_109 = V_1;
|
|
NullCheck(L_108);
|
|
int32_t L_110 = ((int32_t)il2cpp_codegen_subtract(L_109, ((int32_t)9)));
|
|
uint32_t L_111 = (L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_112 = ___0_buff;
|
|
int32_t L_113 = V_1;
|
|
NullCheck(L_112);
|
|
int32_t L_114 = ((int32_t)il2cpp_codegen_subtract(L_113, ((int32_t)11)));
|
|
uint32_t L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_103^(int32_t)L_107))^(int32_t)L_111))^(int32_t)L_115));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_116 = ___0_buff;
|
|
int32_t L_117 = V_1;
|
|
uint32_t L_118 = V_0;
|
|
uint32_t L_119 = V_0;
|
|
NullCheck(L_116);
|
|
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_117, 5))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_118<<1))|((int32_t)((uint32_t)L_119>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_120 = ___0_buff;
|
|
int32_t L_121 = V_1;
|
|
NullCheck(L_120);
|
|
int32_t L_122 = ((int32_t)il2cpp_codegen_add(L_121, 3));
|
|
uint32_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_124 = ___0_buff;
|
|
int32_t L_125 = V_1;
|
|
NullCheck(L_124);
|
|
int32_t L_126 = ((int32_t)il2cpp_codegen_subtract(L_125, 2));
|
|
uint32_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_128 = ___0_buff;
|
|
int32_t L_129 = V_1;
|
|
NullCheck(L_128);
|
|
int32_t L_130 = ((int32_t)il2cpp_codegen_subtract(L_129, 8));
|
|
uint32_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_132 = ___0_buff;
|
|
int32_t L_133 = V_1;
|
|
NullCheck(L_132);
|
|
int32_t L_134 = ((int32_t)il2cpp_codegen_subtract(L_133, ((int32_t)10)));
|
|
uint32_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_123^(int32_t)L_127))^(int32_t)L_131))^(int32_t)L_135));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_136 = ___0_buff;
|
|
int32_t L_137 = V_1;
|
|
uint32_t L_138 = V_0;
|
|
uint32_t L_139 = V_0;
|
|
NullCheck(L_136);
|
|
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_137, 6))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_138<<1))|((int32_t)((uint32_t)L_139>>((int32_t)31))))));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_140 = ___0_buff;
|
|
int32_t L_141 = V_1;
|
|
NullCheck(L_140);
|
|
int32_t L_142 = ((int32_t)il2cpp_codegen_add(L_141, 4));
|
|
uint32_t L_143 = (L_140)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_144 = ___0_buff;
|
|
int32_t L_145 = V_1;
|
|
NullCheck(L_144);
|
|
int32_t L_146 = ((int32_t)il2cpp_codegen_subtract(L_145, 1));
|
|
uint32_t L_147 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_146));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_148 = ___0_buff;
|
|
int32_t L_149 = V_1;
|
|
NullCheck(L_148);
|
|
int32_t L_150 = ((int32_t)il2cpp_codegen_subtract(L_149, 7));
|
|
uint32_t L_151 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_152 = ___0_buff;
|
|
int32_t L_153 = V_1;
|
|
NullCheck(L_152);
|
|
int32_t L_154 = ((int32_t)il2cpp_codegen_subtract(L_153, ((int32_t)9)));
|
|
uint32_t L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_143^(int32_t)L_147))^(int32_t)L_151))^(int32_t)L_155));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_156 = ___0_buff;
|
|
int32_t L_157 = V_1;
|
|
uint32_t L_158 = V_0;
|
|
uint32_t L_159 = V_0;
|
|
NullCheck(L_156);
|
|
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_157, 7))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_158<<1))|((int32_t)((uint32_t)L_159>>((int32_t)31))))));
|
|
int32_t L_160 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_160, 8));
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
int32_t L_161 = V_1;
|
|
if ((((int32_t)L_161) < ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_m38B6732E9AC4BD395679217976B72E37A4301B72 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inputBuffer, int32_t ___1_inputOffset, int32_t ___2_inputCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
|
|
uint64_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B5_0 = NULL;
|
|
{
|
|
uint64_t L_0 = __this->___count_1;
|
|
int32_t L_1 = ___2_inputCount;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, ((int64_t)L_1)));
|
|
uint64_t L_2 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)56), ((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)((int64_t)((int32_t)64)))))));
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) >= ((int32_t)1)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_4, ((int32_t)64)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_5 = ___2_inputCount;
|
|
int32_t L_6 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_5, L_6)), 8));
|
|
int32_t L_7 = V_2;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_8);
|
|
G_B5_0 = L_9;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->____ProcessingBuffer_2;
|
|
G_B5_0 = L_10;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
V_3 = G_B5_0;
|
|
V_5 = 0;
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_3;
|
|
int32_t L_12 = V_5;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___0_inputBuffer;
|
|
int32_t L_14 = V_5;
|
|
int32_t L_15 = ___1_inputOffset;
|
|
NullCheck(L_13);
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
uint8_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (uint8_t)L_17);
|
|
int32_t L_18 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
int32_t L_19 = V_5;
|
|
int32_t L_20 = ___2_inputCount;
|
|
if ((((int32_t)L_19) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_3;
|
|
int32_t L_22 = ___2_inputCount;
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)((int32_t)128));
|
|
int32_t L_23 = ___2_inputCount;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_3;
|
|
int32_t L_25 = V_6;
|
|
NullCheck(L_24);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (uint8_t)0);
|
|
int32_t L_26 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_27 = V_6;
|
|
int32_t L_28 = ___2_inputCount;
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_add(L_28, L_29)))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_30 = V_0;
|
|
V_4 = ((int64_t)((int64_t)L_30<<3));
|
|
uint64_t L_31 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_3;
|
|
int32_t L_33 = ___2_inputCount;
|
|
int32_t L_34 = V_1;
|
|
SHA1Internal_AddLength_m096EFBE785BA7FDAD4DA4C0A3807A99A49FA54F0(__this, L_31, L_32, ((int32_t)il2cpp_codegen_add(L_33, L_34)), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = V_3;
|
|
SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E(__this, L_35, 0, NULL);
|
|
int32_t L_36 = V_2;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = V_3;
|
|
SHA1Internal_ProcessBlock_mC2003B17BA8D1C0B48CE16563BE4901693DCD63E(__this, L_37, ((int32_t)64), NULL);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_m096EFBE785BA7FDAD4DA4C0A3807A99A49FA54F0 (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* __this, uint64_t ___0_length, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, int32_t ___2_position, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___1_buffer;
|
|
int32_t L_1 = ___2_position;
|
|
int32_t L_2 = L_1;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
uint64_t L_3 = ___0_length;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___1_buffer;
|
|
int32_t L_5 = ___2_position;
|
|
int32_t L_6 = L_5;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
uint64_t L_7 = ___0_length;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___1_buffer;
|
|
int32_t L_9 = ___2_position;
|
|
int32_t L_10 = L_9;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
uint64_t L_11 = ___0_length;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___1_buffer;
|
|
int32_t L_13 = ___2_position;
|
|
int32_t L_14 = L_13;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
uint64_t L_15 = ___0_length;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___1_buffer;
|
|
int32_t L_17 = ___2_position;
|
|
int32_t L_18 = L_17;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
uint64_t L_19 = ___0_length;
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___1_buffer;
|
|
int32_t L_21 = ___2_position;
|
|
int32_t L_22 = L_21;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
uint64_t L_23 = ___0_length;
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___1_buffer;
|
|
int32_t L_25 = ___2_position;
|
|
int32_t L_26 = L_25;
|
|
___2_position = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
uint64_t L_27 = ___0_length;
|
|
NullCheck(L_24);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)L_27>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___1_buffer;
|
|
int32_t L_29 = ___2_position;
|
|
uint64_t L_30 = ___0_length;
|
|
NullCheck(L_28);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)((int32_t)(uint8_t)L_30));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mD863AABD787970AB697A5013890F672428608C0C (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SHA1__ctor_m7132D34515F4EE573D30BCE82420DFE376757299(__this, NULL);
|
|
SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* L_0 = (SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62*)il2cpp_codegen_object_new(SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
SHA1Internal__ctor_m09C4C50049A78D890BD460121E2957A4FFCE8699(L_0, NULL);
|
|
__this->___sha_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___sha_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Finalize_mC4BCB646558900758A62A552916210E34DF29010 (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0009:
|
|
{// begin finally (depth: 1)
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VirtualActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
|
|
goto IL_0010;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Dispose_m547A0DC6100FB7921CEE7385DE57E2D54EDBA542 (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_disposing;
|
|
HashAlgorithm_Dispose_m89C0BA10A54BED384C063CF2AA90096C1015AA83(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_HashCore_m18DC5F6C1E36C8847A1667DB5C148252C1E73BD3 (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rgb, int32_t ___1_ibStart, int32_t ___2_cbSize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
((HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D*)__this)->___State_3 = 1;
|
|
SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* L_0 = __this->___sha_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_rgb;
|
|
int32_t L_2 = ___1_ibStart;
|
|
int32_t L_3 = ___2_cbSize;
|
|
NullCheck(L_0);
|
|
SHA1Internal_HashCore_m3515E38259D4F071F32C9B6E5184651C5038E61D(L_0, L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.SHA1CryptoServiceProvider::HashFinal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SHA1CryptoServiceProvider_HashFinal_mFFB435F01AAE578911E118F0EBB4B1D2F20AD9C3 (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
((HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D*)__this)->___State_3 = 0;
|
|
SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* L_0 = __this->___sha_4;
|
|
NullCheck(L_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = SHA1Internal_HashFinal_m44F2DF1055D80A465FDA8F557C10E77FC9BA505E(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Initialize_m7ACEBDBC8AF5BC92C13596A2F9691BD2C416604F (SHA1CryptoServiceProvider_tB1E1EB97160D3366AB4FF858F56D2734C2A6675F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SHA1Internal_t63BFC4D44B43FD41AD65B8755CE4383D529B9A62* L_0 = __this->___sha_4;
|
|
NullCheck(L_0);
|
|
SHA1Internal_Initialize_mC6FF2BCED768A60B3F2539F30730EE014D5E8BF5(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.TripleDESTransform::.ctor(System.Security.Cryptography.TripleDES,System.Boolean,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TripleDESTransform__ctor_m23C437195B056691D6703096BC5752862B31FDF6 (TripleDESTransform_tA477C3F4EDE31654896DFF4B3D64F160BFAC18CC* __this, TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5* ___0_algo, bool ___1_encryption, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_iv, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* V_3 = NULL;
|
|
{
|
|
TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5* L_0 = ___0_algo;
|
|
bool L_1 = ___1_encryption;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___3_iv;
|
|
SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B(__this, L_0, L_1, L_2, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___2_key;
|
|
if (L_3)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4;
|
|
L_4 = TripleDESTransform_GetStrongKey_m469CCD9C7C9CA0B3CE062883C6C22A682BDC06FB(NULL);
|
|
___2_key = L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___2_key;
|
|
il2cpp_codegen_runtime_class_init_inline(TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = TripleDES_IsWeakKey_m0BDA33C108C0DC5EED82367CCBED58B89EDA3950(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7;
|
|
L_7 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC827397A03B501D2CE037D8DAF95F5782DBCE95)), NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_8 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_8, L_7, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TripleDESTransform__ctor_m23C437195B056691D6703096BC5752862B31FDF6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
V_0 = L_9;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
V_1 = L_10;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
V_2 = L_11;
|
|
il2cpp_codegen_runtime_class_init_inline(DES_t4155628A71AAB12F38CF629C8CDDD21540E84315_il2cpp_TypeInfo_var);
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_12;
|
|
L_12 = DES_Create_mE618F80B0738DBE1C6450146D2A55A50FF442C7D(NULL);
|
|
V_3 = L_12;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___2_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_13, 0, (RuntimeArray*)L_14, 0, 8, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___2_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_1;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_15, 8, (RuntimeArray*)L_16, 0, 8, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___2_key;
|
|
NullCheck(L_17);
|
|
if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___2_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_2;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_18, 0, (RuntimeArray*)L_19, 0, 8, NULL);
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___2_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_2;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_20, ((int32_t)16), (RuntimeArray*)L_21, 0, 8, NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
bool L_22 = ___1_encryption;
|
|
if (L_22)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5* L_23 = ___0_algo;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_23);
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_25 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_28 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_28, L_25, (bool)1, L_26, L_27, NULL);
|
|
__this->___E1_12 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___E1_12), (void*)L_28);
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_29 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_32 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_32, L_29, (bool)0, L_30, L_31, NULL);
|
|
__this->___D2_13 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___D2_13), (void*)L_32);
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_33 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_36 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_36);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_36, L_33, (bool)1, L_34, L_35, NULL);
|
|
__this->___E3_14 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___E3_14), (void*)L_36);
|
|
return;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_37 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_40 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_40, L_37, (bool)0, L_38, L_39, NULL);
|
|
__this->___D1_15 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___D1_15), (void*)L_40);
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_41 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_44 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_44);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_44, L_41, (bool)1, L_42, L_43, NULL);
|
|
__this->___E2_16 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___E2_16), (void*)L_44);
|
|
DES_t4155628A71AAB12F38CF629C8CDDD21540E84315* L_45 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ___3_iv;
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_48 = (DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14*)il2cpp_codegen_object_new(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_48);
|
|
DESTransform__ctor_mBE097D73B28CEA5A419F904A9879FC6EF41D9B83(L_48, L_45, (bool)0, L_46, L_47, NULL);
|
|
__this->___D3_17 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___D3_17), (void*)L_48);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.TripleDESTransform::ECB(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TripleDESTransform_ECB_m1A7D07D3C8C2F8719667AFEBCDBFD029175279E0 (TripleDESTransform_tA477C3F4EDE31654896DFF4B3D64F160BFAC18CC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_input, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_input;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_output;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___ipTab_23;
|
|
DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE(L_0, L_1, L_2, (bool)0, NULL);
|
|
bool L_3 = ((SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43*)__this)->___encrypt_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_4 = __this->___E1_12;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___1_output;
|
|
NullCheck(L_4);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_4, L_5, L_6, NULL);
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_7 = __this->___D2_13;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___1_output;
|
|
NullCheck(L_7);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_7, L_8, L_9, NULL);
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_10 = __this->___E3_14;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___1_output;
|
|
NullCheck(L_10);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_10, L_11, L_12, NULL);
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_13 = __this->___D1_15;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___1_output;
|
|
NullCheck(L_13);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_13, L_14, L_15, NULL);
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_16 = __this->___E2_16;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___1_output;
|
|
NullCheck(L_16);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_16, L_17, L_18, NULL);
|
|
DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14* L_19 = __this->___D3_17;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___1_output;
|
|
NullCheck(L_19);
|
|
DESTransform_ProcessBlock_mAF585CB4192F3B629CCE7FF439A3C3D901BC1F75(L_19, L_20, L_21, NULL);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___1_output;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = ___1_output;
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___fpTab_24;
|
|
DESTransform_Permutation_mD92CCA1C82E19EADC8018C9B5C3C6F847ECB6BFE(L_22, L_23, L_24, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* TripleDESTransform_GetStrongKey_m469CCD9C7C9CA0B3CE062883C6C22A682BDC06FB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t21EBB144507716F8F203791A1D3ED0A26C4CCB14_il2cpp_TypeInfo_var))->___BLOCK_BYTE_SIZE_15;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_0, 3));
|
|
int32_t L_1 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
|
|
L_2 = KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21(L_1, NULL);
|
|
V_1 = L_2;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4;
|
|
L_4 = KeyBuilder_Key_m86B814BE086FFFF8CBB7C2EC48518D7F99C8CB21(L_3, NULL);
|
|
V_1 = L_4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TripleDES_tB4B064D2618E4F90E3CE4353213140C64B3E2BA5_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = TripleDES_IsWeakKey_m0BDA33C108C0DC5EED82367CCBED58B89EDA3950(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1;
|
|
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.Object System.Security.Cryptography.CryptoConfigForwarder::CreateFromName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CryptoConfigForwarder_CreateFromName_m00FE14C636FC56DE6D7B2728645CAA46EEAACAE5 (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
il2cpp_codegen_runtime_class_init_inline(CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_1;
|
|
L_1 = CryptoConfig_CreateFromName_m94278BF6EF728C4A82875C4367A44A91CE8A042A(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Reset_mE107591B5DD95803C4C54D11FD51093B096938E9 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = __this->___impl_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1 = __this->___impl_0;
|
|
NullCheck(L_1);
|
|
X509CertificateImpl_Dispose_mDC516A5BF712329AC6C12CCF08F41C438EA0A4D5(L_1, NULL);
|
|
__this->___impl_0 = (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_0), (void*)(X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*)NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyCertHash_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyCertHash_1), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyIssuer_3 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyIssuer_3), (void*)(String_t*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazySubject_4 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazySubject_4), (void*)(String_t*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazySerialNumber_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazySerialNumber_2), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyKeyAlgorithm_5 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyKeyAlgorithm_5), (void*)(String_t*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyKeyAlgorithmParameters_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyKeyAlgorithmParameters_6), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyPublicKey_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyPublicKey_7), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotBefore_8 = L_2;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotAfter_9 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m8C7B944B736B2E80B997CEF14DA533A43B21221D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotBefore_8 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotAfter_9 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mD03830ADC5DB6278898C055CFA71E7C37ADDB5DD (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotBefore_8 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotAfter_9 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_data;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
if (!(((RuntimeArray*)L_3)->max_length))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_data;
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_5;
|
|
L_5 = X509Helper_Import_mA9110F901760B32A4ADCE86E5D9115B41FFFF39A(L_4, NULL);
|
|
__this->___impl_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_0), (void*)L_5);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mC9377C026C89D0F8DBBBBBB060F786988E47FCAE (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotBefore_8 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotAfter_9 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2 = ___0_impl;
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_3;
|
|
L_3 = X509Helper_InitFromCertificate_mBE47B2245F80871E40AF837899E411A58911614E(L_2, NULL);
|
|
__this->___impl_0 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_0), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m000BB695F5B3F1460BF1CA7E77D6765121CFBFCB (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_cert, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotBefore_8 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
__this->___lazyNotAfter_9 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_2 = ___0_cert;
|
|
if (L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB63C27A619AD7A36C4B3F3ECF3FA384C6EE13052)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate__ctor_m000BB695F5B3F1460BF1CA7E77D6765121CFBFCB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_4 = ___0_cert;
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_5;
|
|
L_5 = X509Helper_InitFromCertificate_m585FCC10F6BB7B0EC3C05CE861FDBAA878BBBC33(L_4, NULL);
|
|
__this->___impl_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_0), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m2B56E3261F6C33A8DA297DECD0CE568B7B3B5887 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate__ctor_m8C7B944B736B2E80B997CEF14DA533A43B21221D(__this, NULL);
|
|
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate__ctor_m2B56E3261F6C33A8DA297DECD0CE568B7B3B5887_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_mCFDC5CC4939C233DC920EEBA1161AB0F071AF095 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_mCFDC5CC4939C233DC920EEBA1161AB0F071AF095_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2AC5FC51A0C612945607A305A46469B66C472D3B (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, RuntimeObject* ___0_sender, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2AC5FC51A0C612945607A305A46469B66C472D3B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m1922DC6FA16712898394AF2377B6D089BA2D169E (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
String_t* L_0 = __this->___lazyIssuer_3;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Issuer() */, L_2);
|
|
String_t* L_4 = L_3;
|
|
V_1 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyIssuer_3 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyIssuer_3), (void*)L_4);
|
|
String_t* L_5 = V_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m2568DA6469339937B44FCD5C7C69FF02934D075C (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
String_t* L_0 = __this->___lazySubject_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Subject() */, L_2);
|
|
String_t* L_4 = L_3;
|
|
V_1 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazySubject_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazySubject_4), (void*)L_4);
|
|
String_t* L_5 = V_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Dispose_m1BAF5EFE5ED5A16CFD65A159B1E671BE7CDC63CC (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(8 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Dispose(System.Boolean) */, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Dispose_m3DE248FC47805D5C86FB6D28349B2364E3CA0275 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_disposing;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
VirtualActionInvoker0::Invoke(7 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() */, __this);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate_Equals_m5F44E52DD6699B94BE5623789F719EA3CD47B8B6 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = ((X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*)IsInstClass((RuntimeObject*)L_0, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4_il2cpp_TypeInfo_var));
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = VirtualFuncInvoker1< bool, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* >::Invoke(9 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, __this, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate_Equals_m3123F0A1FA2D16ADF030EF23C575716D3224F815 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_0 = ___0_other;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1;
|
|
L_1 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_2 = ___0_other;
|
|
NullCheck(L_2);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_3;
|
|
L_3 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(L_2, NULL);
|
|
return (bool)((((RuntimeObject*)(X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_4;
|
|
L_4 = X509Certificate_get_Issuer_m1922DC6FA16712898394AF2377B6D089BA2D169E(__this, NULL);
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_5 = ___0_other;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = X509Certificate_get_Issuer_m1922DC6FA16712898394AF2377B6D089BA2D169E(L_5, NULL);
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_4, L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8;
|
|
L_8 = X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D(__this, NULL);
|
|
V_0 = L_8;
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_9 = ___0_other;
|
|
NullCheck(L_9);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10;
|
|
L_10 = X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D(L_9, NULL);
|
|
V_1 = L_10;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0;
|
|
int32_t L_14 = V_2;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
|
|
int32_t L_18 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
if ((((int32_t)L_16) == ((int32_t)L_20)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
int32_t L_21 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetCertHash_mA219848BC6A7B7432F11368C6CA04382D4948964 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
|
|
L_0 = X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_GetCertHashString_mEE3D4341B56D10C90957CB53A8AD72658F1B632E (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
|
|
L_0 = X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = Helpers_ToHexStringUpper_m92299BB66BAF001988190B5FB46E655EA2F239DD(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertHash()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___lazyCertHash_1;
|
|
il2cpp_codegen_memory_barrier();
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Thumbprint() */, L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
|
V_0 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyCertHash_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyCertHash_1), (void*)L_4);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0;
|
|
G_B2_0 = L_5;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetRawCertData_m66F2C40583459613BEDC17670BEBF4BC247E526D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0;
|
|
L_0 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_RawData() */, L_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
|
|
L_2 = Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509Certificate_GetHashCode_m60AA2E9D1B99275AA5AF61356FFC18FA0F362DE3 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0;
|
|
L_0 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04(__this, NULL);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_1 = ((int32_t)(((int32_t)(L_2<<8))|(int32_t)L_6));
|
|
int32_t L_7 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_8 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
if ((((int32_t)L_8) >= ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_2;
|
|
if ((((int32_t)L_10) < ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetKeyAlgorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_GetKeyAlgorithm_m11387B4AAE6C85B6AE0089C265662020A35A38A1 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
String_t* L_0 = __this->___lazyKeyAlgorithm_5;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_KeyAlgorithm() */, L_2);
|
|
String_t* L_4 = L_3;
|
|
V_1 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyKeyAlgorithm_5 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyKeyAlgorithm_5), (void*)L_4);
|
|
String_t* L_5 = V_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetKeyAlgorithmParameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetKeyAlgorithmParameters_m4964625D61823A3BC3AC93E97EE0F8868C78A37C (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___lazyKeyAlgorithmParameters_6;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_KeyAlgorithmParameters() */, L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
|
V_1 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyKeyAlgorithmParameters_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyKeyAlgorithmParameters_6), (void*)L_4);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
|
|
L_7 = Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973(L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetPublicKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetPublicKey_m3B23B9145E605C3DEC96F6132B2B3D03240BE40B (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___lazyPublicKey_7;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_PublicKeyValue() */, L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
|
V_1 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazyPublicKey_7 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazyPublicKey_7), (void*)L_4);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
|
|
L_7 = Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973(L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetSerialNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetSerialNumber_m9D33F2FCAFEEBB5742AE1CF22204AD95E3BFA16A (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
|
|
L_0 = X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = Helpers_CloneByteArray_m20B98BC0D8B620EF6A0DCD5F392F39A635DD0973(L_0, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1;
|
|
Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2(L_2, Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetSerialNumberString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_GetSerialNumberString_m226A38976D0F6C4BA32E55C0E4F4CDB1084AE5E7 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
|
|
L_0 = X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = Helpers_ToHexStringUpper_m92299BB66BAF001988190B5FB46E655EA2F239DD(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawSerialNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* X509Certificate_GetRawSerialNumber_m46479E2447F78C24DCF1889275D0CDD6939E444D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___lazySerialNumber_2;
|
|
il2cpp_codegen_memory_barrier();
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(16 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_SerialNumber() */, L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
|
V_0 = L_4;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___lazySerialNumber_2 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lazySerialNumber_2), (void*)L_4);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0;
|
|
G_B2_0 = L_5;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m00C879BCB91AEB130F5382C3F7566035F32F5101 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = VirtualFuncInvoker1< String_t*, bool >::Invoke(18 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean) */, __this, (bool)0);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_mFD8466D64C9E560D070BD3F18B5AB90CDC03B0C2 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, bool ___0_fVerbose, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA297A7AA79A55438F0CC01B72FE4690857AAE5A9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDCF9CD49677327D57173A9B2E45D69BC18739C4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC441262836EA54C41EE2EB5378401CCBCB76078A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1142A2FD7F69A4EF18F40F7D0E98508303A5407);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE11B99358771892EAF14FC34EE29DA70DA9B7FAB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE9F7FDD06F90D487E6AA771E0B487139056D1DE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
bool L_0 = ___0_fVerbose;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1 = __this->___impl_0;
|
|
bool L_2;
|
|
L_2 = X509Helper_IsValid_m3A9DFFDBF9599DD79DA135363956576F4F837751(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_3;
|
|
L_3 = Object_ToString_mF8AC1EB9D85AB52EC8FD8B8BDD131E855E69673F(__this, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
StringBuilder_t* L_4 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_4, NULL);
|
|
StringBuilder_t* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
StringBuilder_t* L_6;
|
|
L_6 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_5, _stringLiteralBDCF9CD49677327D57173A9B2E45D69BC18739C4, NULL);
|
|
StringBuilder_t* L_7 = L_5;
|
|
NullCheck(L_7);
|
|
StringBuilder_t* L_8;
|
|
L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
StringBuilder_t* L_9 = L_7;
|
|
String_t* L_10;
|
|
L_10 = X509Certificate_get_Subject_m2568DA6469339937B44FCD5C7C69FF02934D075C(__this, NULL);
|
|
NullCheck(L_9);
|
|
StringBuilder_t* L_11;
|
|
L_11 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_9, L_10, NULL);
|
|
StringBuilder_t* L_12 = L_9;
|
|
NullCheck(L_12);
|
|
StringBuilder_t* L_13;
|
|
L_13 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_12, NULL);
|
|
StringBuilder_t* L_14 = L_12;
|
|
NullCheck(L_14);
|
|
StringBuilder_t* L_15;
|
|
L_15 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_14, _stringLiteralE11B99358771892EAF14FC34EE29DA70DA9B7FAB, NULL);
|
|
StringBuilder_t* L_16 = L_14;
|
|
NullCheck(L_16);
|
|
StringBuilder_t* L_17;
|
|
L_17 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
StringBuilder_t* L_18 = L_16;
|
|
String_t* L_19;
|
|
L_19 = X509Certificate_get_Issuer_m1922DC6FA16712898394AF2377B6D089BA2D169E(__this, NULL);
|
|
NullCheck(L_18);
|
|
StringBuilder_t* L_20;
|
|
L_20 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_18, L_19, NULL);
|
|
StringBuilder_t* L_21 = L_18;
|
|
NullCheck(L_21);
|
|
StringBuilder_t* L_22;
|
|
L_22 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_21, NULL);
|
|
StringBuilder_t* L_23 = L_21;
|
|
NullCheck(L_23);
|
|
StringBuilder_t* L_24;
|
|
L_24 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_23, _stringLiteralC441262836EA54C41EE2EB5378401CCBCB76078A, NULL);
|
|
StringBuilder_t* L_25 = L_23;
|
|
NullCheck(L_25);
|
|
StringBuilder_t* L_26;
|
|
L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_25, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27;
|
|
L_27 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(16 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetSerialNumber() */, __this);
|
|
V_0 = L_27;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = V_0;
|
|
Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2(L_28, Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m4298AF0CA764FA936F9C5ED3606D1B4E2EC9EBA2_RuntimeMethod_var);
|
|
StringBuilder_t* L_29 = L_25;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31;
|
|
L_31 = Helpers_ToHexArrayUpper_mBC107AC5FC59B91E8308F8A16BE6A1456C8D97B2(L_30, NULL);
|
|
NullCheck(L_29);
|
|
StringBuilder_t* L_32;
|
|
L_32 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_29, L_31, NULL);
|
|
StringBuilder_t* L_33 = L_29;
|
|
NullCheck(L_33);
|
|
StringBuilder_t* L_34;
|
|
L_34 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_33, NULL);
|
|
StringBuilder_t* L_35 = L_33;
|
|
NullCheck(L_35);
|
|
StringBuilder_t* L_36;
|
|
L_36 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_35, NULL);
|
|
StringBuilder_t* L_37 = L_35;
|
|
NullCheck(L_37);
|
|
StringBuilder_t* L_38;
|
|
L_38 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_37, _stringLiteralFE9F7FDD06F90D487E6AA771E0B487139056D1DE, NULL);
|
|
StringBuilder_t* L_39 = L_37;
|
|
NullCheck(L_39);
|
|
StringBuilder_t* L_40;
|
|
L_40 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_39, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
StringBuilder_t* L_41 = L_39;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_42;
|
|
L_42 = X509Certificate_GetNotBefore_m1E3FA4967825483593325CC5ACB72713631AEEDD(__this, NULL);
|
|
String_t* L_43;
|
|
L_43 = X509Certificate_FormatDate_m92BA85C1E5BDA937F6CD97E84B224F16AD9EAA8F(L_42, NULL);
|
|
NullCheck(L_41);
|
|
StringBuilder_t* L_44;
|
|
L_44 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_41, L_43, NULL);
|
|
StringBuilder_t* L_45 = L_41;
|
|
NullCheck(L_45);
|
|
StringBuilder_t* L_46;
|
|
L_46 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_45, NULL);
|
|
StringBuilder_t* L_47 = L_45;
|
|
NullCheck(L_47);
|
|
StringBuilder_t* L_48;
|
|
L_48 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_47, _stringLiteralD1142A2FD7F69A4EF18F40F7D0E98508303A5407, NULL);
|
|
StringBuilder_t* L_49 = L_47;
|
|
NullCheck(L_49);
|
|
StringBuilder_t* L_50;
|
|
L_50 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
StringBuilder_t* L_51 = L_49;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_52;
|
|
L_52 = X509Certificate_GetNotAfter_mBED8ACE5BCA21D51715AFD8E568E46989E47DF02(__this, NULL);
|
|
String_t* L_53;
|
|
L_53 = X509Certificate_FormatDate_m92BA85C1E5BDA937F6CD97E84B224F16AD9EAA8F(L_52, NULL);
|
|
NullCheck(L_51);
|
|
StringBuilder_t* L_54;
|
|
L_54 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_51, L_53, NULL);
|
|
StringBuilder_t* L_55 = L_51;
|
|
NullCheck(L_55);
|
|
StringBuilder_t* L_56;
|
|
L_56 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_55, NULL);
|
|
StringBuilder_t* L_57 = L_55;
|
|
NullCheck(L_57);
|
|
StringBuilder_t* L_58;
|
|
L_58 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_57, _stringLiteralA297A7AA79A55438F0CC01B72FE4690857AAE5A9, NULL);
|
|
StringBuilder_t* L_59 = L_57;
|
|
NullCheck(L_59);
|
|
StringBuilder_t* L_60;
|
|
L_60 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_59, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL);
|
|
StringBuilder_t* L_61 = L_59;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62;
|
|
L_62 = X509Certificate_GetRawCertHash_m02B2BCD162206BAD6D528AE0A84BB947F5DE8E04(__this, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63;
|
|
L_63 = Helpers_ToHexArrayUpper_mBC107AC5FC59B91E8308F8A16BE6A1456C8D97B2(L_62, NULL);
|
|
NullCheck(L_61);
|
|
StringBuilder_t* L_64;
|
|
L_64 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_61, L_63, NULL);
|
|
StringBuilder_t* L_65 = L_61;
|
|
NullCheck(L_65);
|
|
StringBuilder_t* L_66;
|
|
L_66 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_65, NULL);
|
|
NullCheck(L_65);
|
|
String_t* L_67;
|
|
L_67 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_65);
|
|
return L_67;
|
|
}
|
|
}
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::GetNotAfter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D X509Certificate_GetNotAfter_mBED8ACE5BCA21D51715AFD8E568E46989E47DF02 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___lazyNotAfter_9;
|
|
V_0 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
bool L_3;
|
|
L_3 = DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921(L_1, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_4 = __this->___impl_0;
|
|
NullCheck(L_4);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
|
|
L_5 = VirtualFuncInvoker0< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_NotAfter() */, L_4);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = L_5;
|
|
V_1 = L_6;
|
|
__this->___lazyNotAfter_9 = L_6;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = V_1;
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::GetNotBefore()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D X509Certificate_GetNotBefore_m1E3FA4967825483593325CC5ACB72713631AEEDD (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F(__this, NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___lazyNotBefore_8;
|
|
V_0 = L_0;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
bool L_3;
|
|
L_3 = DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921(L_1, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_4 = __this->___impl_0;
|
|
NullCheck(L_4);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
|
|
L_5 = VirtualFuncInvoker0< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_NotBefore() */, L_4);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = L_5;
|
|
V_1 = L_6;
|
|
__this->___lazyNotBefore_8 = L_6;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = V_1;
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::FormatDate(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_FormatDate_m92BA85C1E5BDA937F6CD97E84B224F16AD9EAA8F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_date, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
|
|
L_0 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
V_0 = L_0;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2;
|
|
L_2 = VirtualFuncInvoker0< DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_1);
|
|
NullCheck(L_2);
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_3;
|
|
L_3 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_2, NULL);
|
|
int32_t L_4;
|
|
L_4 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&___0_date), NULL);
|
|
int32_t L_5;
|
|
L_5 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2((&___0_date), NULL);
|
|
int32_t L_6;
|
|
L_6 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28((&___0_date), NULL);
|
|
NullCheck(L_3);
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_3, L_4, L_5, L_6, 0);
|
|
if (L_7)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8;
|
|
L_8 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = V_0;
|
|
String_t* L_10;
|
|
L_10 = DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50((&___0_date), L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::ImportHandle(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_ImportHandle_m54F4BDE5C14295911D620B946918213CD38DFA02 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtualActionInvoker0::Invoke(7 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() */, __this);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = ___0_impl;
|
|
__this->___impl_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = __this->___impl_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::get_IsValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate_get_IsValid_m7C4179F6E70ECAB514BF38417619C517AA3A8439 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = __this->___impl_0;
|
|
bool L_1;
|
|
L_1 = X509Helper_IsValid_m3A9DFFDBF9599DD79DA135363956576F4F837751(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::ThrowIfInvalid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_ThrowIfInvalid_mCD48C7FC4B19DD27885F410FA3F5744F1D6AEB4F (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = __this->___impl_0;
|
|
X509Helper_ThrowIfContextInvalid_m925EF739507BA9738AFE65C6382DF6D832C30588(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::ThrowIfContextInvalid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_ThrowIfContextInvalid_m253EB9023E9902680A338B86D7EC55AAB7EFDDBA (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_IsValid() */, __this);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_1;
|
|
L_1 = X509Helper_GetInvalidContextException_mA7CE683FAB3BE18FEFFBDE0D5C8EC7800F6E93DB(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509CertificateImpl_ThrowIfContextInvalid_m253EB9023E9902680A338B86D7EC55AAB7EFDDBA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateImpl_GetHashCode_m4FC4BFA6D9BDB97A8B58B8DCA38AA9318CCE09F2 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_IsValid() */, __this);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
|
|
L_1 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Thumbprint() */, __this);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_1 = ((int32_t)(((int32_t)(L_2<<8))|(int32_t)L_6));
|
|
int32_t L_7 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_8 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
if ((((int32_t)L_8) >= ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_2;
|
|
if ((((int32_t)L_10) < ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateImpl_Equals_mD6E02E18FC0585400447F1BB08EA54B1ED6F506F (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = ((X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*)IsInstClass((RuntimeObject*)L_0, X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF_il2cpp_TypeInfo_var));
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_IsValid() */, __this);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_IsValid() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Issuer() */, __this);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_Issuer() */, L_6);
|
|
NullCheck(L_5);
|
|
bool L_8;
|
|
L_8 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_5, L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
|
|
L_9 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(16 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_SerialNumber() */, __this);
|
|
V_1 = L_9;
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11;
|
|
L_11 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(16 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_SerialNumber() */, L_10);
|
|
V_2 = L_11;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_1;
|
|
int32_t L_15 = V_3;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2;
|
|
int32_t L_19 = V_3;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
if ((((int32_t)L_17) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_22 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_23 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_Dispose_mDC516A5BF712329AC6C12CCF08F41C438EA0A4D5 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(20 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose(System.Boolean) */, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_Dispose_mF13A077D2ED8D5EDEB2CA0C71508AA2C3C9EE9F9 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_Finalize_mACCA9C9F2A237A9CCC5794349F875CC766016FC3 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0009:
|
|
{// begin finally (depth: 1)
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VirtualActionInvoker1< bool >::Invoke(20 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose(System.Boolean) */, __this, (bool)0);
|
|
goto IL_0010;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl__ctor_m7EDF52F692FFBF7527B6ECBBF39BC35444BFB287 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Mono.ISystemCertificateProvider System.Security.Cryptography.X509Certificates.X509Helper::get_CertificateProvider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509Helper_get_CertificateProvider_m60AB5F047E66DF8005486DB1FCFB5E79426074B3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0;
|
|
L_0 = DependencyInjector_get_SystemProvider_mE5A70536FA00E2120995E007441DE8BCA0372287(NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* Mono.ISystemCertificateProvider Mono.ISystemDependencyProvider::get_CertificateProvider() */, ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::InitFromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_InitFromCertificate_m585FCC10F6BB7B0EC3C05CE861FDBAA878BBBC33 (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_cert, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = X509Helper_get_CertificateProvider_m60AB5F047E66DF8005486DB1FCFB5E79426074B3(NULL);
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1 = ___0_cert;
|
|
NullCheck(L_0);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = InterfaceFuncInvoker2< X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, int32_t >::Invoke(2 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl Mono.ISystemCertificateProvider::Import(System.Security.Cryptography.X509Certificates.X509Certificate,Mono.CertificateImportFlags) */, ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var, L_0, L_1, 0);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::InitFromCertificate(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_InitFromCertificate_mBE47B2245F80871E40AF837899E411A58911614E (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = ___0_impl;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1 = ___0_impl;
|
|
NullCheck(L_1);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = VirtualFuncInvoker0< X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Helper::IsValid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Helper_IsValid_m3A9DFFDBF9599DD79DA135363956576F4F837751 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = ___0_impl;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_1 = ___0_impl;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateImpl::get_IsValid() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509Helper::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper_ThrowIfContextInvalid_m925EF739507BA9738AFE65C6382DF6D832C30588 (X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___0_impl, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = ___0_impl;
|
|
bool L_1;
|
|
L_1 = X509Helper_IsValid_m3A9DFFDBF9599DD79DA135363956576F4F837751(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_2;
|
|
L_2 = X509Helper_GetInvalidContextException_mA7CE683FAB3BE18FEFFBDE0D5C8EC7800F6E93DB(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Helper_ThrowIfContextInvalid_m925EF739507BA9738AFE65C6382DF6D832C30588_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Exception System.Security.Cryptography.X509Certificates.X509Helper::GetInvalidContextException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* X509Helper_GetInvalidContextException_mA7CE683FAB3BE18FEFFBDE0D5C8EC7800F6E93DB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0;
|
|
L_0 = Locale_GetText_m7BA18BC14D3028C4C4722E220800563188DA3600(_stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761, NULL);
|
|
CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_1 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::Import(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_Import_mA9110F901760B32A4ADCE86E5D9115B41FFFF39A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rawData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = X509Helper_get_CertificateProvider_m60AB5F047E66DF8005486DB1FCFB5E79426074B3(NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_rawData;
|
|
NullCheck(L_0);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_2;
|
|
L_2 = InterfaceFuncInvoker2< X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t >::Invoke(0 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl Mono.ISystemCertificateProvider::Import(System.Byte[],Mono.CertificateImportFlags) */, ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var, L_0, L_1, 0);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper::Import(System.Byte[],Microsoft.Win32.SafeHandles.SafePasswordHandle,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Helper_Import_m0E8AD0030994213DCA95445166B707732979C200 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_rawData, SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* ___1_password, int32_t ___2_keyStorageFlags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = X509Helper_get_CertificateProvider_m60AB5F047E66DF8005486DB1FCFB5E79426074B3(NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_rawData;
|
|
SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* L_2 = ___1_password;
|
|
int32_t L_3 = ___2_keyStorageFlags;
|
|
NullCheck(L_0);
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_4;
|
|
L_4 = InterfaceFuncInvoker4< X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463*, int32_t, int32_t >::Invoke(1 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl Mono.ISystemCertificateProvider::Import(System.Byte[],Microsoft.Win32.SafeHandles.SafePasswordHandle,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,Mono.CertificateImportFlags) */, ISystemCertificateProvider_tD96B63AE8138FB217E95424DDE8330800003146D_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, 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.Principal.WindowsIdentity::.ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity__ctor_m28E6A48B3768D8FBEC5C740B25EF86EB52A0EABB (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, intptr_t ___0_userToken, String_t* ___1_type, int32_t ___2_acctType, bool ___3_isAuthenticated, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity__ctor_m043B939C5C8DE700CF7449D881E1465BC4201422(__this, NULL);
|
|
String_t* L_0 = ___1_type;
|
|
__this->____type_14 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_14), (void*)L_0);
|
|
int32_t L_1 = ___2_acctType;
|
|
__this->____account_15 = L_1;
|
|
bool L_2 = ___3_isAuthenticated;
|
|
__this->____authenticated_16 = L_2;
|
|
__this->____name_17 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_17), (void*)(String_t*)NULL);
|
|
intptr_t L_3 = ___0_userToken;
|
|
WindowsIdentity_SetToken_m640262A39E6402112AEED1ED7861EC6007DF9A3D(__this, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity__ctor_mB1D90B858588684A18554E7CABEAF1434924D037 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity__ctor_m043B939C5C8DE700CF7449D881E1465BC4201422(__this, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
__this->____info_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____info_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity_Dispose_m12B21D5AD8B11328A8A3D9DFC13EF32521CAAB03 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
__this->____token_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Security.Principal.WindowsIdentity System.Security.Principal.WindowsIdentity::GetCurrent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* WindowsIdentity_GetCurrent_m0342726F56EC6A97EC2884D2A43069ADAAD09574 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
intptr_t L_0;
|
|
L_0 = WindowsIdentity_GetCurrentToken_m9B49C8DBA05E262CEBA00A6B70E82C900D0F0EE6(NULL);
|
|
WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* L_1 = (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459*)il2cpp_codegen_object_new(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
WindowsIdentity__ctor_m28E6A48B3768D8FBEC5C740B25EF86EB52A0EABB(L_1, L_0, (String_t*)NULL, 0, (bool)1, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Security.Principal.WindowsImpersonationContext System.Security.Principal.WindowsIdentity::Impersonate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* WindowsIdentity_Impersonate_mA08E5D178832B2A998AD2AD50625F1EBCE577462 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = __this->____token_13;
|
|
WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* L_1 = (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F*)il2cpp_codegen_object_new(WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
WindowsImpersonationContext__ctor_mC0D94E62ECC6D051D5B6DF0E35D4AA2200B249BC(L_1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Security.Principal.WindowsIdentity::get_AuthenticationType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WindowsIdentity_get_AuthenticationType_m4D7DD6886C6B3C7EB4FFC837CD6B7D7FF9441C1A (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____type_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Security.Principal.WindowsIdentity::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WindowsIdentity_get_Name_mCB647D7321325E9994E065DEC9FE4D15B809BC92 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->____name_17;
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1 = __this->____token_13;
|
|
il2cpp_codegen_runtime_class_init_inline(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96(L_1, NULL);
|
|
__this->____name_17 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_17), (void*)L_2);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_3 = __this->____name_17;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6FF976D247451D49C9646DC0FC6E7F9375AEE940 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, RuntimeObject* ___0_sender, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A83D8213C45788BC9AF87295C8EDCF367D66C61);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67EBB666DFDF5450ADBAFC1D064E3F530C234698);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D41BFE5A9A4AF214E9051D85B9522290400E660);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC8991800188E3121BC7B004105E3FBFD05F42E8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1A4AB7E50D68A602D031830D1B441260076CE3A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = __this->____info_18;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_2;
|
|
L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_3;
|
|
L_3 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_0, _stringLiteral2A83D8213C45788BC9AF87295C8EDCF367D66C61, L_2, NULL);
|
|
__this->____token_13 = ((*(intptr_t*)((intptr_t*)(intptr_t*)UnBox(L_3, IntPtr_t_il2cpp_TypeInfo_var))));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = __this->____info_18;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_4, _stringLiteral67EBB666DFDF5450ADBAFC1D064E3F530C234698, NULL);
|
|
__this->____name_17 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_17), (void*)L_5);
|
|
String_t* L_6 = __this->____name_17;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_7 = __this->____token_13;
|
|
il2cpp_codegen_runtime_class_init_inline(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
String_t* L_8;
|
|
L_8 = WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96(L_7, NULL);
|
|
String_t* L_9 = __this->____name_17;
|
|
bool L_10;
|
|
L_10 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_11 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_11);
|
|
SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6D25BC3E28DD740138D814A4B472220EE78AA83)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6FF976D247451D49C9646DC0FC6E7F9375AEE940_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
intptr_t L_12 = __this->____token_13;
|
|
il2cpp_codegen_runtime_class_init_inline(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
String_t* L_13;
|
|
L_13 = WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96(L_12, NULL);
|
|
__this->____name_17 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_17), (void*)L_13);
|
|
String_t* L_14 = __this->____name_17;
|
|
if (L_14)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_15 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_15);
|
|
SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3887F8FA1F07E9672323D919AF28D55E61C53296)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6FF976D247451D49C9646DC0FC6E7F9375AEE940_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_16 = __this->____info_18;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_16, _stringLiteralBC8991800188E3121BC7B004105E3FBFD05F42E8, NULL);
|
|
__this->____type_14 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_14), (void*)L_17);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_18 = __this->____info_18;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_20;
|
|
L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL);
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_21;
|
|
L_21 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_18, _stringLiteral9D41BFE5A9A4AF214E9051D85B9522290400E660, L_20, NULL);
|
|
__this->____account_15 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_21, WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_il2cpp_TypeInfo_var))));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_22 = __this->____info_18;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5(L_22, _stringLiteralD1A4AB7E50D68A602D031830D1B441260076CE3A, NULL);
|
|
__this->____authenticated_16 = L_23;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m8066F556401DB4EB2EED531073FA92C643FA6D80 (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A83D8213C45788BC9AF87295C8EDCF367D66C61);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67EBB666DFDF5450ADBAFC1D064E3F530C234698);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D41BFE5A9A4AF214E9051D85B9522290400E660);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC8991800188E3121BC7B004105E3FBFD05F42E8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1A4AB7E50D68A602D031830D1B441260076CE3A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
intptr_t L_1 = __this->____token_13;
|
|
intptr_t L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_2);
|
|
NullCheck(L_0);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_0, _stringLiteral2A83D8213C45788BC9AF87295C8EDCF367D66C61, L_3, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info;
|
|
String_t* L_5 = __this->____name_17;
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteral67EBB666DFDF5450ADBAFC1D064E3F530C234698, L_5, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info;
|
|
String_t* L_7 = __this->____type_14;
|
|
NullCheck(L_6);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_6, _stringLiteralBC8991800188E3121BC7B004105E3FBFD05F42E8, L_7, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_info;
|
|
int32_t L_9 = __this->____account_15;
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject* L_11 = Box(WindowsAccountType_t95C9A97477D5AEF75DFB4B5C6FBC86B9EFEE0FC4_il2cpp_TypeInfo_var, &L_10);
|
|
NullCheck(L_8);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_8, _stringLiteral9D41BFE5A9A4AF214E9051D85B9522290400E660, L_11, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_12 = ___0_info;
|
|
bool L_13 = __this->____authenticated_16;
|
|
NullCheck(L_12);
|
|
SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D(L_12, _stringLiteralD1A4AB7E50D68A602D031830D1B441260076CE3A, L_13, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::SetToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity_SetToken_m640262A39E6402112AEED1ED7861EC6007DF9A3D (WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459* __this, intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21B45266A9E5D4A4E1FD6ED1C4BDD96310729525);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0;
|
|
L_0 = Environment_get_IsUnix_mF59B7EC4C2D4A9818254C5EDFD5A68F5601E4C35(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1 = ___0_token;
|
|
__this->____token_13 = L_1;
|
|
String_t* L_2 = __this->____type_14;
|
|
if (L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
__this->____type_14 = _stringLiteral21B45266A9E5D4A4E1FD6ED1C4BDD96310729525;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_14), (void*)_stringLiteral21B45266A9E5D4A4E1FD6ED1C4BDD96310729525);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
intptr_t L_3 = __this->____token_13;
|
|
intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_5;
|
|
L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
__this->____account_15 = 2;
|
|
return;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
intptr_t L_6 = ___0_token;
|
|
il2cpp_codegen_runtime_class_init_inline(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
intptr_t L_7 = ((WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_StaticFields*)il2cpp_codegen_static_fields_for(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var))->___invalidWindows_19;
|
|
bool L_8;
|
|
L_8 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = __this->____account_15;
|
|
if ((((int32_t)L_9) == ((int32_t)3)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2140245BFA0D7BF3DAB71760C8E92E9DC27D44A2)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsIdentity_SetToken_m640262A39E6402112AEED1ED7861EC6007DF9A3D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
intptr_t L_11 = ___0_token;
|
|
__this->____token_13 = L_11;
|
|
String_t* L_12 = __this->____type_14;
|
|
if (L_12)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
__this->____type_14 = _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_14), (void*)_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsIdentity_GetCurrentToken_m9B49C8DBA05E262CEBA00A6B70E82C900D0F0EE6 (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*WindowsIdentity_GetCurrentToken_m9B49C8DBA05E262CEBA00A6B70E82C900D0F0EE6_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsIdentity_GetCurrentToken_m9B49C8DBA05E262CEBA00A6B70E82C900D0F0EE6_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetCurrentToken) ();
|
|
}
|
|
// System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96 (intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsIdentity_GetTokenName_m9909ABBA241ECEC7553A55936A3E9FE7C660FD96_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetTokenName) (___0_token);
|
|
}
|
|
// System.Void System.Security.Principal.WindowsIdentity::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsIdentity__cctor_m2A23C20429D7E9FD2ACD2C3CEA5DC15CC92F271E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
((WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_StaticFields*)il2cpp_codegen_static_fields_for(WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var))->___invalidWindows_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Principal.WindowsImpersonationContext::.ctor(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsImpersonationContext__ctor_mC0D94E62ECC6D051D5B6DF0E35D4AA2200B249BC (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* __this, intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
intptr_t L_0 = ___0_token;
|
|
intptr_t L_1;
|
|
L_1 = WindowsImpersonationContext_DuplicateToken_mC0D308BC37C8394B8F634F6B90EDA066B953E935(L_0, NULL);
|
|
__this->____token_0 = L_1;
|
|
intptr_t L_2 = ___0_token;
|
|
bool L_3;
|
|
L_3 = WindowsImpersonationContext_SetCurrentToken_m106B87CD6CC61DED67C36EC5D1F1A17A46832657(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C* L_4 = (SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
SecurityException__ctor_m0998D0D6AAB191E05A9FA69255F57B8AFCABD01A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9CB6F0E7E1174DEC357C1E5062576FDF3BCEFDF1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsImpersonationContext__ctor_mC0D94E62ECC6D051D5B6DF0E35D4AA2200B249BC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
__this->___undo_1 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsImpersonationContext::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsImpersonationContext_Dispose_mD19F862B3D5518ED56FBE674AD3D5F67341489A0 (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___undo_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
WindowsImpersonationContext_Undo_m733F7868660F9D2046D1E4BCCAC44CF63990225D(__this, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Principal.WindowsImpersonationContext::Undo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsImpersonationContext_Undo_m733F7868660F9D2046D1E4BCCAC44CF63990225D (WindowsImpersonationContext_t6F4CE98646ADFCC0D04B0027FB1CC5D48ABA116F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0;
|
|
L_0 = WindowsImpersonationContext_RevertToSelf_m682A701D1EC6671040FF30C0DDB061696578AC3B(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1 = __this->____token_0;
|
|
bool L_2;
|
|
L_2 = WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC(L_1, NULL);
|
|
SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C* L_3 = (SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
SecurityException__ctor_m0998D0D6AAB191E05A9FA69255F57B8AFCABD01A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91FFB0132E9712590CA961871EB1BA8CB9115380)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsImpersonationContext_Undo_m733F7868660F9D2046D1E4BCCAC44CF63990225D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
intptr_t L_4 = __this->____token_0;
|
|
bool L_5;
|
|
L_5 = WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC(L_4, NULL);
|
|
__this->___undo_1 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::CloseToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC (intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsImpersonationContext_CloseToken_mF3F9A957BA28FE914F2E6F29DA9C080CAD40F2FC_ftn)mscorlib::System::Security::Principal::WindowsImpersonationContext::CloseToken) (___0_token);
|
|
}
|
|
// System.IntPtr System.Security.Principal.WindowsImpersonationContext::DuplicateToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsImpersonationContext_DuplicateToken_mC0D308BC37C8394B8F634F6B90EDA066B953E935 (intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*WindowsImpersonationContext_DuplicateToken_mC0D308BC37C8394B8F634F6B90EDA066B953E935_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsImpersonationContext_DuplicateToken_mC0D308BC37C8394B8F634F6B90EDA066B953E935_ftn)mscorlib::System::Security::Principal::WindowsImpersonationContext::DuplicateToken) (___0_token);
|
|
}
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::SetCurrentToken(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_SetCurrentToken_m106B87CD6CC61DED67C36EC5D1F1A17A46832657 (intptr_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*WindowsImpersonationContext_SetCurrentToken_m106B87CD6CC61DED67C36EC5D1F1A17A46832657_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsImpersonationContext_SetCurrentToken_m106B87CD6CC61DED67C36EC5D1F1A17A46832657_ftn)mscorlib::System::Security::Principal::WindowsImpersonationContext::SetCurrentToken) (___0_token);
|
|
}
|
|
// System.Boolean System.Security.Principal.WindowsImpersonationContext::RevertToSelf()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsImpersonationContext_RevertToSelf_m682A701D1EC6671040FF30C0DDB061696578AC3B (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*WindowsImpersonationContext_RevertToSelf_m682A701D1EC6671040FF30C0DDB061696578AC3B_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((WindowsImpersonationContext_RevertToSelf_m682A701D1EC6671040FF30C0DDB061696578AC3B_ftn)mscorlib::System::Security::Principal::WindowsImpersonationContext::RevertToSelf) ();
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang 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.Claims.Claim::.ctor(System.String,System.String,System.String,System.String,System.String,System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m011F310C596EC39DFA58DB96143DA8355A1DB21C (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, String_t* ___0_type, String_t* ___1_value, String_t* ___2_valueType, String_t* ___3_issuer, String_t* ___4_originalIssuer, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___5_subject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_type;
|
|
String_t* L_1 = ___1_value;
|
|
String_t* L_2 = ___2_valueType;
|
|
String_t* L_3 = ___3_issuer;
|
|
String_t* L_4 = ___4_originalIssuer;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_5 = ___5_subject;
|
|
Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190(__this, L_0, L_1, L_2, L_3, L_4, L_5, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.Claim::.ctor(System.String,System.String,System.String,System.String,System.String,System.Security.Claims.ClaimsIdentity,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, String_t* ___0_type, String_t* ___1_value, String_t* ___2_valueType, String_t* ___3_issuer, String_t* ___4_originalIssuer, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___5_subject, String_t* ___6_propertyKey, String_t* ___7_propertyValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
__this->___m_propertyLock_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_propertyLock_7), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_1 = ___0_type;
|
|
if (L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
String_t* L_3 = ___1_value;
|
|
if (L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Claim__ctor_m8FAB1FAAF90F16A798D1D70092E52538E4370190_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
String_t* L_5 = ___0_type;
|
|
__this->___m_type_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_type_2), (void*)L_5);
|
|
String_t* L_6 = ___1_value;
|
|
__this->___m_value_3 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_value_3), (void*)L_6);
|
|
String_t* L_7 = ___2_valueType;
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_valueType_4 = _stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_valueType_4), (void*)_stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48);
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
String_t* L_9 = ___2_valueType;
|
|
__this->___m_valueType_4 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_valueType_4), (void*)L_9);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
String_t* L_10 = ___3_issuer;
|
|
bool L_11;
|
|
L_11 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_issuer_0 = _stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_issuer_0), (void*)_stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092);
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
String_t* L_12 = ___3_issuer;
|
|
__this->___m_issuer_0 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_issuer_0), (void*)L_12);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
String_t* L_13 = ___4_originalIssuer;
|
|
bool L_14;
|
|
L_14 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = __this->___m_issuer_0;
|
|
__this->___m_originalIssuer_1 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalIssuer_1), (void*)L_15);
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
String_t* L_16 = ___4_originalIssuer;
|
|
__this->___m_originalIssuer_1 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalIssuer_1), (void*)L_16);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_17 = ___5_subject;
|
|
__this->___m_subject_8 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_subject_8), (void*)L_17);
|
|
String_t* L_18 = ___6_propertyKey;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_19;
|
|
L_19 = Claim_get_Properties_m8E9326E483B3535687B4092032496256DFEDD205(__this, NULL);
|
|
String_t* L_20 = ___6_propertyKey;
|
|
String_t* L_21 = ___7_propertyValue;
|
|
NullCheck(L_19);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2<System.String,System.String>::Add(TKey,TValue) */, IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF_il2cpp_TypeInfo_var, L_19, L_20, L_21);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.Claim::.ctor(System.Security.Claims.Claim,System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim__ctor_m4BA66ECEAC41DB8B505120C58D4C1B31D0D37215 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___0_other, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___1_subject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6C974325ADBDD3ECEBAA290D7940AC282C56386A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE8FB9EBD177219F5AC0BF48642FB47D3E186C283_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4620EF2C1DF7D94D5A511226C42A3A42040B1C9E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
__this->___m_propertyLock_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_propertyLock_7), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_1 = ___0_other;
|
|
if (L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Claim__ctor_m4BA66ECEAC41DB8B505120C58D4C1B31D0D37215_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_3 = ___0_other;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->___m_issuer_0;
|
|
__this->___m_issuer_0 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_issuer_0), (void*)L_4);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_5 = ___0_other;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___m_originalIssuer_1;
|
|
__this->___m_originalIssuer_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalIssuer_1), (void*)L_6);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_7 = ___1_subject;
|
|
__this->___m_subject_8 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_subject_8), (void*)L_7);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_8 = ___0_other;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->___m_type_2;
|
|
__this->___m_type_2 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_type_2), (void*)L_9);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_10 = ___0_other;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->___m_value_3;
|
|
__this->___m_value_3 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_value_3), (void*)L_11);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_12 = ___0_other;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___m_valueType_4;
|
|
__this->___m_valueType_4 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_valueType_4), (void*)L_13);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_14 = ___0_other;
|
|
NullCheck(L_14);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_15 = L_14->___m_properties_6;
|
|
if (!L_15)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_16 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_16, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
__this->___m_properties_6 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_properties_6), (void*)L_16);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_17 = ___0_other;
|
|
NullCheck(L_17);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_18 = L_17->___m_properties_6;
|
|
NullCheck(L_18);
|
|
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* L_19;
|
|
L_19 = Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9(L_18, Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var);
|
|
NullCheck(L_19);
|
|
Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 L_20;
|
|
L_20 = KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22(L_19, KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var);
|
|
V_0 = L_20;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b3:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m6C974325ADBDD3ECEBAA290D7940AC282C56386A((&V_0), Enumerator_Dispose_m6C974325ADBDD3ECEBAA290D7940AC282C56386A_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00a8_1;
|
|
}
|
|
|
|
IL_0088_1:
|
|
{
|
|
String_t* L_21;
|
|
L_21 = Enumerator_get_Current_m4620EF2C1DF7D94D5A511226C42A3A42040B1C9E_inline((&V_0), Enumerator_get_Current_m4620EF2C1DF7D94D5A511226C42A3A42040B1C9E_RuntimeMethod_var);
|
|
V_1 = L_21;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_22 = __this->___m_properties_6;
|
|
String_t* L_23 = V_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_24 = ___0_other;
|
|
NullCheck(L_24);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_25 = L_24->___m_properties_6;
|
|
String_t* L_26 = V_1;
|
|
NullCheck(L_25);
|
|
String_t* L_27;
|
|
L_27 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_25, L_26, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_22);
|
|
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_22, L_23, L_27, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a8_1:
|
|
{
|
|
bool L_28;
|
|
L_28 = Enumerator_MoveNext_mE8FB9EBD177219F5AC0BF48642FB47D3E186C283((&V_0), Enumerator_MoveNext_mE8FB9EBD177219F5AC0BF48642FB47D3E186C283_RuntimeMethod_var);
|
|
if (L_28)
|
|
{
|
|
goto IL_0088_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_29 = ___0_other;
|
|
NullCheck(L_29);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = L_29->___m_userSerializationData_5;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_31 = ___0_other;
|
|
NullCheck(L_31);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = L_31->___m_userSerializationData_5;
|
|
NullCheck((RuntimeArray*)L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_32, NULL);
|
|
__this->___m_userSerializationData_5 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_33, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_userSerializationData_5), (void*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_33, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.Claim::OnDeserializedMethod(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim_OnDeserializedMethod_mE66745B476471B1C9FC6E7C9BA5E2FBE87722578 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
__this->___m_propertyLock_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_propertyLock_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IDictionary`2<System.String,System.String> System.Security.Claims.Claim::get_Properties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claim_get_Properties_m8E9326E483B3535687B4092032496256DFEDD205 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___m_properties_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = __this->___m_propertyLock_7;
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002e:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_5 = __this->___m_properties_6;
|
|
if (L_5)
|
|
{
|
|
goto IL_002c_1;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_6 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_6, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
__this->___m_properties_6 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_properties_6), (void*)L_6);
|
|
}
|
|
|
|
IL_002c_1:
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = __this->___m_properties_6;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.Claim::get_Subject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* Claim_get_Subject_mB66477534A26C71671C1A2E7D1CD09CE6A278782 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = __this->___m_subject_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.Claim::set_Subject(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claim_set_Subject_m1007A45AA2690A177590DDA667170C9807C7D4D1 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = ___0_value;
|
|
__this->___m_subject_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_subject_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.Claim::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Claim_get_Type_mA301AF5212B25CC57E3E7BE481FEDEF0A8E9DFB8 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.Claim::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Claim_get_Value_m50E28A1568B1A2622F58DCD4EBF2382BB980B1CE (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_value_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Security.Claims.Claim System.Security.Claims.Claim::Clone(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* Claim_Clone_m920EE2B17A3AB5486F0C300322C2AB60D0447BF5 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_identity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = ___0_identity;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_1 = (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*)il2cpp_codegen_object_new(Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Claim__ctor_m4BA66ECEAC41DB8B505120C58D4C1B31D0D37215(L_1, __this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.Claim::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Claim_ToString_m86710920EB19157F9C518EC08DEB8D7AEAFAC325 (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
|
|
L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_1 = __this->___m_type_2;
|
|
String_t* L_2 = __this->___m_value_3;
|
|
String_t* L_3;
|
|
L_3 = String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56(L_0, _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_m043B939C5C8DE700CF7449D881E1465BC4201422 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity__ctor_m033E317BAAAD4FDD971107B917377301F4B89CAA(__this, (RuntimeObject*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_m033E317BAAAD4FDD971107B917377301F4B89CAA (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_claims, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_claims;
|
|
ClaimsIdentity__ctor_mDF94CE44ADC9B2A89AB78E6702B3FB686167A1FA(__this, (RuntimeObject*)NULL, L_0, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_mDF94CE44ADC9B2A89AB78E6702B3FB686167A1FA (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_identity, RuntimeObject* ___1_claims, String_t* ___2_authenticationType, String_t* ___3_nameType, String_t* ___4_roleType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_identity;
|
|
RuntimeObject* L_1 = ___1_claims;
|
|
String_t* L_2 = ___2_authenticationType;
|
|
String_t* L_3 = ___3_nameType;
|
|
String_t* L_4 = ___4_roleType;
|
|
ClaimsIdentity__ctor_mB5BE300A143EB60688509AB117CB7CADF9F26916(__this, L_0, L_1, L_2, L_3, L_4, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>,System.String,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_mB5BE300A143EB60688509AB117CB7CADF9F26916 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_identity, RuntimeObject* ___1_claims, String_t* ___2_authenticationType, String_t* ___3_nameType, String_t* ___4_roleType, bool ___5_checkAuthType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_0 = (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)il2cpp_codegen_object_new(List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56(L_0, List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
__this->___m_instanceClaims_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_instanceClaims_1), (void*)L_0);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_1 = (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*)il2cpp_codegen_object_new(Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA(L_1, Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
__this->___m_externalClaims_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_externalClaims_2), (void*)L_1);
|
|
__this->___m_nameType_3 = _stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_nameType_3), (void*)_stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A);
|
|
__this->___m_roleType_4 = _stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_roleType_4), (void*)_stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF);
|
|
__this->___m_version_5 = _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_version_5), (void*)_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
bool L_2 = ___5_checkAuthType;
|
|
if (!L_2)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_identity;
|
|
if (!L_3)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___2_authenticationType;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = ___0_identity;
|
|
if (!((WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459*)IsInstClass((RuntimeObject*)L_6, WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_7 = ___0_identity;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Security.Principal.IIdentity::get_AuthenticationType() */, IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var, L_7);
|
|
__this->___m_authenticationType_7 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_authenticationType_7), (void*)L_8);
|
|
goto IL_0085;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0066;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0066:
|
|
{// begin catch(System.UnauthorizedAccessException)
|
|
__this->___m_authenticationType_7 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_authenticationType_7), (void*)(String_t*)NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_0085;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0070:
|
|
{
|
|
RuntimeObject* L_9 = ___0_identity;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Security.Principal.IIdentity::get_AuthenticationType() */, IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var, L_9);
|
|
__this->___m_authenticationType_7 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_authenticationType_7), (void*)L_10);
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
String_t* L_11 = ___2_authenticationType;
|
|
__this->___m_authenticationType_7 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_authenticationType_7), (void*)L_11);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
String_t* L_12 = ___3_nameType;
|
|
bool L_13;
|
|
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = ___3_nameType;
|
|
__this->___m_nameType_3 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_nameType_3), (void*)L_14);
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
String_t* L_15 = ___4_roleType;
|
|
bool L_16;
|
|
L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ___4_roleType;
|
|
__this->___m_roleType_4 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_roleType_4), (void*)L_17);
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
RuntimeObject* L_18 = ___0_identity;
|
|
V_2 = ((ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)IsInstClass((RuntimeObject*)L_18, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var));
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_20 = V_2;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = L_20->___m_label_9;
|
|
__this->___m_label_9 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_label_9), (void*)L_21);
|
|
bool L_22 = V_0;
|
|
if (L_22)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = L_23->___m_nameType_3;
|
|
__this->___m_nameType_3 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_nameType_3), (void*)L_24);
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
bool L_25 = V_1;
|
|
if (L_25)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
String_t* L_27 = L_26->___m_roleType_4;
|
|
__this->___m_roleType_4 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_roleType_4), (void*)L_27);
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_28 = V_2;
|
|
NullCheck(L_28);
|
|
RuntimeObject* L_29 = L_28->___m_bootstrapContext_8;
|
|
__this->___m_bootstrapContext_8 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_bootstrapContext_8), (void*)L_29);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_31;
|
|
L_31 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_30, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_32 = V_2;
|
|
NullCheck(L_32);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_33;
|
|
L_33 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_32, NULL);
|
|
bool L_34;
|
|
L_34 = ClaimsIdentity_IsCircular_mA6224B4C07FB938C823D6A23C7B77D565DB94223(__this, L_33, NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
bool L_35 = ((AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var))->___SetActorAsReferenceWhenCopyingClaimsIdentity_0;
|
|
if (L_35)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_37;
|
|
L_37 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_36, NULL);
|
|
NullCheck(L_37);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_38;
|
|
L_38 = VirtualFuncInvoker0< ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* >::Invoke(9 /* System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::Clone() */, L_37);
|
|
__this->___m_actor_6 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_actor_6), (void*)L_38);
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_40;
|
|
L_40 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_39, NULL);
|
|
__this->___m_actor_6 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_actor_6), (void*)L_40);
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
String_t* L_41;
|
|
L_41 = Environment_GetResourceString_mA14837A574D24E2F2D120D7B5514E849E9986058(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7A5A02DE7FF9979605DD1D2F4AF44CB13DCE936)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_42 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_42);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_42, L_41, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity__ctor_mB5BE300A143EB60688509AB117CB7CADF9F26916_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_43 = V_2;
|
|
if (!((WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459*)IsInstClass((RuntimeObject*)L_43, WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
if (((WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459*)IsInstClass((RuntimeObject*)__this, WindowsIdentity_t18EC60B678C8A1AA9A67A89BC3BCFA1CC1E2C459_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_44 = V_2;
|
|
NullCheck(L_44);
|
|
RuntimeObject* L_45;
|
|
L_45 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity::get_Claims() */, L_44);
|
|
ClaimsIdentity_SafeAddClaims_m1A81DD7454F785BBA5AE2B2DBF599320BBA70CDF(__this, L_45, NULL);
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_46 = V_2;
|
|
NullCheck(L_46);
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_47 = L_46->___m_instanceClaims_1;
|
|
ClaimsIdentity_SafeAddClaims_m1A81DD7454F785BBA5AE2B2DBF599320BBA70CDF(__this, L_47, NULL);
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = L_48->___m_userSerializationData_0;
|
|
if (!L_49)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_50 = V_2;
|
|
NullCheck(L_50);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = L_50->___m_userSerializationData_0;
|
|
NullCheck((RuntimeArray*)L_51);
|
|
RuntimeObject* L_52;
|
|
L_52 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_51, NULL);
|
|
__this->___m_userSerializationData_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_52, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_userSerializationData_0), (void*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_52, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)));
|
|
goto IL_01bd;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
RuntimeObject* L_53 = ___0_identity;
|
|
if (!L_53)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_54 = ___0_identity;
|
|
NullCheck(L_54);
|
|
String_t* L_55;
|
|
L_55 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Security.Principal.IIdentity::get_Name() */, IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var, L_54);
|
|
bool L_56;
|
|
L_56 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_55, NULL);
|
|
if (L_56)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_57 = __this->___m_nameType_3;
|
|
RuntimeObject* L_58 = ___0_identity;
|
|
NullCheck(L_58);
|
|
String_t* L_59;
|
|
L_59 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Security.Principal.IIdentity::get_Name() */, IIdentity_tBB5D8B8DE9EC3D8C9F92BB7038257E31E488896A_il2cpp_TypeInfo_var, L_58);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_60 = (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*)il2cpp_codegen_object_new(Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_60);
|
|
Claim__ctor_m011F310C596EC39DFA58DB96143DA8355A1DB21C(L_60, L_57, L_59, _stringLiteral44734C55AADD3B0F596B338566A40615FA9D0D48, _stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092, _stringLiteral37D96D2016B6C218E3BEF392A4D339200B617092, __this, NULL);
|
|
ClaimsIdentity_SafeAddClaim_mE5B9F20C53DE1A93DF3A292897387DBFEE1362D6(__this, L_60, NULL);
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
RuntimeObject* L_61 = ___1_claims;
|
|
if (!L_61)
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_62 = ___1_claims;
|
|
ClaimsIdentity_SafeAddClaims_m1A81DD7454F785BBA5AE2B2DBF599320BBA70CDF(__this, L_62, NULL);
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity__ctor_m05D0978E3008C96F8F10C26705D373A1312FEA41 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_0 = (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)il2cpp_codegen_object_new(List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56(L_0, List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
__this->___m_instanceClaims_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_instanceClaims_1), (void*)L_0);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_1 = (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*)il2cpp_codegen_object_new(Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA(L_1, Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
__this->___m_externalClaims_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_externalClaims_2), (void*)L_1);
|
|
__this->___m_nameType_3 = _stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_nameType_3), (void*)_stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A);
|
|
__this->___m_roleType_4 = _stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_roleType_4), (void*)_stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF);
|
|
__this->___m_version_5 = _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_version_5), (void*)_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info;
|
|
if (L_2)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity__ctor_m05D0978E3008C96F8F10C26705D373A1312FEA41_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_5 = ___1_context;
|
|
ClaimsIdentity_Deserialize_mE9D6245226D50987A80C74FB14EC116A5B01C6F0(__this, L_4, L_5, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.ClaimsIdentity::get_AuthenticationType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClaimsIdentity_get_AuthenticationType_m0041DFF01C419B116AB56DB4735BC11B5AEE2D38 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_authenticationType_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::get_Actor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = __this->___m_actor_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::set_Actor(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_1 = ___0_value;
|
|
bool L_2;
|
|
L_2 = ClaimsIdentity_IsCircular_mA6224B4C07FB938C823D6A23C7B77D565DB94223(__this, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = Environment_GetResourceString_mA14837A574D24E2F2D120D7B5514E849E9986058(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7A5A02DE7FF9979605DD1D2F4AF44CB13DCE936)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_5 = ___0_value;
|
|
__this->___m_actor_6 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_actor_6), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity::get_Claims()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClaimsIdentity_get_Claims_m6FACB6D290489655FCCD368D006B79D8BE52F7ED (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* L_0 = (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F*)il2cpp_codegen_object_new(U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3Cget_ClaimsU3Ed__51__ctor_mBA97A1839580364E91F8E772080E4EC93FD1CD9F(L_0, ((int32_t)-2), NULL);
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.ClaimsIdentity::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClaimsIdentity_get_Name_mDDA3D3DC2BEADAFF930597AAFA55E91742E97AE1 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___m_nameType_3;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_1;
|
|
L_1 = VirtualFuncInvoker1< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*, String_t* >::Invoke(10 /* System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity::FindFirst(System.String) */, __this, L_0);
|
|
V_0 = L_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Claim_get_Value_m50E28A1568B1A2622F58DCD4EBF2382BB980B1CE_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ClaimsIdentity_Clone_mC57ECCF7617D476B6334A9A6870FD42E7C47BF9E (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* V_0 = NULL;
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_0 = __this->___m_instanceClaims_1;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_1 = (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)il2cpp_codegen_object_new(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ClaimsIdentity__ctor_m033E317BAAAD4FDD971107B917377301F4B89CAA(L_1, L_0, NULL);
|
|
V_0 = L_1;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_2 = V_0;
|
|
String_t* L_3 = __this->___m_authenticationType_7;
|
|
NullCheck(L_2);
|
|
L_2->___m_authenticationType_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___m_authenticationType_7), (void*)L_3);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_4 = V_0;
|
|
RuntimeObject* L_5 = __this->___m_bootstrapContext_8;
|
|
NullCheck(L_4);
|
|
L_4->___m_bootstrapContext_8 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___m_bootstrapContext_8), (void*)L_5);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_6 = V_0;
|
|
String_t* L_7 = __this->___m_label_9;
|
|
NullCheck(L_6);
|
|
L_6->___m_label_9 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___m_label_9), (void*)L_7);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_8 = V_0;
|
|
String_t* L_9 = __this->___m_nameType_3;
|
|
NullCheck(L_8);
|
|
L_8->___m_nameType_3 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___m_nameType_3), (void*)L_9);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_10 = V_0;
|
|
String_t* L_11 = __this->___m_roleType_4;
|
|
NullCheck(L_10);
|
|
L_10->___m_roleType_4 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___m_roleType_4), (void*)L_11);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_12;
|
|
L_12 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(__this, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_13;
|
|
L_13 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(__this, NULL);
|
|
bool L_14;
|
|
L_14 = ClaimsIdentity_IsCircular_mA6224B4C07FB938C823D6A23C7B77D565DB94223(__this, L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = ((AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var))->___SetActorAsReferenceWhenCopyingClaimsIdentity_0;
|
|
if (L_15)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_16 = V_0;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_17;
|
|
L_17 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_18;
|
|
L_18 = VirtualFuncInvoker0< ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* >::Invoke(9 /* System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsIdentity::Clone() */, L_17);
|
|
NullCheck(L_16);
|
|
ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D(L_16, L_18, NULL);
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_19 = V_0;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_20;
|
|
L_20 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(__this, NULL);
|
|
NullCheck(L_19);
|
|
ClaimsIdentity_set_Actor_mBC778828372D553C2CE52B780378A320E086BC8D(L_19, L_20, NULL);
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
String_t* L_21;
|
|
L_21 = Environment_GetResourceString_mA14837A574D24E2F2D120D7B5514E849E9986058(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7A5A02DE7FF9979605DD1D2F4AF44CB13DCE936)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_22 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_22, L_21, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity_Clone_mC57ECCF7617D476B6334A9A6870FD42E7C47BF9E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_23 = V_0;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::SafeAddClaims(System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_SafeAddClaims_m1A81DD7454F785BBA5AE2B2DBF599320BBA70CDF (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, RuntimeObject* ___0_claims, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_claims;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>::GetEnumerator() */, IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0043:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
|
|
IL_0009_1:
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_5;
|
|
L_5 = InterfaceFuncInvoker0< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim>::get_Current() */, IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_7;
|
|
L_7 = Claim_get_Subject_mB66477534A26C71671C1A2E7D1CD09CE6A278782_inline(L_6, NULL);
|
|
if ((!(((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)L_7) == ((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)__this))))
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_8 = __this->___m_instanceClaims_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_9 = V_1;
|
|
NullCheck(L_8);
|
|
List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_inline(L_8, L_9, List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
goto IL_0039_1;
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_10 = __this->___m_instanceClaims_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_12;
|
|
L_12 = VirtualFuncInvoker1< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* >::Invoke(4 /* System.Security.Claims.Claim System.Security.Claims.Claim::Clone(System.Security.Claims.ClaimsIdentity) */, L_11, __this);
|
|
NullCheck(L_10);
|
|
List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_inline(L_10, L_12, List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
RuntimeObject* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_0009_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::SafeAddClaim(System.Security.Claims.Claim)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_SafeAddClaim_mE5B9F20C53DE1A93DF3A292897387DBFEE1362D6 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ___0_claim, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_0 = ___0_claim;
|
|
NullCheck(L_0);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_1;
|
|
L_1 = Claim_get_Subject_mB66477534A26C71671C1A2E7D1CD09CE6A278782_inline(L_0, NULL);
|
|
if ((!(((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)L_1) == ((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)__this))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_2 = __this->___m_instanceClaims_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_3 = ___0_claim;
|
|
NullCheck(L_2);
|
|
List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_inline(L_2, L_3, List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_4 = __this->___m_instanceClaims_1;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_5 = ___0_claim;
|
|
NullCheck(L_5);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_6;
|
|
L_6 = VirtualFuncInvoker1< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* >::Invoke(4 /* System.Security.Claims.Claim System.Security.Claims.Claim::Clone(System.Security.Claims.ClaimsIdentity) */, L_5, __this);
|
|
NullCheck(L_4);
|
|
List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_inline(L_4, L_6, List_1_Add_m54794DEBB41E45C4CA445E3F74668E9FF3A452BD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity::FindFirst(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* ClaimsIdentity_FindFirst_mEB77FDB1AE671A9A189AB6E06CDCEA0FC1CF771F (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, String_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* V_1 = NULL;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_type;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity_FindFirst_mEB77FDB1AE671A9A189AB6E06CDCEA0FC1CF771F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity::get_Claims() */, __this);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>::GetEnumerator() */, IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var, L_2);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0043:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
|
|
IL_001c_1:
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_7;
|
|
L_7 = InterfaceFuncInvoker0< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim>::get_Current() */, IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var, L_6);
|
|
V_1 = L_7;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = Claim_get_Type_mA301AF5212B25CC57E3E7BE481FEDEF0A8E9DFB8_inline(L_9, NULL);
|
|
String_t* L_11 = ___0_type;
|
|
bool L_12;
|
|
L_12 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_10, L_11, 5, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_13 = V_1;
|
|
V_2 = L_13;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
|
|
if (L_15)
|
|
{
|
|
goto IL_001c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14*)NULL;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::OnSerializingMethod(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_OnSerializingMethod_mE1F673BA623F30C1DE26731CEA53B16F823BFCB2 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_0;
|
|
L_0 = ClaimsIdentity_SerializeClaims_mA4426B8BC6CDBC75ED8FA9F436C86BAD5EE2A41D(__this, NULL);
|
|
__this->___m_serializedClaims_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_serializedClaims_12), (void*)L_0);
|
|
String_t* L_1 = __this->___m_nameType_3;
|
|
__this->___m_serializedNameType_10 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_serializedNameType_10), (void*)L_1);
|
|
String_t* L_2 = __this->___m_roleType_4;
|
|
__this->___m_serializedRoleType_11 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_serializedRoleType_11), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::OnDeserializedMethod(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_OnDeserializedMethod_m9CDB39ACF4454AE5246A54BECCE8EBEA900EC322 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B6_0 = NULL;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B7_1 = NULL;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B9_0 = NULL;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B8_0 = NULL;
|
|
String_t* G_B10_0 = NULL;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* G_B10_1 = NULL;
|
|
{
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_0 = __this->___m_serializedClaims_12;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->___m_serializedClaims_12;
|
|
ClaimsIdentity_DeserializeClaims_mEFFA8A6443C830B33E46D246F5F8047D1323CFE0(__this, L_2, NULL);
|
|
__this->___m_serializedClaims_12 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_serializedClaims_12), (void*)(String_t*)NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_3 = __this->___m_serializedNameType_10;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
G_B5_0 = __this;
|
|
if (L_4)
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->___m_serializedNameType_10;
|
|
G_B7_0 = L_5;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
G_B7_0 = _stringLiteral965CE35748A4514FBD1A7CA3545D556A9BEFA32A;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
G_B7_1->___m_nameType_3 = G_B7_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B7_1->___m_nameType_3), (void*)G_B7_0);
|
|
String_t* L_6 = __this->___m_serializedRoleType_11;
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
G_B8_0 = __this;
|
|
if (L_7)
|
|
{
|
|
G_B9_0 = __this;
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___m_serializedRoleType_11;
|
|
G_B10_0 = L_8;
|
|
G_B10_1 = G_B8_0;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
G_B10_0 = _stringLiteral52D98DC41709C5B8F2A1CFF382534F85316A9BDF;
|
|
G_B10_1 = G_B9_0;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
NullCheck(G_B10_1);
|
|
G_B10_1->___m_roleType_4 = G_B10_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B10_1->___m_roleType_4), (void*)G_B10_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::OnDeserializingMethod(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_OnDeserializingMethod_m50F594F9EC7BD29C3747E2BB80D9A8EF995E0A27 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_0 = (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)il2cpp_codegen_object_new(List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56(L_0, List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
__this->___m_instanceClaims_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_instanceClaims_1), (void*)L_0);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_1 = (Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F*)il2cpp_codegen_object_new(Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA(L_1, Collection_1__ctor_mA48E40347E353109A1A4B7D691A806FAFC5D87EA_RuntimeMethod_var);
|
|
__this->___m_externalClaims_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_externalClaims_2), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_GetObjectData_m79457A18F652590489B12759FA04CB07D7871BC4 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F70433C49EE1E730A4D438F09A39517863D342);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* V_0 = NULL;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_1 = NULL;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_2 = NULL;
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity_GetObjectData_m79457A18F652590489B12759FA04CB07D7871BC4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_2 = (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F*)il2cpp_codegen_object_new(BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
BinaryFormatter__ctor_m484DBB5D742624C3A8190921A85458BCECBB1705(L_2, NULL);
|
|
V_0 = L_2;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_3 = ___0_info;
|
|
String_t* L_4 = __this->___m_version_5;
|
|
NullCheck(L_3);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_3, _stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA, L_4, NULL);
|
|
String_t* L_5 = __this->___m_authenticationType_7;
|
|
bool L_6;
|
|
L_6 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_7 = ___0_info;
|
|
String_t* L_8 = __this->___m_authenticationType_7;
|
|
NullCheck(L_7);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_7, _stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3, L_8, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_9 = ___0_info;
|
|
String_t* L_10 = __this->___m_nameType_3;
|
|
NullCheck(L_9);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_9, _stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384, L_10, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_11 = ___0_info;
|
|
String_t* L_12 = __this->___m_roleType_4;
|
|
NullCheck(L_11);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_11, _stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D, L_12, NULL);
|
|
String_t* L_13 = __this->___m_label_9;
|
|
bool L_14;
|
|
L_14 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_15 = ___0_info;
|
|
String_t* L_16 = __this->___m_label_9;
|
|
NullCheck(L_15);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_15, _stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C, L_16, NULL);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_17 = __this->___m_actor_6;
|
|
if (!L_17)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_18 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_18, NULL);
|
|
V_1 = L_18;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00c0:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_19 = V_1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_20);
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_21 = V_0;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_22 = V_1;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_23 = __this->___m_actor_6;
|
|
NullCheck(L_21);
|
|
BinaryFormatter_Serialize_mC5594363BF162614AA2902DD4ED2CDD8B3D4022A(L_21, L_22, L_23, (HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6*)NULL, (bool)0, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_24 = ___0_info;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26;
|
|
L_26 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(36 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_25);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
int64_t L_28;
|
|
L_28 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_27);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
String_t* L_29;
|
|
L_29 = Convert_ToBase64String_mECD6DC25F60E757B099BA569741E987677D1FFEE(L_26, 0, ((int32_t)L_28), NULL);
|
|
NullCheck(L_24);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_24, _stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080, L_29, NULL);
|
|
goto IL_00ca;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_30 = ___0_info;
|
|
String_t* L_31;
|
|
L_31 = ClaimsIdentity_SerializeClaims_mA4426B8BC6CDBC75ED8FA9F436C86BAD5EE2A41D(__this, NULL);
|
|
NullCheck(L_30);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_30, _stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E, L_31, NULL);
|
|
RuntimeObject* L_32 = __this->___m_bootstrapContext_8;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_33 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_33, NULL);
|
|
V_2 = L_33;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0118:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_34 = V_2;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_35);
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_36 = V_0;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_37 = V_2;
|
|
RuntimeObject* L_38 = __this->___m_bootstrapContext_8;
|
|
NullCheck(L_36);
|
|
BinaryFormatter_Serialize_mC5594363BF162614AA2902DD4ED2CDD8B3D4022A(L_36, L_37, L_38, (HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6*)NULL, (bool)0, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_39 = ___0_info;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_40 = V_2;
|
|
NullCheck(L_40);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41;
|
|
L_41 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(36 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_40);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_42 = V_2;
|
|
NullCheck(L_42);
|
|
int64_t L_43;
|
|
L_43 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_42);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
String_t* L_44;
|
|
L_44 = Convert_ToBase64String_mECD6DC25F60E757B099BA569741E987677D1FFEE(L_41, 0, ((int32_t)L_43), NULL);
|
|
NullCheck(L_39);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_39, _stringLiteral87F70433C49EE1E730A4D438F09A39517863D342, L_44, NULL);
|
|
goto IL_0122;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::DeserializeClaims(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_DeserializeClaims_mEFFA8A6443C830B33E46D246F5F8047D1323CFE0 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, String_t* ___0_serializedClaims, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___0_serializedClaims;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_serializedClaims;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_2, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_4 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2(L_4, L_3, NULL);
|
|
V_0 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0056:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_7 = (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F*)il2cpp_codegen_object_new(BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
BinaryFormatter__ctor_m484DBB5D742624C3A8190921A85458BCECBB1705(L_7, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_8 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_9;
|
|
L_9 = BinaryFormatter_Deserialize_m69748168DAB829DE31A7ED9691067B53F8DECFF9(L_7, L_8, (HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4*)NULL, (bool)0, NULL);
|
|
__this->___m_instanceClaims_1 = ((List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)CastclassClass((RuntimeObject*)L_9, List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_instanceClaims_1), (void*)((List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)CastclassClass((RuntimeObject*)L_9, List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var)));
|
|
V_1 = 0;
|
|
goto IL_0046_1;
|
|
}
|
|
|
|
IL_0030_1:
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_10 = __this->___m_instanceClaims_1;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_12;
|
|
L_12 = List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C(L_10, L_11, List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C_RuntimeMethod_var);
|
|
NullCheck(L_12);
|
|
Claim_set_Subject_m1007A45AA2690A177590DDA667170C9807C7D4D1_inline(L_12, __this, NULL);
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0046_1:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_15 = __this->___m_instanceClaims_1;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_inline(L_15, List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_RuntimeMethod_var);
|
|
if ((((int32_t)L_14) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_17 = __this->___m_instanceClaims_1;
|
|
if (L_17)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_18 = (List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113*)il2cpp_codegen_object_new(List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56(L_18, List_1__ctor_m087224D0F1CCBB462504647031F4DF61BBABEB56_RuntimeMethod_var);
|
|
__this->___m_instanceClaims_1 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_instanceClaims_1), (void*)L_18);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Security.Claims.ClaimsIdentity::SerializeClaims()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClaimsIdentity_SerializeClaims_mA4426B8BC6CDBC75ED8FA9F436C86BAD5EE2A41D (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_0 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002f:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_3 = (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F*)il2cpp_codegen_object_new(BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
BinaryFormatter__ctor_m484DBB5D742624C3A8190921A85458BCECBB1705(L_3, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_4 = V_0;
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_5 = __this->___m_instanceClaims_1;
|
|
NullCheck(L_3);
|
|
BinaryFormatter_Serialize_mC5594363BF162614AA2902DD4ED2CDD8B3D4022A(L_3, L_4, L_5, (HeaderU5BU5D_t2D3F53406C749914E1FE70BE0FBFF3DA57CEAFB6*)NULL, (bool)0, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
|
|
L_7 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(36 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_6);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int64_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_8);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
String_t* L_10;
|
|
L_10 = Convert_ToBase64String_mECD6DC25F60E757B099BA569741E987677D1FFEE(L_7, 0, ((int32_t)L_9), NULL);
|
|
V_1 = L_10;
|
|
goto IL_0039;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
String_t* L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Claims.ClaimsIdentity::IsCircular(System.Security.Claims.ClaimsIdentity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClaimsIdentity_IsCircular_mA6224B4C07FB938C823D6A23C7B77D565DB94223 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_subject, const RuntimeMethod* method)
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* V_0 = NULL;
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = ___0_subject;
|
|
if ((!(((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)__this) == ((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)L_0))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_1 = ___0_subject;
|
|
V_0 = L_1;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_3;
|
|
L_3 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_2, NULL);
|
|
if ((!(((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)__this) == ((RuntimeObject*)(ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)L_3))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_5;
|
|
L_5 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_4, NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_7;
|
|
L_7 = ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity::Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClaimsIdentity_Deserialize_mE9D6245226D50987A80C74FB14EC116A5B01C6F0 (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, bool ___2_useContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F70433C49EE1E730A4D438F09A39517863D342);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* V_0 = NULL;
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
uint32_t V_3 = 0;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_4 = NULL;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_5 = NULL;
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClaimsIdentity_Deserialize_mE9D6245226D50987A80C74FB14EC116A5B01C6F0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_2 = ___2_useContext;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_3 = ___1_context;
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_4 = (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F*)il2cpp_codegen_object_new(BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
BinaryFormatter__ctor_mAC876D31004062B2D129989E071892BBFA994DB8(L_4, (RuntimeObject*)NULL, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_5 = (BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F*)il2cpp_codegen_object_new(BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
BinaryFormatter__ctor_m484DBB5D742624C3A8190921A85458BCECBB1705(L_5, NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info;
|
|
NullCheck(L_6);
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_7;
|
|
L_7 = SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6(L_6, NULL);
|
|
V_1 = L_7;
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = SerializationInfoEnumerator_get_Name_m58B6D682B6C829258730C1E952E9099ACDDAE734(L_8, NULL);
|
|
V_2 = L_9;
|
|
String_t* L_10 = V_2;
|
|
uint32_t L_11;
|
|
L_11 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m52370B9D7DEAF095B34C6AE27338067A3A1CF886(L_10, NULL);
|
|
V_3 = L_11;
|
|
uint32_t L_12 = V_3;
|
|
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)959168042)))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_13 = V_3;
|
|
if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)623923795)))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_14 = V_3;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)373632733))))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_15 = V_3;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)623923795))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
uint32_t L_16 = V_3;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)656336169))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)959168042))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
uint32_t L_18 = V_3;
|
|
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)1476368026)))))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_19 = V_3;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)1453716852))))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_20 = V_3;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)1476368026))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
uint32_t L_21 = V_3;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)-1814682505))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_22 = V_3;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)-635945184))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
String_t* L_23 = V_2;
|
|
bool L_24;
|
|
L_24 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_23, _stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
String_t* L_25 = V_2;
|
|
bool L_26;
|
|
L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3, NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
String_t* L_27 = V_2;
|
|
bool L_28;
|
|
L_28 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_27, _stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
String_t* L_29 = V_2;
|
|
bool L_30;
|
|
L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_29, _stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
String_t* L_31 = V_2;
|
|
bool L_32;
|
|
L_32 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_31, _stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_01b1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
String_t* L_33 = V_2;
|
|
bool L_34;
|
|
L_34 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, _stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080, NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
String_t* L_35 = V_2;
|
|
bool L_36;
|
|
L_36 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_35, _stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
String_t* L_37 = V_2;
|
|
bool L_38;
|
|
L_38 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, _stringLiteral87F70433C49EE1E730A4D438F09A39517863D342, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_39 = ___0_info;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_39, _stringLiteral40F5E51A7B4FCD5579250BA2E466DC68B6B572EA, NULL);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_41 = ___0_info;
|
|
NullCheck(L_41);
|
|
String_t* L_42;
|
|
L_42 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_41, _stringLiteralD826973C94B964560B6D33316946E6FAB988D0B3, NULL);
|
|
__this->___m_authenticationType_7 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_authenticationType_7), (void*)L_42);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_43 = ___0_info;
|
|
NullCheck(L_43);
|
|
String_t* L_44;
|
|
L_44 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_43, _stringLiteralA735716DE4C57F476E02F2279C8A96E8DA061384, NULL);
|
|
__this->___m_nameType_3 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_nameType_3), (void*)L_44);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_45 = ___0_info;
|
|
NullCheck(L_45);
|
|
String_t* L_46;
|
|
L_46 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_45, _stringLiteralB51D46235283E9D1C467F376F30D53B6F579682D, NULL);
|
|
__this->___m_roleType_4 = L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_roleType_4), (void*)L_46);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_47 = ___0_info;
|
|
NullCheck(L_47);
|
|
String_t* L_48;
|
|
L_48 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_47, _stringLiteralBAFA9105E99CD436CC9278399D70183C7BE3A76C, NULL);
|
|
__this->___m_label_9 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_label_9), (void*)L_48);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_49 = ___0_info;
|
|
NullCheck(L_49);
|
|
String_t* L_50;
|
|
L_50 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_49, _stringLiteralB9F287C83B8D85146ACDD980CB1715C71FB97080, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51;
|
|
L_51 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_50, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_52 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2(L_52, L_51, NULL);
|
|
V_4 = L_52;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01f5:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_53 = V_4;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_54 = V_4;
|
|
NullCheck(L_54);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_54);
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_55 = V_0;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_56 = V_4;
|
|
NullCheck(L_55);
|
|
RuntimeObject* L_57;
|
|
L_57 = BinaryFormatter_Deserialize_m69748168DAB829DE31A7ED9691067B53F8DECFF9(L_55, L_56, (HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4*)NULL, (bool)0, NULL);
|
|
__this->___m_actor_6 = ((ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)CastclassClass((RuntimeObject*)L_57, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_actor_6), (void*)((ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206*)CastclassClass((RuntimeObject*)L_57, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206_il2cpp_TypeInfo_var)));
|
|
goto IL_0249;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_58 = ___0_info;
|
|
NullCheck(L_58);
|
|
String_t* L_59;
|
|
L_59 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_58, _stringLiteral5086179810615F77BCD85FAFC2033E8F00B4DA7E, NULL);
|
|
ClaimsIdentity_DeserializeClaims_mEFFA8A6443C830B33E46D246F5F8047D1323CFE0(__this, L_59, NULL);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_60 = ___0_info;
|
|
NullCheck(L_60);
|
|
String_t* L_61;
|
|
L_61 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_60, _stringLiteral87F70433C49EE1E730A4D438F09A39517863D342, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62;
|
|
L_62 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_61, NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_63 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_63);
|
|
MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2(L_63, L_62, NULL);
|
|
V_5 = L_63;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_023d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_64 = V_5;
|
|
if (!L_64)
|
|
{
|
|
goto IL_0248;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_65 = V_5;
|
|
NullCheck(L_65);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_65);
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
BinaryFormatter_t5A79B3E3328D1B8FDE8C57D1E17668AD47A4466F* L_66 = V_0;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_67 = V_5;
|
|
NullCheck(L_66);
|
|
RuntimeObject* L_68;
|
|
L_68 = BinaryFormatter_Deserialize_m69748168DAB829DE31A7ED9691067B53F8DECFF9(L_66, L_67, (HeaderHandler_t1427BA029494FE4C00958DAD55A5C3667F7419C4*)NULL, (bool)0, NULL);
|
|
__this->___m_bootstrapContext_8 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_bootstrapContext_8), (void*)L_68);
|
|
goto IL_0249;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_69 = V_1;
|
|
NullCheck(L_69);
|
|
bool L_70;
|
|
L_70 = SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6(L_69, NULL);
|
|
if (L_70)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51__ctor_mBA97A1839580364E91F8E772080E4EC93FD1CD9F (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(NULL);
|
|
__this->___U3CU3El__initialThreadId_2 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51_System_IDisposable_Dispose_m6B829B191BB064B04855AF9E38638F881584C248 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0013:
|
|
{// begin finally (depth: 1)
|
|
U3Cget_ClaimsU3Ed__51_U3CU3Em__Finally1_m1C6A79BECC11D9CBCD606817823C2D3781C73428(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3Cget_ClaimsU3Ed__51_MoveNext_m6BF77E7BD1F4E4F4BDDF93AF3092CC6753E343D2 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Count_mDE2A6FD429589E28CF80D64B4CA14746F6216CDF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* V_4 = NULL;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Fault([&]
|
|
{
|
|
|
|
FAULT_0142:
|
|
{// begin fault (depth: 1)
|
|
U3Cget_ClaimsU3Ed__51_System_IDisposable_Dispose_m6B829B191BB064B04855AF9E38638F881584C248(__this, NULL);
|
|
return;
|
|
}// end fault
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_1 = L_0;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_1 = __this->___U3CU3E4__this_3;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_005c_1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f6_1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
__this->___U3CiU3E5__2_4 = 0;
|
|
goto IL_0073_1;
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_4 = L_3->___m_instanceClaims_1;
|
|
int32_t L_5 = __this->___U3CiU3E5__2_4;
|
|
NullCheck(L_4);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_6;
|
|
L_6 = List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C(L_4, L_5, List_1_get_Item_m5064FF8E537F5AFDED5F59E4B8B83EE7357EE80C_RuntimeMethod_var);
|
|
__this->___U3CU3E2__current_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_6);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
V_0 = (bool)1;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_005c_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
int32_t L_7 = __this->___U3CiU3E5__2_4;
|
|
V_3 = L_7;
|
|
int32_t L_8 = V_3;
|
|
__this->___U3CiU3E5__2_4 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_0073_1:
|
|
{
|
|
int32_t L_9 = __this->___U3CiU3E5__2_4;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
List_1_tE2156FEC3BC446DDE7EEAA73B48272439B783113* L_11 = L_10->___m_instanceClaims_1;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_inline(L_11, List_1_get_Count_m5BF77083F31959B509425315739C06892BDF8AC2_RuntimeMethod_var);
|
|
if ((((int32_t)L_9) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_14 = L_13->___m_externalClaims_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_013e_1;
|
|
}
|
|
}
|
|
{
|
|
__this->___U3CiU3E5__2_4 = 0;
|
|
goto IL_0128_1;
|
|
}
|
|
|
|
IL_009d_1:
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_16 = L_15->___m_externalClaims_2;
|
|
int32_t L_17 = __this->___U3CiU3E5__2_4;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_18;
|
|
L_18 = Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1(L_16, L_17, Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1_RuntimeMethod_var);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0118_1;
|
|
}
|
|
}
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_20 = L_19->___m_externalClaims_2;
|
|
int32_t L_21 = __this->___U3CiU3E5__2_4;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_22;
|
|
L_22 = Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1(L_20, L_21, Collection_1_get_Item_mC0EE19732DA0A96FF4A3F6419027AE784EDAC3D1_RuntimeMethod_var);
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Security.Claims.Claim>::GetEnumerator() */, IEnumerable_1_t9FF2E2793728A9C37A2BDC04FD2F18C3F9E16720_il2cpp_TypeInfo_var, L_22);
|
|
__this->___U3CU3E7__wrap2_5 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap2_5), (void*)L_23);
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
goto IL_00fe_1;
|
|
}
|
|
|
|
IL_00d6_1:
|
|
{
|
|
RuntimeObject* L_24 = __this->___U3CU3E7__wrap2_5;
|
|
NullCheck(L_24);
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_25;
|
|
L_25 = InterfaceFuncInvoker0< Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim>::get_Current() */, IEnumerator_1_tA1904DD47CA6830D8DA316273E486191885D44A5_il2cpp_TypeInfo_var, L_24);
|
|
V_4 = L_25;
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_26 = V_4;
|
|
__this->___U3CU3E2__current_1 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_26);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
V_0 = (bool)1;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_00f6_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
}
|
|
|
|
IL_00fe_1:
|
|
{
|
|
RuntimeObject* L_27 = __this->___U3CU3E7__wrap2_5;
|
|
NullCheck(L_27);
|
|
bool L_28;
|
|
L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_27);
|
|
if (L_28)
|
|
{
|
|
goto IL_00d6_1;
|
|
}
|
|
}
|
|
{
|
|
U3Cget_ClaimsU3Ed__51_U3CU3Em__Finally1_m1C6A79BECC11D9CBCD606817823C2D3781C73428(__this, NULL);
|
|
__this->___U3CU3E7__wrap2_5 = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap2_5), (void*)(RuntimeObject*)NULL);
|
|
}
|
|
|
|
IL_0118_1:
|
|
{
|
|
int32_t L_29 = __this->___U3CiU3E5__2_4;
|
|
V_3 = L_29;
|
|
int32_t L_30 = V_3;
|
|
__this->___U3CiU3E5__2_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_0128_1:
|
|
{
|
|
int32_t L_31 = __this->___U3CiU3E5__2_4;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_32 = V_2;
|
|
NullCheck(L_32);
|
|
Collection_1_t96B79EEBF0D089ECAF287214CCC0E4A426AFF50F* L_33 = L_32->___m_externalClaims_2;
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = Collection_1_get_Count_mDE2A6FD429589E28CF80D64B4CA14746F6216CDF(L_33, Collection_1_get_Count_mDE2A6FD429589E28CF80D64B4CA14746F6216CDF_RuntimeMethod_var);
|
|
if ((((int32_t)L_31) < ((int32_t)L_34)))
|
|
{
|
|
goto IL_009d_1;
|
|
}
|
|
}
|
|
|
|
IL_013e_1:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0149;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
bool L_35 = V_0;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51_U3CU3Em__Finally1_m1C6A79BECC11D9CBCD606817823C2D3781C73428 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
RuntimeObject* L_0 = __this->___U3CU3E7__wrap2_5;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = __this->___U3CU3E7__wrap2_5;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.Generic.IEnumerator<System.Security.Claims.Claim>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* U3Cget_ClaimsU3Ed__51_System_Collections_Generic_IEnumeratorU3CSystem_Security_Claims_ClaimU3E_get_Current_mAB2EEFC96FB266DB7F1CF218CD65502BF61F704D (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ClaimsU3Ed__51_System_Collections_IEnumerator_Reset_m1F894480E397FE9F24462910AD119125A5F97FCC (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3Cget_ClaimsU3Ed__51_System_Collections_IEnumerator_Reset_m1F894480E397FE9F24462910AD119125A5F97FCC_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_ClaimsU3Ed__51_System_Collections_IEnumerator_get_Current_m1E2B7918153363F86896D062C76327B9473A6F9E (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.Security.Claims.Claim> System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_ClaimsU3Ed__51_System_Collections_Generic_IEnumerableU3CSystem_Security_Claims_ClaimU3E_GetEnumerator_mEE7B43D51E45B4AC5F4CEEC1ADB02773E4C1E917 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___U3CU3El__initialThreadId_2;
|
|
int32_t L_2;
|
|
L_2 = Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = 0;
|
|
V_0 = __this;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* L_3 = (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F*)il2cpp_codegen_object_new(U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3Cget_ClaimsU3Ed__51__ctor_mBA97A1839580364E91F8E772080E4EC93FD1CD9F(L_3, 0, NULL);
|
|
V_0 = L_3;
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* L_4 = V_0;
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_5 = __this->___U3CU3E4__this_3;
|
|
NullCheck(L_4);
|
|
L_4->___U3CU3E4__this_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___U3CU3E4__this_3), (void*)L_5);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator System.Security.Claims.ClaimsIdentity/<get_Claims>d__51::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_ClaimsU3Ed__51_System_Collections_IEnumerable_GetEnumerator_mBB3DE369F5A4B7A6806C16D10FE5560EC0967D90 (U3Cget_ClaimsU3Ed__51_tC3A652ED700D3D7E4C91E183E7F8E11FA633B73F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = U3Cget_ClaimsU3Ed__51_System_Collections_Generic_IEnumerableU3CSystem_Security_Claims_ClaimU3E_GetEnumerator_mEE7B43D51E45B4AC5F4CEEC1ADB02773E4C1E917(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.AmbiguousImplementationException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousImplementationException__ctor_m055A144AD6D394197D8C5C5F220C7FD98509AA3B (AmbiguousImplementationException_tF37AE5B841F72455775D7119A4FE2681F7A37CFF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCDFB7ACC5469688BABE1F67B6145B31A5F43B3F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, _stringLiteralCCDFB7ACC5469688BABE1F67B6145B31A5F43B3F, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146234262), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.AmbiguousImplementationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousImplementationException__ctor_mC11EF5E90FCECB61209604318089A68DA82D1669 (AmbiguousImplementationException_tF37AE5B841F72455775D7119A4FE2681F7A37CFF* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146234262), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.AmbiguousImplementationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousImplementationException__ctor_mA138B2AE10F877F264578B4AD084C14F4FB956F9 (AmbiguousImplementationException_tF37AE5B841F72455775D7119A4FE2681F7A37CFF* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, 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.Runtime.RuntimeImports::RhZeroMemory(System.Byte&,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeImports_RhZeroMemory_m412EFFB5FBA11DD440375C72285A875977361A85 (uint8_t* ___0_b, uint64_t ___1_byteLength, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
{
|
|
uint8_t* L_0 = ___0_b;
|
|
V_0 = L_0;
|
|
uint8_t* L_1 = V_0;
|
|
uint64_t L_2 = ___1_byteLength;
|
|
RuntimeImports_ZeroMemory_m0F1B81B847BC9D88E3852B120C07B799C140552D((void*)((uintptr_t)L_1), ((int32_t)(uint32_t)L_2), NULL);
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.RuntimeImports::ZeroMemory(System.Void*,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeImports_ZeroMemory_m0F1B81B847BC9D88E3852B120C07B799C140552D (void* ___0_p, uint32_t ___1_byteLength, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*RuntimeImports_ZeroMemory_m0F1B81B847BC9D88E3852B120C07B799C140552D_ftn) (void*, uint32_t);
|
|
using namespace il2cpp::icalls;
|
|
((RuntimeImports_ZeroMemory_m0F1B81B847BC9D88E3852B120C07B799C140552D_ftn)mscorlib::System::Runtime::RuntimeImports::ZeroMemory) (___0_p, ___1_byteLength);
|
|
}
|
|
// System.Void System.Runtime.RuntimeImports::Memmove(System.Byte*,System.Byte*,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeImports_Memmove_mB3E90ADCBBB4053F9E03DA324E8AC50BB33ABA38 (uint8_t* ___0_dest, uint8_t* ___1_src, uint32_t ___2_len, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*RuntimeImports_Memmove_mB3E90ADCBBB4053F9E03DA324E8AC50BB33ABA38_ftn) (uint8_t*, uint8_t*, uint32_t);
|
|
using namespace il2cpp::icalls;
|
|
((RuntimeImports_Memmove_mB3E90ADCBBB4053F9E03DA324E8AC50BB33ABA38_ftn)mscorlib::System::Runtime::RuntimeImports::Memmove) (___0_dest, ___1_src, ___2_len);
|
|
}
|
|
// System.Void System.Runtime.RuntimeImports::Memmove_wbarrier(System.Byte*,System.Byte*,System.UInt32,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeImports_Memmove_wbarrier_m8487273EE6161DB248FB65BB931279FF04F3CA79 (uint8_t* ___0_dest, uint8_t* ___1_src, uint32_t ___2_len, intptr_t ___3_type_handle, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*RuntimeImports_Memmove_wbarrier_m8487273EE6161DB248FB65BB931279FF04F3CA79_ftn) (uint8_t*, uint8_t*, uint32_t, intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
((RuntimeImports_Memmove_wbarrier_m8487273EE6161DB248FB65BB931279FF04F3CA79_ftn)mscorlib::System::Runtime::RuntimeImports::Memmove_wbarrier) (___0_dest, ___1_src, ___2_len, ___3_type_handle);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang 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.Runtime.Remoting.ChannelInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelInfo__ctor_m187885A17BC5D27FFEBCEF3A3AC7D9BF705BFA5D (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_t7892AD29816C874462159101B299713604D1A637_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ChannelServices_t7892AD29816C874462159101B299713604D1A637_il2cpp_TypeInfo_var);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0;
|
|
L_0 = ChannelServices_GetCurrentChannelInfo_mA1C33C926A7C7612AFE528E88747963A9E7B0BFD(NULL);
|
|
__this->___channelData_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channelData_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ChannelInfo::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelInfo__ctor_m7FD33E68E4BFC8235D47B690444CC43979D065A3 (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* __this, RuntimeObject* ___0_remoteChannelData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
RuntimeObject* L_2 = ___0_remoteChannelData;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_2);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_2);
|
|
__this->___channelData_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channelData_0), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object[] System.Runtime.Remoting.ChannelInfo::get_ChannelData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ChannelInfo_get_ChannelData_m2799D9CF45CA9E4B13DEA7505D72833B982E8AEB (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___channelData_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.Remoting.ActivatedClientTypeEntry::.ctor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivatedClientTypeEntry__ctor_mDB863F62FB6E74573BE522FCD2446FE3871589AD (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, String_t* ___2_appUrl, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Assembly_t* V_0 = NULL;
|
|
{
|
|
TypeEntry__ctor_m013FD8016C348D1036720B1E383FAAF4B8E01F22(__this, NULL);
|
|
String_t* L_0 = ___1_assemblyName;
|
|
TypeEntry_set_AssemblyName_m1A577A9EDEA6B0AA7490AD1C392D578E4833B345_inline(__this, L_0, NULL);
|
|
String_t* L_1 = ___0_typeName;
|
|
TypeEntry_set_TypeName_mD7EDCB69F495F37131DE1AA02ADB77FB606959BC_inline(__this, L_1, NULL);
|
|
String_t* L_2 = ___2_appUrl;
|
|
__this->___applicationUrl_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___applicationUrl_2), (void*)L_2);
|
|
String_t* L_3 = ___1_assemblyName;
|
|
Assembly_t* L_4;
|
|
L_4 = Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90(L_3, NULL);
|
|
V_0 = L_4;
|
|
Assembly_t* L_5 = V_0;
|
|
String_t* L_6 = ___0_typeName;
|
|
NullCheck(L_5);
|
|
Type_t* L_7;
|
|
L_7 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_5, L_6);
|
|
__this->___obj_type_3 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___obj_type_3), (void*)L_7);
|
|
Type_t* L_8 = __this->___obj_type_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, (Type_t*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___0_typeName;
|
|
String_t* L_11 = ___1_assemblyName;
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD152C10709DCAF3B9D53E13D4AA697A8B6701AFE)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), L_11, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_13 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_13, L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActivatedClientTypeEntry__ctor_mDB863F62FB6E74573BE522FCD2446FE3871589AD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ActivatedClientTypeEntry::get_ApplicationUrl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_m3140AED20E1B838333C8B1C97ED0A4FC9A3616D4 (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___applicationUrl_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.Contexts.IContextAttribute[] System.Runtime.Remoting.ActivatedClientTypeEntry::get_ContextAttributes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IContextAttributeU5BU5D_tBF33B08E7FE42BDCE617035E11328EC7F1678BB1* ActivatedClientTypeEntry_get_ContextAttributes_mB0B9B414B7D1996889CB94DAF237F887C78008AC (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (IContextAttributeU5BU5D_tBF33B08E7FE42BDCE617035E11328EC7F1678BB1*)NULL;
|
|
}
|
|
}
|
|
// System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::get_ObjectType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ActivatedClientTypeEntry::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_ToString_mDDA92930C16FBBF89F83B900E97AC4BD77FEB11F (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = TypeEntry_get_TypeName_m87C034FE84FBB84C90FBBAC8D4C7BFCAA2C23FF3_inline(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = TypeEntry_get_AssemblyName_m59FFB4F64604E2B1CA54ACE10839CC974DF51DCF_inline(__this, NULL);
|
|
String_t* L_2;
|
|
L_2 = ActivatedClientTypeEntry_get_ApplicationUrl_m3140AED20E1B838333C8B1C97ED0A4FC9A3616D4_inline(__this, NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.Remoting.ActivatedServiceTypeEntry::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivatedServiceTypeEntry__ctor_m241F1489CC35CC37FFD59907B7132B1C59DB35D5 (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, String_t* ___0_typeName, String_t* ___1_assemblyName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Assembly_t* V_0 = NULL;
|
|
{
|
|
TypeEntry__ctor_m013FD8016C348D1036720B1E383FAAF4B8E01F22(__this, NULL);
|
|
String_t* L_0 = ___1_assemblyName;
|
|
TypeEntry_set_AssemblyName_m1A577A9EDEA6B0AA7490AD1C392D578E4833B345_inline(__this, L_0, NULL);
|
|
String_t* L_1 = ___0_typeName;
|
|
TypeEntry_set_TypeName_mD7EDCB69F495F37131DE1AA02ADB77FB606959BC_inline(__this, L_1, NULL);
|
|
String_t* L_2 = ___1_assemblyName;
|
|
Assembly_t* L_3;
|
|
L_3 = Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90(L_2, NULL);
|
|
V_0 = L_3;
|
|
Assembly_t* L_4 = V_0;
|
|
String_t* L_5 = ___0_typeName;
|
|
NullCheck(L_4);
|
|
Type_t* L_6;
|
|
L_6 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_4, L_5);
|
|
__this->___obj_type_2 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___obj_type_2), (void*)L_6);
|
|
Type_t* L_7 = __this->___obj_type_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, (Type_t*)NULL, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_typeName;
|
|
String_t* L_10 = ___1_assemblyName;
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD152C10709DCAF3B9D53E13D4AA697A8B6701AFE)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D)), L_10, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_12 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_12, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActivatedServiceTypeEntry__ctor_m241F1489CC35CC37FFD59907B7132B1C59DB35D5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::get_ObjectType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ActivatedServiceTypeEntry_get_ObjectType_m409EC9E2DED4BEB5D7602CA6213350D4F5869E3B (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ActivatedServiceTypeEntry::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActivatedServiceTypeEntry_ToString_m411B4555AFB42899FB7D3F11269923091145F32B (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = TypeEntry_get_AssemblyName_m59FFB4F64604E2B1CA54ACE10839CC974DF51DCF_inline(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = TypeEntry_get_TypeName_m87C034FE84FBB84C90FBBAC8D4C7BFCAA2C23FF3_inline(__this, NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_0, L_1, 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.Runtime.Remoting.EnvoyInfo::.ctor(System.Runtime.Remoting.Messaging.IMessageSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvoyInfo__ctor_m34A0EF613CA7F817DD1EF7296315B7B4DEC66630 (EnvoyInfo_tE0728A19C99A4CE9A16E4C9BA0AF1680B212596D* __this, RuntimeObject* ___0_sinks, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_sinks;
|
|
__this->___envoySinks_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___envoySinks_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.EnvoyInfo::get_EnvoySinks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvoyInfo_get_EnvoySinks_mC1EF9329D5B11D5E3B8C4DB0858CCDE3DFC31F6F (EnvoyInfo_tE0728A19C99A4CE9A16E4C9BA0AF1680B212596D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___envoySinks_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.Remoting.Identity::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity__ctor_mF039AD329CF10262FA6F40250C5D3CD621B305E1 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, String_t* ___0_objectUri, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___0_objectUri;
|
|
__this->____objectUri_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectUri_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_ChannelSink()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_ChannelSink_m98864A7596A567C0A795366BC8F91DC2820CA599 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____channelSink_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.Identity::set_ChannelSink(System.Runtime.Remoting.Messaging.IMessageSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_ChannelSink_m01FB58196DE858A58E348FCB9B25A6AC79F5A5E0 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->____channelSink_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____channelSink_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_EnvoySink()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_EnvoySink_mA14B6EED396E70E844F827CB6C9C780F5EB6DAFC (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____envoySink_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.Identity::get_ObjectUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Identity_get_ObjectUri_mBEB462FC0486F87D89E17EA1920010DC4EAFF75B (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____objectUri_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.Identity::set_ObjectUri(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_ObjectUri_mA0BDE7D532034FCCEBAAC0A2D5D71C97445D6CA5 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____objectUri_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectUri_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.Identity::get_IsConnected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_IsConnected_m5ED64DB70740AF369AD207EB6334AB51A338ACE5 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____objectUri_0;
|
|
return (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.Identity::get_Disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_Disposed_m0CD3B9F4EF8EF4684F6974C57E6B5399FEC408CB (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____disposed_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.Identity::set_Disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_Disposed_m71097B69E659F6FBF9920381E15E933B38C91D2E (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->____disposed_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::get_ClientDynamicProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* Identity_get_ClientDynamicProperties_m385AFF34DA2DB5A61A2BB465BB5D3214EBF22E4A (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_0 = __this->____clientDynamicProperties_3;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_1 = (DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0*)il2cpp_codegen_object_new(DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
DynamicPropertyCollection__ctor_mEFB85791EB4214E9213F06C4B165BB55A9307107(L_1, NULL);
|
|
__this->____clientDynamicProperties_3 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____clientDynamicProperties_3), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_2 = __this->____clientDynamicProperties_3;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.Identity::get_HasServerDynamicSinks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_HasServerDynamicSinks_m48B1995B5A6E31D1142BC59A12AFE618A77D701C (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_0 = __this->____serverDynamicProperties_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_1 = __this->____serverDynamicProperties_4;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = DynamicPropertyCollection_get_HasProperties_mBBB88B1E292BDF7AD7D88F31D73DC6B9DD32B0A0(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.Identity::NotifyClientDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyClientDynamicSinks_m1EE03B26EBD10FD959B3D0FAFF8409365EF28987 (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, bool ___0_start, RuntimeObject* ___1_req_msg, bool ___2_client_site, bool ___3_async, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_0 = __this->____clientDynamicProperties_3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_1 = __this->____clientDynamicProperties_3;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = DynamicPropertyCollection_get_HasProperties_mBBB88B1E292BDF7AD7D88F31D73DC6B9DD32B0A0(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_3 = __this->____clientDynamicProperties_3;
|
|
bool L_4 = ___0_start;
|
|
RuntimeObject* L_5 = ___1_req_msg;
|
|
bool L_6 = ___2_client_site;
|
|
bool L_7 = ___3_async;
|
|
NullCheck(L_3);
|
|
DynamicPropertyCollection_NotifyMessage_mDC18933613A8EBE9113BB3DEE8346B1862430CAF(L_3, L_4, L_5, L_6, L_7, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.Identity::NotifyServerDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyServerDynamicSinks_m42EF1C9B62509F059240944E205F2C49B0784C7D (Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02* __this, bool ___0_start, RuntimeObject* ___1_req_msg, bool ___2_client_site, bool ___3_async, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_0 = __this->____serverDynamicProperties_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_1 = __this->____serverDynamicProperties_4;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = DynamicPropertyCollection_get_HasProperties_mBBB88B1E292BDF7AD7D88F31D73DC6B9DD32B0A0(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DynamicPropertyCollection_tA3E9E747C8FF6A54F86DCBC525A71BC57C4FA3B0* L_3 = __this->____serverDynamicProperties_4;
|
|
bool L_4 = ___0_start;
|
|
RuntimeObject* L_5 = ___1_req_msg;
|
|
bool L_6 = ___2_client_site;
|
|
bool L_7 = ___3_async;
|
|
NullCheck(L_3);
|
|
DynamicPropertyCollection_NotifyMessage_mDC18933613A8EBE9113BB3DEE8346B1862430CAF(L_3, L_4, L_5, L_6, L_7, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
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.Runtime.Remoting.ClientIdentity::.ctor(System.String,System.Runtime.Remoting.ObjRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientIdentity__ctor_m28914BE2FB73C455AB3E3642D253FEC10566DF45 (ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* __this, String_t* ___0_objectUri, ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* ___1_objRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* G_B2_0 = NULL;
|
|
ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* G_B1_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* G_B3_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_objectUri;
|
|
Identity__ctor_mF039AD329CF10262FA6F40250C5D3CD621B305E1(__this, L_0, NULL);
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_1 = ___1_objRef;
|
|
((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5), (void*)L_1);
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_2 = ((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::get_EnvoyInfo() */, L_2);
|
|
G_B1_0 = __this;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((RuntimeObject*)(NULL));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_4 = ((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::get_EnvoyInfo() */, L_4);
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.IEnvoyInfo::get_EnvoySinks() */, IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var, L_5);
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)G_B3_1)->____envoySink_2 = G_B3_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)G_B3_1)->____envoySink_2), (void*)G_B3_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.MarshalByRefObject System.Runtime.Remoting.ClientIdentity::get_ClientProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* ClientIdentity_get_ClientProxy_m86F5D3D23671C17C2D9590D0162FDB20BA05F113 (ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* G_B2_0 = NULL;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* G_B1_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
{
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = __this->____proxyReference_7;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = NULL;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, G_B2_0);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return ((MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE*)CastclassClass((RuntimeObject*)G_B3_0, MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ClientIdentity::set_ClientProxy(System.MarshalByRefObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientIdentity_set_ClientProxy_m40889DCF3B867B997AAE9B4DC2A7C273CAA818D4 (ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* __this, MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* L_0 = ___0_value;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_1 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241(L_1, L_0, NULL);
|
|
__this->____proxyReference_7 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____proxyReference_7), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ClientIdentity::CreateObjRef(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* ClientIdentity_CreateObjRef_mFC68EE39A1F1CEBC68CF6EA960BBA5B302C5E713 (ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* __this, Type_t* ___0_requestedType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_0 = ((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ClientIdentity::get_TargetUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClientIdentity_get_TargetUri_mC0ABA2D84BE72AC35E5F6BAAA96FC6D4A9B4D792 (ClientIdentity_t104904C79F58C99171A327A95A530DD92E178049* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_0 = ((Identity_t382AEDDF15E6ECE540A5A2F4EC722C9E91D89F02*)__this)->____objRef_5;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, 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.Runtime.Remoting.Metadata.SoapAttribute System.Runtime.Remoting.InternalRemotingServices::GetCachedSoapAttribute(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* InternalRemotingServices_GetCachedSoapAttribute_m75AB581D9271AF8152A568B342C688F21BBEFCED (RuntimeObject* ___0_reflectionObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodBase_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* V_2 = NULL;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_3 = NULL;
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* V_4 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var))->____soapAttributes_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ad:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var))->____soapAttributes_0;
|
|
RuntimeObject* L_6 = ___0_reflectionObject;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6);
|
|
V_2 = ((SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9*)IsInstClass((RuntimeObject*)L_7, SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_il2cpp_TypeInfo_var));
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0031_1;
|
|
}
|
|
}
|
|
{
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_9 = V_2;
|
|
V_4 = L_9;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_0031_1:
|
|
{
|
|
RuntimeObject* L_10 = ___0_reflectionObject;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_12;
|
|
L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_10, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var)));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13;
|
|
L_13 = InterfaceFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(0 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var)), L_12, (bool)1);
|
|
V_3 = L_13;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
if (!(((RuntimeArray*)L_14)->max_length))
|
|
{
|
|
goto IL_0057_1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 0;
|
|
RuntimeObject* L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
V_2 = ((SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9*)CastclassClass((RuntimeObject*)L_17, SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9_il2cpp_TypeInfo_var));
|
|
goto IL_0095_1;
|
|
}
|
|
|
|
IL_0057_1:
|
|
{
|
|
RuntimeObject* L_18 = ___0_reflectionObject;
|
|
if (!((Type_t*)IsInstClass((RuntimeObject*)L_18, Type_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0067_1;
|
|
}
|
|
}
|
|
{
|
|
SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8* L_19 = (SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8*)il2cpp_codegen_object_new(SoapTypeAttribute_tE8A0EF38E4DEF376CFA8EF0916F39CCCC42CBEA8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
SoapTypeAttribute__ctor_m875E2287765CDF58D8377444B117740BF0BDE545(L_19, NULL);
|
|
V_2 = L_19;
|
|
goto IL_0095_1;
|
|
}
|
|
|
|
IL_0067_1:
|
|
{
|
|
RuntimeObject* L_20 = ___0_reflectionObject;
|
|
if (!((FieldInfo_t*)IsInstClass((RuntimeObject*)L_20, FieldInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0077_1;
|
|
}
|
|
}
|
|
{
|
|
SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76* L_21 = (SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76*)il2cpp_codegen_object_new(SoapFieldAttribute_t3DFFAEC603A83723A973257D103B2B649F943F76_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
SoapFieldAttribute__ctor_m572A0272D55C41496E81F904A5F2CA8EE448F64B(L_21, NULL);
|
|
V_2 = L_21;
|
|
goto IL_0095_1;
|
|
}
|
|
|
|
IL_0077_1:
|
|
{
|
|
RuntimeObject* L_22 = ___0_reflectionObject;
|
|
if (!((MethodBase_t*)IsInstClass((RuntimeObject*)L_22, MethodBase_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0087_1;
|
|
}
|
|
}
|
|
{
|
|
SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A* L_23 = (SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A*)il2cpp_codegen_object_new(SoapMethodAttribute_tD2E125E4958601EA67BE434C81BC225293C5ED7A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
SoapMethodAttribute__ctor_m4D35E24FA330F3638F2E5482298465B2840F8B21(L_23, NULL);
|
|
V_2 = L_23;
|
|
goto IL_0095_1;
|
|
}
|
|
|
|
IL_0087_1:
|
|
{
|
|
RuntimeObject* L_24 = ___0_reflectionObject;
|
|
if (!((ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F*)IsInstClass((RuntimeObject*)L_24, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0095_1;
|
|
}
|
|
}
|
|
{
|
|
SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509* L_25 = (SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509*)il2cpp_codegen_object_new(SoapParameterAttribute_t93FC3202C9607C78F7517AA3BD60CA678905A509_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
SoapParameterAttribute__ctor_m46BE67B8CEF7BFE7D202470EA880BD7D11DA35FE(L_25, NULL);
|
|
V_2 = L_25;
|
|
}
|
|
|
|
IL_0095_1:
|
|
{
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_26 = V_2;
|
|
RuntimeObject* L_27 = ___0_reflectionObject;
|
|
NullCheck(L_26);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void System.Runtime.Remoting.Metadata.SoapAttribute::SetReflectionObject(System.Object) */, L_26, L_27);
|
|
il2cpp_codegen_runtime_class_init_inline(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_28 = ((InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var))->____soapAttributes_0;
|
|
RuntimeObject* L_29 = ___0_reflectionObject;
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_30 = V_2;
|
|
NullCheck(L_28);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_28, L_29, L_30);
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_31 = V_2;
|
|
V_4 = L_31;
|
|
goto IL_00b7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
SoapAttribute_t41093087BF547190DF8FF1D30BF50ACBDB003AD9* L_32 = V_4;
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.InternalRemotingServices::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalRemotingServices__cctor_mAF31945C89B65ADCC60187B577B6B09D3F7F0830 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
((InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var))->____soapAttributes_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t81F9F079B19BF2581D39F50A82B4A02F06335628_il2cpp_TypeInfo_var))->____soapAttributes_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.Remoting.ObjRef::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_mE7FE347D81BBB6C3D4811577831B63BA8FAA7E7E (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ObjRef_UpdateChannelInfo_m518F9D7D8BBC11A68FEB95D3A264AEFCDD43E1E9(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::.ctor(System.String,System.Runtime.Remoting.IChannelInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m4F44FE27D9C4037617192EB7F94B9C6DFA054C47 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, String_t* ___0_uri, RuntimeObject* ___1_cinfo, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___0_uri;
|
|
__this->___uri_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_1), (void*)L_0);
|
|
RuntimeObject* L_1 = ___1_cinfo;
|
|
__this->___channel_info_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channel_info_0), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ObjRef::DeserializeInTheCurrentDomain(System.Int32,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* ObjRef_DeserializeInTheCurrentDomain_m52415B4244FBB81C6096F770A796294088393C75 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, int32_t ___0_domainId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_tInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___uri_1;
|
|
String_t* L_1;
|
|
L_1 = String_Copy_mB9EAED306DA73B406D69E1642CF582A9CA4BF717(L_0, NULL);
|
|
int32_t L_2 = ___0_domainId;
|
|
CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284* L_3 = (CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284*)il2cpp_codegen_object_new(CrossAppDomainData_t8CCBE26A415C0B63C7E810F9AE277769F9978284_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
CrossAppDomainData__ctor_m91C6B967EAFACEAA764AA18C5AF37E6C4EED15C6(L_3, L_2, NULL);
|
|
ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* L_4 = (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68*)il2cpp_codegen_object_new(ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ChannelInfo__ctor_m7FD33E68E4BFC8235D47B690444CC43979D065A3(L_4, L_3, NULL);
|
|
V_0 = L_4;
|
|
ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* L_5 = V_0;
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_6 = (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396*)il2cpp_codegen_object_new(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
ObjRef__ctor_m4F44FE27D9C4037617192EB7F94B9C6DFA054C47(L_6, L_1, L_5, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___1_tInfo;
|
|
RuntimeObject* L_8;
|
|
L_8 = CADSerializer_DeserializeObjectSafe_m64543D67473808184357BF03190ECEA5E3E42B3D(L_7, NULL);
|
|
V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var));
|
|
ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* L_9 = L_6;
|
|
RuntimeObject* L_10 = V_1;
|
|
NullCheck(L_9);
|
|
L_9->___typeInfo_2 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___typeInfo_2), (void*)L_10);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Byte[] System.Runtime.Remoting.ObjRef::SerializeType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ObjRef_SerializeType_mD4B7CD5A4FBDA5C797857710A94EF23CA9344905 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___typeInfo_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_1 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8518192C7FD07A784F76085D7C5568904A478B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjRef_SerializeType_mD4B7CD5A4FBDA5C797857710A94EF23CA9344905_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
RuntimeObject* L_2 = __this->___typeInfo_2;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3;
|
|
L_3 = CADSerializer_SerializeObject_m693394374F6AFCC73C5A3756DD96AD2DB725F3B8(L_2, NULL);
|
|
NullCheck(L_3);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4;
|
|
L_4 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(36 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::.ctor(System.Type,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m042003B2D3F64D0BC0D06248F35D1277BA6AC302 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, Type_t* ___0_type, String_t* ___1_url, RuntimeObject* ___2_remoteChannelData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___1_url;
|
|
__this->___uri_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_1), (void*)L_0);
|
|
Type_t* L_1 = ___0_type;
|
|
TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06* L_2 = (TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06*)il2cpp_codegen_object_new(TypeInfo_t59DF3EC49F6B39AC5C8F3C1CD6C312421C5F9B06_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
TypeInfo__ctor_m95AA1FA022A3384075D06AFD61EEE27D350F4553(L_2, L_1, NULL);
|
|
__this->___typeInfo_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___typeInfo_2), (void*)L_2);
|
|
RuntimeObject* L_3 = ___2_remoteChannelData;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = ___2_remoteChannelData;
|
|
ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* L_5 = (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68*)il2cpp_codegen_object_new(ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
ChannelInfo__ctor_m7FD33E68E4BFC8235D47B690444CC43979D065A3(L_5, L_4, NULL);
|
|
__this->___channel_info_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channel_info_0), (void*)L_5);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
int32_t L_6 = __this->___flags_4;
|
|
il2cpp_codegen_runtime_class_init_inline(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = ((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___WellKnowObjectRef_7;
|
|
__this->___flags_4 = ((int32_t)(L_6|L_7));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m41F663A524AD7D26713FC0EC00EDC89E240A6C53 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63A3F3E0A7AE0E25A424BA0553BCEC9AE05E562D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0BC4D8222B8EE1AB8D98645A63F2FDCB179AF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9F81E441EE5B488543B71C45060E96EA3436615);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE71C90FAB8676DC4EDCB14AFF79FFB681F6154);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4E742E14DFFD2594339060BBBB05BAE428BDA8C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
RuntimeObject* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
NullCheck(L_0);
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_1;
|
|
L_1 = SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6(L_0, NULL);
|
|
V_0 = L_1;
|
|
V_1 = (bool)1;
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = SerializationInfoEnumerator_get_Name_m58B6D682B6C829258730C1E952E9099ACDDAE734(L_2, NULL);
|
|
V_4 = L_3;
|
|
String_t* L_4 = V_4;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_4;
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralCAE71C90FAB8676DC4EDCB14AFF79FFB681F6154, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_4;
|
|
bool L_9;
|
|
L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, _stringLiteralF4E742E14DFFD2594339060BBBB05BAE428BDA8C, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = V_4;
|
|
bool L_11;
|
|
L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, _stringLiteral7A0BC4D8222B8EE1AB8D98645A63F2FDCB179AF6, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = V_4;
|
|
bool L_13;
|
|
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, _stringLiteral63A3F3E0A7AE0E25A424BA0553BCEC9AE05E562D, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = V_4;
|
|
bool L_15;
|
|
L_15 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, _stringLiteralC9F81E441EE5B488543B71C45060E96EA3436615, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17;
|
|
L_17 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_16, NULL);
|
|
__this->___uri_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_1), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19;
|
|
L_19 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_18, NULL);
|
|
__this->___typeInfo_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___typeInfo_2), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_19, IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var)));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_20, NULL);
|
|
__this->___channel_info_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_21, IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channel_info_0), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_21, IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_il2cpp_TypeInfo_var)));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_22, NULL);
|
|
__this->___envoyInfo_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___envoyInfo_3), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_23, IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_il2cpp_TypeInfo_var)));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_24, NULL);
|
|
V_3 = L_25;
|
|
RuntimeObject* L_26 = V_3;
|
|
if (!((String_t*)IsInstSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_27 = V_3;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_27, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)));
|
|
int32_t L_28;
|
|
L_28 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_27, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
|
|
V_2 = L_28;
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
RuntimeObject* L_29 = V_3;
|
|
V_2 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_29, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
int32_t L_30 = V_2;
|
|
if (L_30)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
RuntimeObject* L_32;
|
|
L_32 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_31, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int32_t L_33;
|
|
L_33 = Convert_ToInt32_m9FEA65DB96264479B5268014F10754787382D297(L_32, NULL);
|
|
__this->___flags_4 = L_33;
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_34 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_34);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_34, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjRef__ctor_m41F663A524AD7D26713FC0EC00EDC89E240A6C53_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
bool L_36;
|
|
L_36 = SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6(L_35, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
bool L_37 = V_1;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = __this->___flags_4;
|
|
il2cpp_codegen_runtime_class_init_inline(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
int32_t L_39 = ((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___MarshalledObjectRef_6;
|
|
__this->___flags_4 = ((int32_t)(L_38|L_39));
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.ObjRef::get_IsReferenceToWellKnow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjRef_get_IsReferenceToWellKnow_mFF4D9CE58B8AC31EA00C8E6F8B4997DBD82E3682 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___flags_4;
|
|
il2cpp_codegen_runtime_class_init_inline(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___WellKnowObjectRef_7;
|
|
return (bool)((((int32_t)((int32_t)(L_0&L_1))) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_ChannelInfo_mFB324462129F957D0947310F264E09907925D8E5 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___channel_info_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::get_EnvoyInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_EnvoyInfo_m5C7145D2D528229DF6E7C4FB9D3E4D7A3A4B39CB (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___envoyInfo_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_set_EnvoyInfo_m3CF70D9B7E8264E60F5EF495FAAA32BE71A9D562 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___envoyInfo_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___envoyInfo_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_TypeInfo_m2C490973E499E12CF8C100089EA84AFFC9AF6C43 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___typeInfo_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_set_TypeInfo_m3480CE046B0A89FEC25417C706AE2863ABBED2CE (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___typeInfo_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___typeInfo_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ObjRef::get_URI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjRef_get_URI_mC867F89CA38A22DB7D7F3349C314A4AF27DADBDE (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___uri_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::set_URI(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_set_URI_m022CD49527165E6C4F8905C298CDDBD8306C64A4 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___uri_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_GetObjectData_m1AFD813A8F9223CC720D3F20A7C196A51DE9E908 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0BC4D8222B8EE1AB8D98645A63F2FDCB179AF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9F81E441EE5B488543B71C45060E96EA3436615);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE71C90FAB8676DC4EDCB14AFF79FFB681F6154);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4E742E14DFFD2594339060BBBB05BAE428BDA8C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
Type_t* L_1;
|
|
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
|
|
NullCheck(L_0);
|
|
SerializationInfo_SetType_m5D07E1C38028872E49EA01129ED5BF1AF674C475(L_0, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info;
|
|
String_t* L_3 = __this->___uri_1;
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_3, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info;
|
|
RuntimeObject* L_5 = __this->___typeInfo_2;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_7;
|
|
L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_4, _stringLiteralCAE71C90FAB8676DC4EDCB14AFF79FFB681F6154, L_5, L_7, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_info;
|
|
RuntimeObject* L_9 = __this->___envoyInfo_3;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast<intptr_t> (IEnvoyInfo_t6E05CBEF57ABFFDD4441A9B16E9B2FA6CDDD7554_0_0_0_var) };
|
|
Type_t* L_11;
|
|
L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL);
|
|
NullCheck(L_8);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_8, _stringLiteral7A0BC4D8222B8EE1AB8D98645A63F2FDCB179AF6, L_9, L_11, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_12 = ___0_info;
|
|
RuntimeObject* L_13 = __this->___channel_info_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (IChannelInfo_tA3FF2A7050DC4FA25AA1C1346B297D2A9610CFE4_0_0_0_var) };
|
|
Type_t* L_15;
|
|
L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
|
|
NullCheck(L_12);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_12, _stringLiteralF4E742E14DFFD2594339060BBBB05BAE428BDA8C, L_13, L_15, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_16 = ___0_info;
|
|
int32_t L_17 = __this->___flags_4;
|
|
NullCheck(L_16);
|
|
SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4(L_16, _stringLiteralC9F81E441EE5B488543B71C45060E96EA3436615, L_17, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object System.Runtime.Remoting.ObjRef::GetRealObject(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_GetRealObject_mE6232169BBA327074DF6821D5D67990AAC650C85 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_t5C9F4139FFA73067C8FC6BEB3FED3C3C56571AF8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___flags_4;
|
|
il2cpp_codegen_runtime_class_init_inline(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___MarshalledObjectRef_6;
|
|
if ((((int32_t)((int32_t)(L_0&L_1))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingServices_t5C9F4139FFA73067C8FC6BEB3FED3C3C56571AF8_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_2;
|
|
L_2 = RemotingServices_Unmarshal_m0C51BD08CCAD82BDDA8EAA7371227148BF45BCA1(__this, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return __this;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_m518F9D7D8BBC11A68FEB95D3A264AEFCDD43E1E9 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68* L_0 = (ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68*)il2cpp_codegen_object_new(ChannelInfo_t0D234F9C7964D9C93B77535F44523D38B2F32A68_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ChannelInfo__ctor_m187885A17BC5D27FFEBCEF3A3AC7D9BF705BFA5D(L_0, NULL);
|
|
__this->___channel_info_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channel_info_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Type System.Runtime.Remoting.ObjRef::get_ServerType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ObjRef_get_ServerType_m5853BEA9280390C8B0FCBA0F200DF9B928D57228 (ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_get_ServerType_m5853BEA9280390C8B0FCBA0F200DF9B928D57228_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t* L_0 = __this->____serverType_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = __this->___typeInfo_2;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_tE8010390E4339F36EAD118592010E4866F6B6EA8_il2cpp_TypeInfo_var, L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = il2cpp_codegen_get_type(L_3, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ObjRef_get_ServerType_m5853BEA9280390C8B0FCBA0F200DF9B928D57228_RuntimeMethod_var);
|
|
__this->____serverType_5 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____serverType_5), (void*)L_4);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Type_t* L_5 = __this->____serverType_5;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ObjRef::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__cctor_m9AE6B854BE74EAE25FF90CA4C89DAC1A8D59F465 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___MarshalledObjectRef_6 = 1;
|
|
((ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t4E22D31BD764E833A74F63D99F39E3238B243396_il2cpp_TypeInfo_var))->___WellKnowObjectRef_7 = 2;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Runtime.Remoting.RemotingConfiguration::get_ApplicationName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m5A66D5507DCEA15D1892520113873CA24B9CFD76 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::set_ApplicationName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_set_ApplicationName_mDA2292B42574AC7D6790AEB4CB220C54E8837EFD (String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.RemotingConfiguration::get_ProcessId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ProcessId_mF6952584D15294A4B741A568F7A98D379CA1139C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = AppDomain_GetProcessGuid_mFC924A5EBDC7909B934361B9B2B99295B4F0C5A1(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2), (void*)L_1);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::LoadDefaultDelayedChannels()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_LoadDefaultDelayedChannels_m9857B2036BE069375DF38BBE95C869E5762CCDD2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* V_2 = NULL;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* V_3 = NULL;
|
|
ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* V_4 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0056:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
bool L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultDelayedConfigRead_4;
|
|
if (L_4)
|
|
{
|
|
goto IL_001e_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
bool L_5 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultConfigRead_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
|
|
IL_001e_1:
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* L_6 = (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB*)il2cpp_codegen_object_new(SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
SmallXmlParser__ctor_mD1AE9A75F441E331A19E111706DC130F64F7B83A(L_6, NULL);
|
|
V_2 = L_6;
|
|
String_t* L_7;
|
|
L_7 = Environment_GetMachineConfigPath_m56E3F5C327A5CC7268CE0457E3D8EA3163AD7917(NULL);
|
|
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_8 = (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B*)il2cpp_codegen_object_new(StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
StreamReader__ctor_m08BA7049EACE030ACE06AB8A8F2CDF2E2AFB55C6(L_8, L_7, NULL);
|
|
V_3 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0044_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* L_11 = (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB*)il2cpp_codegen_object_new(ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
ConfigHandler__ctor_m7B055C724C72FF1AF582C5A98B010A5D52F4B22C(L_11, (bool)1, NULL);
|
|
V_4 = L_11;
|
|
SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* L_12 = V_2;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_13 = V_3;
|
|
ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* L_14 = V_4;
|
|
NullCheck(L_12);
|
|
SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA(L_12, L_13, L_14, NULL);
|
|
goto IL_004e_1;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004e_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultDelayedConfigRead_4 = (bool)1;
|
|
goto IL_0060;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.RemotingConfiguration::IsActivationAllowed(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingConfiguration_IsActivationAllowed_m8FF14D916AB9F86846A452F15517167C4CF1FF84 (Type_t* ___0_svrType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_001e:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedServiceEntries_9;
|
|
Type_t* L_5 = ___0_svrType;
|
|
NullCheck(L_4);
|
|
bool L_6;
|
|
L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_5);
|
|
V_2 = L_6;
|
|
goto IL_0028;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
bool L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.ActivatedClientTypeEntry System.Runtime.Remoting.RemotingConfiguration::IsRemotelyActivatedClientType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* RemotingConfiguration_IsRemotelyActivatedClientType_m676CBD8B6536DE7286D3624BC193C5124A0AEBD7 (Type_t* ___0_svrType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7;
|
|
Type_t* L_5 = ___0_svrType;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5);
|
|
V_2 = ((ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE*)IsInstClass((RuntimeObject*)L_6, ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var));
|
|
goto IL_002d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.WellKnownClientTypeEntry System.Runtime.Remoting.RemotingConfiguration::IsWellKnownClientType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* RemotingConfiguration_IsWellKnownClientType_m9EC43F491A633A386752C60CE8D742366E5F97AD (Type_t* ___0_svrType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6;
|
|
Type_t* L_5 = ___0_svrType;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5);
|
|
V_2 = ((WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058*)IsInstClass((RuntimeObject*)L_6, WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var));
|
|
goto IL_002d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_mB35F7F416561194598F00E05B4F2E1EA4557B9CC (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* ___0_entry, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0073:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6;
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_5 = ___0_entry;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline(L_5, NULL);
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_0034_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7;
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_9 = ___0_entry;
|
|
NullCheck(L_9);
|
|
Type_t* L_10;
|
|
L_10 = ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_8, L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
}
|
|
|
|
IL_0034_1:
|
|
{
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_12 = ___0_entry;
|
|
NullCheck(L_12);
|
|
Type_t* L_13;
|
|
L_13 = ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751)), L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_16 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_16);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_16, L_15, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterActivatedClientType_mB35F7F416561194598F00E05B4F2E1EA4557B9CC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7;
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_18 = ___0_entry;
|
|
NullCheck(L_18);
|
|
Type_t* L_19;
|
|
L_19 = ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline(L_18, NULL);
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_20 = ___0_entry;
|
|
NullCheck(L_17);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_19, L_20);
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_21 = ___0_entry;
|
|
NullCheck(L_21);
|
|
Type_t* L_22;
|
|
L_22 = ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline(L_21, NULL);
|
|
ActivationServices_EnableProxyActivation_m1C367BD6BF65C518569FBC442BC921FEC5127766(L_22, (bool)1, NULL);
|
|
goto IL_007d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m32BF2CF50473150A7029B8126CEEE6BC1E0CD845 (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* ___0_entry, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedServiceEntries_9;
|
|
ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* L_5 = ___0_entry;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = ActivatedServiceTypeEntry_get_ObjectType_m409EC9E2DED4BEB5D7602CA6213350D4F5869E3B_inline(L_5, NULL);
|
|
ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* L_7 = ___0_entry;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_4, L_6, L_7);
|
|
goto IL_002d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m328D0BB5D40B9A353ECCE42036D0992662C0CF85 (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* ___0_entry, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0073:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6;
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_5 = ___0_entry;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline(L_5, NULL);
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_0034_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7;
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_9 = ___0_entry;
|
|
NullCheck(L_9);
|
|
Type_t* L_10;
|
|
L_10 = WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_8, L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
}
|
|
|
|
IL_0034_1:
|
|
{
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_12 = ___0_entry;
|
|
NullCheck(L_12);
|
|
Type_t* L_13;
|
|
L_13 = WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751)), L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_16 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_16);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_16, L_15, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterWellKnownClientType_m328D0BB5D40B9A353ECCE42036D0992662C0CF85_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6;
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_18 = ___0_entry;
|
|
NullCheck(L_18);
|
|
Type_t* L_19;
|
|
L_19 = WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline(L_18, NULL);
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_20 = ___0_entry;
|
|
NullCheck(L_17);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_19, L_20);
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_21 = ___0_entry;
|
|
NullCheck(L_21);
|
|
Type_t* L_22;
|
|
L_22 = WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline(L_21, NULL);
|
|
ActivationServices_EnableProxyActivation_m1C367BD6BF65C518569FBC442BC921FEC5127766(L_22, (bool)1, NULL);
|
|
goto IL_007d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m27B6F32B862A55BD8C1F91793739560678835A86 (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* ___0_entry, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_t5C9F4139FFA73067C8FC6BEB3FED3C3C56571AF8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownServiceEntries_8;
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_5 = ___0_entry;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = WellKnownServiceTypeEntry_get_ObjectUri_m7805966A4FCB0BC93EF36F00E9067516A91CFF30_inline(L_5, NULL);
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_7 = ___0_entry;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_4, L_6, L_7);
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_8 = ___0_entry;
|
|
NullCheck(L_8);
|
|
Type_t* L_9;
|
|
L_9 = WellKnownServiceTypeEntry_get_ObjectType_m6F7E9E8B223C78EABEC1961460FA34C62FA05F63_inline(L_8, NULL);
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_10 = ___0_entry;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = WellKnownServiceTypeEntry_get_ObjectUri_m7805966A4FCB0BC93EF36F00E9067516A91CFF30_inline(L_10, NULL);
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_12 = ___0_entry;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = WellKnownServiceTypeEntry_get_Mode_m0D00719E59FA9705BCC7BA5ED36346DF2468F642_inline(L_12, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingServices_t5C9F4139FFA73067C8FC6BEB3FED3C3C56571AF8_il2cpp_TypeInfo_var);
|
|
ServerIdentity_tCEA9C604C04F28C078FAD97838C53BD19AEA3767* L_14;
|
|
L_14 = RemotingServices_CreateWellKnownServerIdentity_m42740EAA7170E8FD50AE84A3A7F80CC9ED3BCF19(L_9, L_11, L_13, NULL);
|
|
goto IL_0045;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannelTemplate(System.Runtime.Remoting.ChannelData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannelTemplate_m676728CAA6F4F9D8799F37A15D94E72FC9E13B8A (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___0_channel, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_1 = ___0_channel;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Id_2;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_3 = ___0_channel;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterClientProviderTemplate(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterClientProviderTemplate_m49F58F07180911F3151D5AF43EAD4983A79F3AD7 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_prov, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___clientProviderTemplates_11;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_1 = ___0_prov;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Id_2;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_3 = ___0_prov;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterServerProviderTemplate(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterServerProviderTemplate_mD5F47CE36AC3CA83AE11ED82ACD7A3D52D21A2C1 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_prov, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___serverProviderTemplates_12;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_1 = ___0_prov;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Id_2;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_3 = ___0_prov;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannels(System.Collections.ArrayList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___0_channels, bool ___1_onlyDelayed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_t7892AD29816C874462159101B299713604D1A637_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* V_1 = NULL;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_4 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_7 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_8 = NULL;
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = ___0_channels;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01a8:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_6;
|
|
if (!L_3)
|
|
{
|
|
goto IL_01bb;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_6;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_019b_1;
|
|
}
|
|
|
|
IL_000c_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = ((ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5*)CastclassClass((RuntimeObject*)L_6, ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var));
|
|
bool L_7 = ___1_onlyDelayed;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->___DelayLoadAsClientChannel_3;
|
|
bool L_10;
|
|
L_10 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_9, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_019b_1;
|
|
}
|
|
}
|
|
|
|
IL_0030_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
bool L_11 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultDelayedConfigRead_4;
|
|
if (!L_11)
|
|
{
|
|
goto IL_004c_1;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___DelayLoadAsClientChannel_3;
|
|
bool L_14;
|
|
L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_13, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_019b_1;
|
|
}
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = L_15->___Ref_0;
|
|
if (!L_16)
|
|
{
|
|
goto IL_008f_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
String_t* L_19 = L_18->___Ref_0;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_20;
|
|
L_20 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_17, L_19);
|
|
V_2 = ((ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5*)CastclassClass((RuntimeObject*)L_20, ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var));
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_21 = V_2;
|
|
if (L_21)
|
|
{
|
|
goto IL_0088_1;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
String_t* L_23 = L_22->___Ref_0;
|
|
String_t* L_24;
|
|
L_24 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A9B5A1A5676E6DA408359AC1B7D80469A166CF5)), L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_25 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_25);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_25, L_24, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0088_1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_26 = V_1;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_27 = V_2;
|
|
NullCheck(L_26);
|
|
ChannelData_CopyFrom_mF43C89820BC182A392648E9BDF893FFD3B728699(L_26, L_27, NULL);
|
|
}
|
|
|
|
IL_008f_1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29;
|
|
L_29 = ChannelData_get_ServerProviders_mAF3717C094D3174DD8438E0CA0851682023984A2(L_28, NULL);
|
|
NullCheck(L_29);
|
|
RuntimeObject* L_30;
|
|
L_30 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_29);
|
|
V_3 = L_30;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00fe_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_31 = V_3;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_32 = V_6;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0111_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_33 = V_6;
|
|
NullCheck(L_33);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_33);
|
|
}
|
|
|
|
IL_0111_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_00f4_2;
|
|
}
|
|
|
|
IL_009d_2:
|
|
{
|
|
RuntimeObject* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
RuntimeObject* L_35;
|
|
L_35 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34);
|
|
V_4 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_35, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_36 = V_4;
|
|
NullCheck(L_36);
|
|
String_t* L_37 = L_36->___Ref_0;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00f4_2;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_38 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___serverProviderTemplates_12;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_39 = V_4;
|
|
NullCheck(L_39);
|
|
String_t* L_40 = L_39->___Ref_0;
|
|
NullCheck(L_38);
|
|
RuntimeObject* L_41;
|
|
L_41 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_38, L_40);
|
|
V_5 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_41, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_42 = V_5;
|
|
if (L_42)
|
|
{
|
|
goto IL_00eb_2;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_43 = V_4;
|
|
NullCheck(L_43);
|
|
String_t* L_44 = L_43->___Ref_0;
|
|
String_t* L_45;
|
|
L_45 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5)), L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_46 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_46);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_46, L_45, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00eb_2:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_47 = V_4;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_48 = V_5;
|
|
NullCheck(L_47);
|
|
ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7(L_47, L_48, NULL);
|
|
}
|
|
|
|
IL_00f4_2:
|
|
{
|
|
RuntimeObject* L_49 = V_3;
|
|
NullCheck(L_49);
|
|
bool L_50;
|
|
L_50 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_49);
|
|
if (L_50)
|
|
{
|
|
goto IL_009d_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0112_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0112_1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_51 = V_1;
|
|
NullCheck(L_51);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_52;
|
|
L_52 = ChannelData_get_ClientProviders_mA0B294926A71ABCCB1A863D47445DBF048F6DE01(L_51, NULL);
|
|
NullCheck(L_52);
|
|
RuntimeObject* L_53;
|
|
L_53 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_52);
|
|
V_3 = L_53;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0181_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_54 = V_3;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_55 = V_6;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0194_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_56 = V_6;
|
|
NullCheck(L_56);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_56);
|
|
}
|
|
|
|
IL_0194_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0177_2;
|
|
}
|
|
|
|
IL_0120_2:
|
|
{
|
|
RuntimeObject* L_57 = V_3;
|
|
NullCheck(L_57);
|
|
RuntimeObject* L_58;
|
|
L_58 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_57);
|
|
V_7 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_58, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_59 = V_7;
|
|
NullCheck(L_59);
|
|
String_t* L_60 = L_59->___Ref_0;
|
|
if (!L_60)
|
|
{
|
|
goto IL_0177_2;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_61 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___clientProviderTemplates_11;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_62 = V_7;
|
|
NullCheck(L_62);
|
|
String_t* L_63 = L_62->___Ref_0;
|
|
NullCheck(L_61);
|
|
RuntimeObject* L_64;
|
|
L_64 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_61, L_63);
|
|
V_8 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_64, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_65 = V_8;
|
|
if (L_65)
|
|
{
|
|
goto IL_016e_2;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_66 = V_7;
|
|
NullCheck(L_66);
|
|
String_t* L_67 = L_66->___Ref_0;
|
|
String_t* L_68;
|
|
L_68 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5)), L_67, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_69 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_69);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_69, L_68, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_016e_2:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_70 = V_7;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_71 = V_8;
|
|
NullCheck(L_70);
|
|
ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7(L_70, L_71, NULL);
|
|
}
|
|
|
|
IL_0177_2:
|
|
{
|
|
RuntimeObject* L_72 = V_3;
|
|
NullCheck(L_72);
|
|
bool L_73;
|
|
L_73 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_72);
|
|
if (L_73)
|
|
{
|
|
goto IL_0120_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0195_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0195_1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_74 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ChannelServices_t7892AD29816C874462159101B299713604D1A637_il2cpp_TypeInfo_var);
|
|
ChannelServices_RegisterChannelConfig_m4E5A1A637916B6093906E2D03AF4830DC83FE3A1(L_74, NULL);
|
|
}
|
|
|
|
IL_019b_1:
|
|
{
|
|
RuntimeObject* L_75 = V_0;
|
|
NullCheck(L_75);
|
|
bool L_76;
|
|
L_76 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_75);
|
|
if (L_76)
|
|
{
|
|
goto IL_000c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01bc;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterTypes(System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterTypes_m4E8D34BB9B8521FF18A77F3F21083CDB2C1B190B (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___0_types, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = ___0_types;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0071:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0067_1;
|
|
}
|
|
|
|
IL_0009_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = ((TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36*)CastclassClass((RuntimeObject*)L_6, TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36_il2cpp_TypeInfo_var));
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_7 = V_1;
|
|
if (!((ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE*)IsInstClass((RuntimeObject*)L_7, ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002a_1;
|
|
}
|
|
}
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterActivatedClientType_mB35F7F416561194598F00E05B4F2E1EA4557B9CC(((ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE*)CastclassClass((RuntimeObject*)L_8, ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var)), NULL);
|
|
goto IL_0067_1;
|
|
}
|
|
|
|
IL_002a_1:
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_9 = V_1;
|
|
if (!((ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B*)IsInstClass((RuntimeObject*)L_9, ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_003f_1;
|
|
}
|
|
}
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_10 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterActivatedServiceType_m32BF2CF50473150A7029B8126CEEE6BC1E0CD845(((ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B*)CastclassClass((RuntimeObject*)L_10, ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var)), NULL);
|
|
goto IL_0067_1;
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_11 = V_1;
|
|
if (!((WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058*)IsInstClass((RuntimeObject*)L_11, WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
}
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_12 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterWellKnownClientType_m328D0BB5D40B9A353ECCE42036D0992662C0CF85(((WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058*)CastclassClass((RuntimeObject*)L_12, WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var)), NULL);
|
|
goto IL_0067_1;
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_13 = V_1;
|
|
if (!((WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F*)IsInstClass((RuntimeObject*)L_13, WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0067_1;
|
|
}
|
|
}
|
|
{
|
|
TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* L_14 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterWellKnownServiceType_m27B6F32B862A55BD8C1F91793739560678835A86(((WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F*)CastclassClass((RuntimeObject*)L_14, WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var)), NULL);
|
|
}
|
|
|
|
IL_0067_1:
|
|
{
|
|
RuntimeObject* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_0009_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.RemotingConfiguration::CustomErrorsEnabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingConfiguration_CustomErrorsEnabled_mC31233EFB62E907251DE0B863E63777C5AB964C8 (bool ___0_isLocalRequest, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->____errorMode_5;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->____errorMode_5;
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_2 = ___0_isLocalRequest;
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::SetCustomErrorsMode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13 (String_t* ___0_mode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_mode;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_1 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09174D3E29A9B03ED0881B294D3636484DC8E7A7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_mode;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_2, NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_4, _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_0;
|
|
bool L_7;
|
|
L_7 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_6, _stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_0;
|
|
bool L_9;
|
|
L_9 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_8, _stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___0_mode;
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD27A38C7410AC6659D1424D97D2F4860AD5FDBD)), L_10, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_12 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_12, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_14;
|
|
L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL);
|
|
String_t* L_15 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_16;
|
|
L_16 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_14, L_15, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->____errorMode_5 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, CustomErrorsModes_tA9EE35C9D97B0490EDA2969794FC4977E3D53918_il2cpp_TypeInfo_var))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.RemotingConfiguration::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration__cctor_mBFBA5C80CC81FA97208EDCC95E0A048A9D3764B4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationID_0 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationID_0), (void*)(String_t*)NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1), (void*)(String_t*)NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___processGuid_2), (void*)(String_t*)NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultConfigRead_3 = (bool)0;
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___defaultDelayedConfigRead_4 = (bool)0;
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->____errorMode_5 = 2;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownClientEntries_6), (void*)L_0);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedClientEntries_7), (void*)L_1);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_2, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownServiceEntries_8 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___wellKnownServiceEntries_8), (void*)L_2);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_3, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedServiceEntries_9 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___activatedServiceEntries_9), (void*)L_3);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_4, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___channelTemplates_10), (void*)L_4);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_5, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___clientProviderTemplates_11 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___clientProviderTemplates_11), (void*)L_5);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___serverProviderTemplates_12 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___serverProviderTemplates_12), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler__ctor_m7B055C724C72FF1AF582C5A98B010A5D52F4B22C (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, bool ___0_onlyDelayedChannels, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL);
|
|
__this->___typeEntries_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___typeEntries_0), (void*)L_0);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->___channelInstances_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___channelInstances_1), (void*)L_1);
|
|
__this->___currentXmlPath_6 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentXmlPath_6), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_2 = ___0_onlyDelayedChannels;
|
|
__this->___onlyDelayedChannels_7 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ValidatePath(System.String,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_element, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_paths, const RuntimeMethod* method)
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___1_paths;
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_2 = L_4;
|
|
String_t* L_5 = V_2;
|
|
bool L_6;
|
|
L_6 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___0_element;
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17D23A461128D46FB98E5F26EABCCB3A13E8E77F)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB674BD014DE249701E8368E6D52303EC395F35E)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_12 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_12, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.Remoting.ConfigHandler::CheckPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
|
|
L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_0);
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_1;
|
|
L_1 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
|
|
V_0 = L_1;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_2 = V_0;
|
|
String_t* L_3 = ___0_path;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_2, L_3, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, ((int32_t)1073741824));
|
|
if (!L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___0_path;
|
|
String_t* L_6 = __this->___currentXmlPath_6;
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_8 = V_0;
|
|
String_t* L_9 = __this->___currentXmlPath_6;
|
|
String_t* L_10 = ___0_path;
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_8, L_9, L_10, ((int32_t)1073741824));
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnStartParsing(Mono.Xml.SmallXmlParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnStartParsing_mF1C2FC2D2A353B8415263CB26D1330B833DB8A07 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* ___0_parser, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnProcessingInstruction(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnProcessingInstruction_m6961C2CA9D15FDDB9840F9BFFD73D3F5AE9F059D (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnIgnorableWhitespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnIgnorableWhitespace_mA6688143A6822525B1A9B99E01CD6DF06020A598 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnStartElement_mAD6E1678D82DB6561FF937EF0915234E2E278E4D (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E09A19D03E8CD39A169CC1D0DABFB46DDE64F7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
String_t* L_0 = __this->___currentXmlPath_6;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_0, _stringLiteralF8E09A19D03E8CD39A169CC1D0DABFB46DDE64F7, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_name;
|
|
RuntimeObject* L_3 = ___1_attrs;
|
|
ConfigHandler_ParseElement_m3F90CACC65C8E3DA565CEE386C9FEF50E90A32B0(__this, L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_001a_1:
|
|
{
|
|
String_t* L_4 = __this->___currentXmlPath_6;
|
|
String_t* L_5 = ___0_name;
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_4, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_5, NULL);
|
|
__this->___currentXmlPath_6 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentXmlPath_6), (void*)L_6);
|
|
goto IL_0051;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0033;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0033:
|
|
{// begin catch(System.Exception)
|
|
V_0 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
String_t* L_7 = ___0_name;
|
|
Exception_t* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC476CD4C5AD7A3F6842E669611A262240135BD32)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155)), L_9, NULL);
|
|
Exception_t* L_11 = V_0;
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_12 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
RemotingException__ctor_m458CE4701C61E1CF05EC30690D072101E0DCB006(L_12, L_10, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_OnStartElement_mAD6E1678D82DB6561FF937EF0915234E2E278E4D_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0051:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ParseElement(System.String,Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ParseElement_m3F90CACC65C8E3DA565CEE386C9FEF50E90A32B0 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E759A0838CB9E0AC11F07D87AB7ADE1E3658498);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AF5106E27887E8D2FF3030A6CF4363AAA407675);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D542D1706E354A138185DEBD0C15CC6491074D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26CA1D5E2F6785F2DC7432A0B6AD44F0E0349443);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D1B25F57FBBF092D20BC7A78D5400EFCC693530);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4481EB4F8B6BEF5D863C23DACE5D92E1C6603258);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FB3B17CEC619C238633561C3FAE9D8ADED19582);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A2735BCC5C2C3FA3FB3FEAB6A628F7ADB815E48);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral653BECF9AD52DCE27A552FEC8151E2F976D35E59);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8788F37E33E57DC9F28B3BE2B6477FA4CAF577D4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE2893848F9FC647C2288DA6581A1522E9695182);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE5FC84E8C9F3A201FE674E9820EF84890B16E29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC46C54AAF801625D4CC5B86D35AC24E3F9CDFA85);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC47E2212B458C634930C56E3FC26BF1445C0E0A3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC760E2135EAB57AB73C3C108568C92C989BE4425);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFAFC0F3350014B6B1231ED76ACDCFB3D8DEB4DE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF19577A61D4970B841F7DAAC46ECCBF1918B065B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB6ED1555A593161156D21E9CAABA3A867A69023);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___currentProviderData_3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_name;
|
|
RuntimeObject* L_2 = ___1_attrs;
|
|
ConfigHandler_ReadCustomProviderData_m491947CAB330ED82F19362ED64760CA8272085CA(__this, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_3 = ___0_name;
|
|
uint32_t L_4;
|
|
L_4 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m52370B9D7DEAF095B34C6AE27338067A3A1CF886(L_3, NULL);
|
|
V_1 = L_4;
|
|
uint32_t L_5 = V_1;
|
|
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)1889220888)))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_6 = V_1;
|
|
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)1338032792)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)566383268)))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_8 = V_1;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)524788293))))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)566383268))))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
uint32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)653843437))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_11 = V_1;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)1338032792))))
|
|
{
|
|
goto IL_0218;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
uint32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1457512036)))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_13 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)1376955374))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)1457512036))))
|
|
{
|
|
goto IL_0203;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
uint32_t L_15 = V_1;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)1483009432))))
|
|
{
|
|
goto IL_0296;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_16 = V_1;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)1743807633))))
|
|
{
|
|
goto IL_02c0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_17 = V_1;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)1889220888))))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
uint32_t L_18 = V_1;
|
|
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)-1212105796)))))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_19 = V_1;
|
|
if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)-1457443803)))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_20 = V_1;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)-1886217186))))
|
|
{
|
|
goto IL_01ee;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_21 = V_1;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)-1457443803))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
uint32_t L_22 = V_1;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)-1428299908))))
|
|
{
|
|
goto IL_022d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_23 = V_1;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)-1306683541))))
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_24 = V_1;
|
|
if ((((int32_t)L_24) == ((int32_t)((int32_t)-1212105796))))
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
uint32_t L_25 = V_1;
|
|
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)-656080236)))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_26 = V_1;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)-706875453))))
|
|
{
|
|
goto IL_0257;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_27 = V_1;
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)-656080236))))
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
uint32_t L_28 = V_1;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)-261295130))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_29 = V_1;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)-107478745))))
|
|
{
|
|
goto IL_02ab;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_30 = V_1;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)-68654987))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
String_t* L_31 = ___0_name;
|
|
bool L_32;
|
|
L_32 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_31, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_02d5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
String_t* L_33 = ___0_name;
|
|
bool L_34;
|
|
L_34 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, _stringLiteralBE2893848F9FC647C2288DA6581A1522E9695182, NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_0305;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
String_t* L_35 = ___0_name;
|
|
bool L_36;
|
|
L_36 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_35, _stringLiteral4FB3B17CEC619C238633561C3FAE9D8ADED19582, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0322;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
String_t* L_37 = ___0_name;
|
|
bool L_38;
|
|
L_38 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, _stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_0340;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
String_t* L_39 = ___0_name;
|
|
bool L_40;
|
|
L_40 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_39, _stringLiteralC46C54AAF801625D4CC5B86D35AC24E3F9CDFA85, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_037a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
String_t* L_41 = ___0_name;
|
|
bool L_42;
|
|
L_42 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_41, _stringLiteralC760E2135EAB57AB73C3C108568C92C989BE4425, NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_0398;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
String_t* L_43 = ___0_name;
|
|
bool L_44;
|
|
L_44 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_43, _stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5, NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_03b6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
String_t* L_45 = ___0_name;
|
|
bool L_46;
|
|
L_46 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_45, _stringLiteralC47E2212B458C634930C56E3FC26BF1445C0E0A3, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_03b6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_01ee:
|
|
{
|
|
String_t* L_47 = ___0_name;
|
|
bool L_48;
|
|
L_48 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_47, _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846, NULL);
|
|
if (L_48)
|
|
{
|
|
goto IL_046d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0203:
|
|
{
|
|
String_t* L_49 = ___0_name;
|
|
bool L_50;
|
|
L_50 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_49, _stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA, NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_0494;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
String_t* L_51 = ___0_name;
|
|
bool L_52;
|
|
L_52 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_51, _stringLiteral1AF5106E27887E8D2FF3030A6CF4363AAA407675, NULL);
|
|
if (L_52)
|
|
{
|
|
goto IL_04aa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_022d:
|
|
{
|
|
String_t* L_53 = ___0_name;
|
|
bool L_54;
|
|
L_54 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_53, _stringLiteral4481EB4F8B6BEF5D863C23DACE5D92E1C6603258, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_04e4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
String_t* L_55 = ___0_name;
|
|
bool L_56;
|
|
L_56 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_55, _stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D, NULL);
|
|
if (L_56)
|
|
{
|
|
goto IL_051e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0257:
|
|
{
|
|
String_t* L_57 = ___0_name;
|
|
bool L_58;
|
|
L_58 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_57, _stringLiteral2D1B25F57FBBF092D20BC7A78D5400EFCC693530, NULL);
|
|
if (L_58)
|
|
{
|
|
goto IL_0534;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
String_t* L_59 = ___0_name;
|
|
bool L_60;
|
|
L_60 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_59, _stringLiteralBE5FC84E8C9F3A201FE674E9820EF84890B16E29, NULL);
|
|
if (L_60)
|
|
{
|
|
goto IL_0552;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0281:
|
|
{
|
|
String_t* L_61 = ___0_name;
|
|
bool L_62;
|
|
L_62 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_61, _stringLiteral5A2735BCC5C2C3FA3FB3FEAB6A628F7ADB815E48, NULL);
|
|
if (L_62)
|
|
{
|
|
goto IL_0570;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
String_t* L_63 = ___0_name;
|
|
bool L_64;
|
|
L_64 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_63, _stringLiteral26CA1D5E2F6785F2DC7432A0B6AD44F0E0349443, NULL);
|
|
if (L_64)
|
|
{
|
|
goto IL_058d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
String_t* L_65 = ___0_name;
|
|
bool L_66;
|
|
L_66 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_65, _stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742, NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_05a3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_02c0:
|
|
{
|
|
String_t* L_67 = ___0_name;
|
|
bool L_68;
|
|
L_68 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_67, _stringLiteral653BECF9AD52DCE27A552FEC8151E2F976D35E59, NULL);
|
|
if (L_68)
|
|
{
|
|
goto IL_05b9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
String_t* L_69 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_70 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_71 = L_70;
|
|
NullCheck(L_71);
|
|
ArrayElementTypeCheck (L_71, _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_69, L_71, NULL);
|
|
RuntimeObject* L_72 = ___1_attrs;
|
|
NullCheck(L_72);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_73;
|
|
L_73 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_72);
|
|
NullCheck(L_73);
|
|
if (!(((RuntimeArray*)L_73)->max_length))
|
|
{
|
|
goto IL_05f5;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_74 = ___1_attrs;
|
|
NullCheck(L_74);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_75;
|
|
L_75 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(5 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Values() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_74);
|
|
NullCheck(L_75);
|
|
int32_t L_76 = 0;
|
|
String_t* L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
__this->___appName_5 = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___appName_5), (void*)L_77);
|
|
return;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
String_t* L_78 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_79 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_80 = L_79;
|
|
NullCheck(L_80);
|
|
ArrayElementTypeCheck (L_80, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_78, L_80, NULL);
|
|
RuntimeObject* L_81 = ___1_attrs;
|
|
ConfigHandler_ReadLifetine_mA6631ED630D27C13677090D32670C1FC2B5621C1(__this, L_81, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0322:
|
|
{
|
|
String_t* L_82 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_83 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_84 = L_83;
|
|
NullCheck(L_84);
|
|
ArrayElementTypeCheck (L_84, _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_85 = L_84;
|
|
NullCheck(L_85);
|
|
ArrayElementTypeCheck (L_85, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_82, L_85, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0340:
|
|
{
|
|
String_t* L_86 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_87 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_88 = L_87;
|
|
NullCheck(L_88);
|
|
ArrayElementTypeCheck (L_88, _stringLiteral4FB3B17CEC619C238633561C3FAE9D8ADED19582);
|
|
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral4FB3B17CEC619C238633561C3FAE9D8ADED19582);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_86, L_88, NULL);
|
|
String_t* L_89 = __this->___currentXmlPath_6;
|
|
NullCheck(L_89);
|
|
int32_t L_90;
|
|
L_90 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_89, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3, NULL);
|
|
if ((((int32_t)L_90) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0371;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_91 = ___1_attrs;
|
|
ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941(__this, L_91, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0371:
|
|
{
|
|
RuntimeObject* L_92 = ___1_attrs;
|
|
ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941(__this, L_92, (bool)1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_037a:
|
|
{
|
|
String_t* L_93 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_94 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_95 = L_94;
|
|
NullCheck(L_95);
|
|
ArrayElementTypeCheck (L_95, _stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742);
|
|
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_96 = L_95;
|
|
NullCheck(L_96);
|
|
ArrayElementTypeCheck (L_96, _stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF);
|
|
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_93, L_96, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0398:
|
|
{
|
|
String_t* L_97 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_98 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_99 = L_98;
|
|
NullCheck(L_99);
|
|
ArrayElementTypeCheck (L_99, _stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742);
|
|
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDCABCB34318FEA01D90F2D4A09850C36FA6CB742);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_100 = L_99;
|
|
NullCheck(L_100);
|
|
ArrayElementTypeCheck (L_100, _stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF);
|
|
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral44F1E7DB2E8AAD233857868896DFEFE5A63EECEF);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_97, L_100, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_03b6:
|
|
{
|
|
bool L_101;
|
|
L_101 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteral1D542D1706E354A138185DEBD0C15CC6491074D7, NULL);
|
|
if (L_101)
|
|
{
|
|
goto IL_03d0;
|
|
}
|
|
}
|
|
{
|
|
bool L_102;
|
|
L_102 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteralEFAFC0F3350014B6B1231ED76ACDCFB3D8DEB4DE, NULL);
|
|
if (!L_102)
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
|
|
IL_03d0:
|
|
{
|
|
String_t* L_103 = ___0_name;
|
|
RuntimeObject* L_104 = ___1_attrs;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_105;
|
|
L_105 = ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF(__this, L_103, L_104, (bool)0, NULL);
|
|
V_0 = L_105;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_106 = __this->___currentChannel_2;
|
|
NullCheck(L_106);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_107;
|
|
L_107 = ChannelData_get_ServerProviders_mAF3717C094D3174DD8438E0CA0851682023984A2(L_106, NULL);
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_108 = V_0;
|
|
NullCheck(L_107);
|
|
int32_t L_109;
|
|
L_109 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_107, L_108);
|
|
return;
|
|
}
|
|
|
|
IL_03ed:
|
|
{
|
|
bool L_110;
|
|
L_110 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteralF19577A61D4970B841F7DAAC46ECCBF1918B065B, NULL);
|
|
if (L_110)
|
|
{
|
|
goto IL_0407;
|
|
}
|
|
}
|
|
{
|
|
bool L_111;
|
|
L_111 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteral8788F37E33E57DC9F28B3BE2B6477FA4CAF577D4, NULL);
|
|
if (!L_111)
|
|
{
|
|
goto IL_0424;
|
|
}
|
|
}
|
|
|
|
IL_0407:
|
|
{
|
|
String_t* L_112 = ___0_name;
|
|
RuntimeObject* L_113 = ___1_attrs;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_114;
|
|
L_114 = ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF(__this, L_112, L_113, (bool)0, NULL);
|
|
V_0 = L_114;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_115 = __this->___currentChannel_2;
|
|
NullCheck(L_115);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_116;
|
|
L_116 = ChannelData_get_ClientProviders_mA0B294926A71ABCCB1A863D47445DBF048F6DE01(L_115, NULL);
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_117 = V_0;
|
|
NullCheck(L_116);
|
|
int32_t L_118;
|
|
L_118 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_116, L_117);
|
|
return;
|
|
}
|
|
|
|
IL_0424:
|
|
{
|
|
bool L_119;
|
|
L_119 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteral0E759A0838CB9E0AC11F07D87AB7ADE1E3658498, NULL);
|
|
if (!L_119)
|
|
{
|
|
goto IL_0442;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_120 = ___0_name;
|
|
RuntimeObject* L_121 = ___1_attrs;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_122;
|
|
L_122 = ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF(__this, L_120, L_121, (bool)1, NULL);
|
|
V_0 = L_122;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_123 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterServerProviderTemplate_mD5F47CE36AC3CA83AE11ED82ACD7A3D52D21A2C1(L_123, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0442:
|
|
{
|
|
bool L_124;
|
|
L_124 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteralFB6ED1555A593161156D21E9CAABA3A867A69023, NULL);
|
|
if (!L_124)
|
|
{
|
|
goto IL_0460;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_125 = ___0_name;
|
|
RuntimeObject* L_126 = ___1_attrs;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_127;
|
|
L_127 = ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF(__this, L_125, L_126, (bool)1, NULL);
|
|
V_0 = L_127;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_128 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterClientProviderTemplate_m49F58F07180911F3151D5AF43EAD4983A79F3AD7(L_128, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0460:
|
|
{
|
|
String_t* L_129 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_130;
|
|
L_130 = Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_inline(Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_129, L_130, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_046d:
|
|
{
|
|
String_t* L_131 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_132 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_133 = L_132;
|
|
NullCheck(L_133);
|
|
ArrayElementTypeCheck (L_133, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
(L_133)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_131, L_133, NULL);
|
|
RuntimeObject* L_134 = ___1_attrs;
|
|
NullCheck(L_134);
|
|
String_t* L_135;
|
|
L_135 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(3 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.String) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_134, _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A);
|
|
__this->___currentClientUrl_4 = L_135;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentClientUrl_4), (void*)L_135);
|
|
return;
|
|
}
|
|
|
|
IL_0494:
|
|
{
|
|
String_t* L_136 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_137 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_138 = L_137;
|
|
NullCheck(L_138);
|
|
ArrayElementTypeCheck (L_138, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
(L_138)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_136, L_138, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04aa:
|
|
{
|
|
String_t* L_139 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_140 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_141 = L_140;
|
|
NullCheck(L_141);
|
|
ArrayElementTypeCheck (L_141, _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846);
|
|
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_142 = L_141;
|
|
NullCheck(L_142);
|
|
ArrayElementTypeCheck (L_142, _stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA);
|
|
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_139, L_142, NULL);
|
|
bool L_143;
|
|
L_143 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846, NULL);
|
|
if (!L_143)
|
|
{
|
|
goto IL_04dc;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_144 = ___1_attrs;
|
|
ConfigHandler_ReadClientWellKnown_m295F3D12FC54B91E021E4C8F958F225F7B55A521(__this, L_144, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04dc:
|
|
{
|
|
RuntimeObject* L_145 = ___1_attrs;
|
|
ConfigHandler_ReadServiceWellKnown_m2AD3A5FCC41C069B1B541CDCFB785FE3A3A491D3(__this, L_145, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04e4:
|
|
{
|
|
String_t* L_146 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_147 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_148 = L_147;
|
|
NullCheck(L_148);
|
|
ArrayElementTypeCheck (L_148, _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846);
|
|
(L_148)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_149 = L_148;
|
|
NullCheck(L_149);
|
|
ArrayElementTypeCheck (L_149, _stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA);
|
|
(L_149)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDD20A4ABE85826C9E1FB7E7CF231364434408BFA);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_146, L_149, NULL);
|
|
bool L_150;
|
|
L_150 = ConfigHandler_CheckPath_m389BC370D8E123DA5995408473CDE1D88E1306E0(__this, _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846, NULL);
|
|
if (!L_150)
|
|
{
|
|
goto IL_0516;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_151 = ___1_attrs;
|
|
ConfigHandler_ReadClientActivated_mEECEC1AACB9AACCC0762F9BF71687DE6506C3594(__this, L_151, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0516:
|
|
{
|
|
RuntimeObject* L_152 = ___1_attrs;
|
|
ConfigHandler_ReadServiceActivated_m014FAE0AA48C67B8088E2EA9B80CCF074B2F32A2(__this, L_152, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_051e:
|
|
{
|
|
String_t* L_153 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_154 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_155 = L_154;
|
|
NullCheck(L_155);
|
|
ArrayElementTypeCheck (L_155, _stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDDC3625A3D3A4B7A59AEEE40448DC3DEA5AA00F3);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_153, L_155, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0534:
|
|
{
|
|
String_t* L_156 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_157 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_158 = L_157;
|
|
NullCheck(L_158);
|
|
ArrayElementTypeCheck (L_158, _stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
(L_158)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_156, L_158, NULL);
|
|
RuntimeObject* L_159 = ___1_attrs;
|
|
ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91(__this, L_159, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0552:
|
|
{
|
|
String_t* L_160 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_161 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_162 = L_161;
|
|
NullCheck(L_162);
|
|
ArrayElementTypeCheck (L_162, _stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
(L_162)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_160, L_162, NULL);
|
|
RuntimeObject* L_163 = ___1_attrs;
|
|
ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91(__this, L_163, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0570:
|
|
{
|
|
String_t* L_164 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_165 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_166 = L_165;
|
|
NullCheck(L_166);
|
|
ArrayElementTypeCheck (L_166, _stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
(L_166)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral37CE2722D078399B62DDA59FCE70D7047FCCB84D);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_164, L_166, NULL);
|
|
RuntimeObject* L_167 = ___1_attrs;
|
|
ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879(__this, L_167, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_058d:
|
|
{
|
|
String_t* L_168 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_169 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_170 = L_169;
|
|
NullCheck(L_170);
|
|
ArrayElementTypeCheck (L_170, _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
(L_170)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_168, L_170, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05a3:
|
|
{
|
|
String_t* L_171 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_172 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_173 = L_172;
|
|
NullCheck(L_173);
|
|
ArrayElementTypeCheck (L_173, _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
(L_173)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_171, L_173, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05b9:
|
|
{
|
|
String_t* L_174 = ___0_name;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_175 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_176 = L_175;
|
|
NullCheck(L_176);
|
|
ArrayElementTypeCheck (L_176, _stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
(L_176)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral09AE50F6D0ABA2E4A954B66B8ABEB086FEACFAC7);
|
|
ConfigHandler_ValidatePath_m0FD360FEF0FC2015AB1887ADC9E7C4C6A990B907(__this, L_174, L_176, NULL);
|
|
RuntimeObject* L_177 = ___1_attrs;
|
|
NullCheck(L_177);
|
|
String_t* L_178;
|
|
L_178 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(3 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.String) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_177, _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74);
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_SetCustomErrorsMode_mEA212D2B7473983EB88C45A8F689CC2207945B13(L_178, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05df:
|
|
{
|
|
String_t* L_179 = ___0_name;
|
|
String_t* L_180;
|
|
L_180 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B798356FD894E501D551E417E73077679661C7D)), L_179, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBBD11F99363FBD48A19EC93522A2F26D535F4892)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_181 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_181);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_181, L_180, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_181, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ParseElement_m3F90CACC65C8E3DA565CEE386C9FEF50E90A32B0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_05f5:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnEndElement(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnEndElement_m6F8F19869FF7D42DA2F232238C753ED1D94DBCE1 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___currentProviderData_3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_1 = __this->___currentProviderData_3;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_1);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_3 = __this->___currentProviderData_3;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
__this->___currentProviderData_3 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentProviderData_3), (void*)(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_5 = __this->___currentXmlPath_6;
|
|
String_t* L_6 = __this->___currentXmlPath_6;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
String_t* L_8 = ___0_name;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_10;
|
|
L_10 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_5, 0, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_7, L_9)), 1)), NULL);
|
|
__this->___currentXmlPath_6 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentXmlPath_6), (void*)L_10);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadCustomProviderData(System.String,Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadCustomProviderData_m491947CAB330ED82F19362ED64760CA8272085CA (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* V_0 = NULL;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___currentProviderData_3;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_0);
|
|
V_0 = ((SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387*)CastclassClass((RuntimeObject*)L_1, SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var));
|
|
String_t* L_2 = ___0_name;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_3 = (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387*)il2cpp_codegen_object_new(SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
SinkProviderData__ctor_m6BE23DC23E436E5B9BC8BEB550BE6E1B100BF753(L_3, L_2, NULL);
|
|
V_1 = L_3;
|
|
V_2 = 0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = SinkProviderData_get_Properties_m09C377B262AFD524444704386535491EE3D07711_inline(L_4, NULL);
|
|
RuntimeObject* L_6 = ___1_attrs;
|
|
NullCheck(L_6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
|
L_7 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_6);
|
|
int32_t L_8 = V_2;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
RuntimeObject* L_11 = ___1_attrs;
|
|
int32_t L_12 = V_2;
|
|
NullCheck(L_11);
|
|
String_t* L_13;
|
|
L_13 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_11, L_12);
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_5, L_10, L_13);
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
RuntimeObject* L_16 = ___1_attrs;
|
|
NullCheck(L_16);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17;
|
|
L_17 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_16);
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19;
|
|
L_19 = SinkProviderData_get_Children_m260133B4AD49048EB6E182AF045FA489977708A7_inline(L_18, NULL);
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_20 = V_1;
|
|
NullCheck(L_19);
|
|
int32_t L_21;
|
|
L_21 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_19, L_20);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_22 = __this->___currentProviderData_3;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_23 = V_1;
|
|
NullCheck(L_22);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_22, L_23);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadLifetine(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadLifetine_mA6631ED630D27C13677090D32670C1FC2B5621C1 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49AD46268852D165D6DD25ADAFB0D9B91B3B62A3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral565EF9531125821563B3C16D6B433C236E827A86);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA09F246AE21707075DEBEE5144A3AAF265F7C5D4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6AEA9823C0193210912116B6EA9BCF397B8559);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00b2;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
|
|
L_1 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_0);
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_1 = L_4;
|
|
String_t* L_5 = V_1;
|
|
bool L_6;
|
|
L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteralAD6AEA9823C0193210912116B6EA9BCF397B8559, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteral49AD46268852D165D6DD25ADAFB0D9B91B3B62A3, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, _stringLiteral565EF9531125821563B3C16D6B433C236E827A86, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = V_1;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteralA09F246AE21707075DEBEE5144A3AAF265F7C5D4, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_13 = ___0_attrs;
|
|
int32_t L_14 = V_0;
|
|
NullCheck(L_13);
|
|
String_t* L_15;
|
|
L_15 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_13, L_14);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_16;
|
|
L_16 = ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C(__this, L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
LifetimeServices_set_LeaseTime_mE5D9EE5BB4B393772E9474190750541F52552217_inline(L_16, NULL);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
RuntimeObject* L_17 = ___0_attrs;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
String_t* L_19;
|
|
L_19 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_17, L_18);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20;
|
|
L_20 = ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C(__this, L_19, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
LifetimeServices_set_SponsorshipTimeout_mFA5EE3B27B72B3F5CC572D3BF011F187A1C52B5E_inline(L_20, NULL);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
RuntimeObject* L_21 = ___0_attrs;
|
|
int32_t L_22 = V_0;
|
|
NullCheck(L_21);
|
|
String_t* L_23;
|
|
L_23 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_21, L_22);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_24;
|
|
L_24 = ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C(__this, L_23, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
LifetimeServices_set_RenewOnCallTime_m667357A13D986F16BA2CA112BE4B2D3C1B838F9A_inline(L_24, NULL);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
RuntimeObject* L_25 = ___0_attrs;
|
|
int32_t L_26 = V_0;
|
|
NullCheck(L_25);
|
|
String_t* L_27;
|
|
L_27 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_25, L_26);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28;
|
|
L_28 = ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C(__this, L_27, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
LifetimeServices_set_LeaseManagerPollTime_m82C819230CAB2AFF413B91146A64B22AB5BFDADE(L_28, NULL);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
RuntimeObject* L_29 = ___0_attrs;
|
|
NullCheck(L_29);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30;
|
|
L_30 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var)), L_29);
|
|
int32_t L_31 = V_0;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = L_31;
|
|
String_t* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
String_t* L_34;
|
|
L_34 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF10FF70742CFD2A46129F918538797D92389E7A4)), L_33, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_35 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_35);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_35, L_34, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadLifetine_mA6631ED630D27C13677090D32670C1FC2B5621C1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
int32_t L_36 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
int32_t L_37 = V_0;
|
|
RuntimeObject* L_38 = ___0_attrs;
|
|
NullCheck(L_38);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39;
|
|
L_39 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_38);
|
|
NullCheck(L_39);
|
|
if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.TimeSpan System.Runtime.Remoting.ConfigHandler::ParseTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____819B40F8CF7DC49B4275955A17C10239F1BBBB3BF96E26E25ED844B96B645D7F_56_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral465E2376F6C7424A72DDD9AFA634A35A6E1557AC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
double V_2 = 0.0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
bool L_1;
|
|
L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
if (L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_3 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral210B13DC0D9FBABFD7B2D6C9A4704A13D113A558)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____819B40F8CF7DC49B4275955A17C10239F1BBBB3BF96E26E25ED844B96B645D7F_56_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_6, L_7, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_8;
|
|
L_8 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_4, L_6, NULL);
|
|
V_0 = L_8;
|
|
int32_t L_9 = V_0;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
V_1 = _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
String_t* L_10 = ___0_s;
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
String_t* L_12;
|
|
L_12 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_10, L_11, NULL);
|
|
V_1 = L_12;
|
|
String_t* L_13 = ___0_s;
|
|
int32_t L_14 = V_0;
|
|
NullCheck(L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_13, 0, L_14, NULL);
|
|
___0_s = L_15;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_16 = ___0_s;
|
|
double L_17;
|
|
L_17 = Double_Parse_mEBC644CE0C86A405283EC4839F872EF9E556670A(L_16, NULL);
|
|
V_2 = L_17;
|
|
goto IL_006d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_005b;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005b:
|
|
{// begin catch(System.Object)
|
|
String_t* L_18 = ___0_s;
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral582EE3459CC9D4075E983D2BB806284C4466E027)), L_18, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_20 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_20);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_20, L_19, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_006d:
|
|
{
|
|
String_t* L_21 = V_1;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
double L_23 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_24;
|
|
L_24 = TimeSpan_FromDays_mCFEAEBBA8CF0C9EEE18ABC0999D5BF52701EA539(L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
String_t* L_25 = V_1;
|
|
bool L_26;
|
|
L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
double L_27 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28;
|
|
L_28 = TimeSpan_FromHours_mBF56E93F18A822E3EA1C593E8151F154709AC6BA(L_27, NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
String_t* L_29 = V_1;
|
|
bool L_30;
|
|
L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_29, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
double L_31 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_32;
|
|
L_32 = TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5(L_31, NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
String_t* L_33 = V_1;
|
|
bool L_34;
|
|
L_34 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
double L_35 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_36;
|
|
L_36 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_35, NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
String_t* L_37 = V_1;
|
|
bool L_38;
|
|
L_38 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, _stringLiteral465E2376F6C7424A72DDD9AFA634A35A6E1557AC, NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
double L_39 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_40;
|
|
L_40 = TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775(L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
String_t* L_41 = V_1;
|
|
String_t* L_42;
|
|
L_42 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDB43E990DBA2349CEDE4E99EFD003A284CFC9EA)), L_41, NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_43 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_43);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_43, L_42, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ParseTime_mE6FA2517649970FC87F7291560B436F719F25A4C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadChannel(Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, bool ___1_isTemplate, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CAD421923F0F10D02AFE6EA17ED4E929131E356);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0F8354533780DDE841AACE39BC7E3CD2C9E84B6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_0 = (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5*)il2cpp_codegen_object_new(ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ChannelData__ctor_m379D2CA5175CD0E1300482C9BE3372EECC54D0E6(L_0, NULL);
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject* L_1 = ___0_attrs;
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2;
|
|
L_2 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_1);
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
RuntimeObject* L_6 = ___0_attrs;
|
|
NullCheck(L_6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
|
L_7 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(5 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Values() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_6);
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_3 = L_10;
|
|
String_t* L_11 = V_2;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteral5CAD421923F0F10D02AFE6EA17ED4E929131E356, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = ___1_isTemplate;
|
|
if (L_13)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_14 = V_0;
|
|
String_t* L_15 = V_3;
|
|
NullCheck(L_14);
|
|
L_14->___Ref_0 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___Ref_0), (void*)L_15);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_16 = V_2;
|
|
bool L_17;
|
|
L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_16, _stringLiteralC0F8354533780DDE841AACE39BC7E3CD2C9E84B6, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_18 = V_0;
|
|
String_t* L_19 = V_3;
|
|
NullCheck(L_18);
|
|
L_18->___DelayLoadAsClientChannel_3 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___DelayLoadAsClientChannel_3), (void*)L_19);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
String_t* L_20 = V_2;
|
|
bool L_21;
|
|
L_21 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_20, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, NULL);
|
|
bool L_22 = ___1_isTemplate;
|
|
if (!((int32_t)((int32_t)L_21&(int32_t)L_22)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_23 = V_0;
|
|
String_t* L_24 = V_3;
|
|
NullCheck(L_23);
|
|
L_23->___Id_2 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___Id_2), (void*)L_24);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
String_t* L_25 = V_2;
|
|
bool L_26;
|
|
L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_27 = V_0;
|
|
String_t* L_28 = V_3;
|
|
NullCheck(L_27);
|
|
L_27->___Type_1 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___Type_1), (void*)L_28);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_30;
|
|
L_30 = ChannelData_get_CustomProperties_m02149E83836911138742FD8E1BC2645D1A85FBFC(L_29, NULL);
|
|
String_t* L_31 = V_2;
|
|
String_t* L_32 = V_3;
|
|
NullCheck(L_30);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_30, L_31, L_32);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
int32_t L_33 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_34 = V_1;
|
|
RuntimeObject* L_35 = ___0_attrs;
|
|
NullCheck(L_35);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36;
|
|
L_36 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_35);
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_37 = ___1_isTemplate;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_38 = V_0;
|
|
NullCheck(L_38);
|
|
String_t* L_39 = L_38->___Id_2;
|
|
if (L_39)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_40 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_40);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D51FDDF58308079A043DDCC15BA528167BEE5D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
String_t* L_42 = L_41->___Type_1;
|
|
if (L_42)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_43 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_43);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D51FDDF58308079A043DDCC15BA528167BEE5D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadChannel_m6BBA8E36D79FAC58DD4CF057672CDD17665A9941_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_44 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterChannelTemplate_m676728CAA6F4F9D8799F37A15D94E72FC9E13B8A(L_44, NULL);
|
|
goto IL_00d9;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_45 = __this->___channelInstances_1;
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_46 = V_0;
|
|
NullCheck(L_45);
|
|
int32_t L_47;
|
|
L_47 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_46);
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_48 = V_0;
|
|
__this->___currentChannel_2 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentChannel_2), (void*)L_48);
|
|
return;
|
|
}
|
|
}
|
|
// System.Runtime.Remoting.ProviderData System.Runtime.Remoting.ConfigHandler::ReadProvider(System.String,Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_name, RuntimeObject* ___1_attrs, bool ___2_isTemplate, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CAD421923F0F10D02AFE6EA17ED4E929131E356);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_0 = NULL;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59* G_B3_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59* L_2 = (FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59*)il2cpp_codegen_object_new(FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
FormatterData__ctor_m4866B34A5D0EB4A79A3D4BBA3CE774A0EC1E3E5E(L_2, NULL);
|
|
G_B3_0 = L_2;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_3 = (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)il2cpp_codegen_object_new(ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ProviderData__ctor_m2630A7574AFE0E45F51A81073239BDAD7171F3E8(L_3, NULL);
|
|
G_B3_0 = ((FormatterData_t148C38087E0724F49FE2C52A913CEB38DECAED59*)(L_3));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_0 = G_B3_0;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_4 = (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387*)il2cpp_codegen_object_new(SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
SinkProviderData__ctor_m6BE23DC23E436E5B9BC8BEB550BE6E1B100BF753(L_4, _stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C, NULL);
|
|
V_1 = L_4;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_5 = V_0;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = SinkProviderData_get_Children_m260133B4AD49048EB6E182AF045FA489977708A7_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
L_5->___CustomData_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___CustomData_4), (void*)L_7);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_8 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)il2cpp_codegen_object_new(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7(L_8, NULL);
|
|
__this->___currentProviderData_3 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentProviderData_3), (void*)L_8);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_9 = __this->___currentProviderData_3;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_10 = V_1;
|
|
NullCheck(L_9);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_9, L_10);
|
|
V_2 = 0;
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
RuntimeObject* L_11 = ___1_attrs;
|
|
NullCheck(L_11);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12;
|
|
L_12 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_11);
|
|
int32_t L_13 = V_2;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
String_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_3 = L_15;
|
|
RuntimeObject* L_16 = ___1_attrs;
|
|
NullCheck(L_16);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17;
|
|
L_17 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(5 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Values() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_16);
|
|
int32_t L_18 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
V_4 = L_20;
|
|
String_t* L_21 = V_3;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, NULL);
|
|
bool L_23 = ___2_isTemplate;
|
|
if (!((int32_t)((int32_t)L_22&(int32_t)L_23)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_24 = V_0;
|
|
String_t* L_25 = V_4;
|
|
NullCheck(L_24);
|
|
L_24->___Id_2 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___Id_2), (void*)L_25);
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
String_t* L_26 = V_3;
|
|
bool L_27;
|
|
L_27 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_26, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_28 = V_0;
|
|
String_t* L_29 = V_4;
|
|
NullCheck(L_28);
|
|
L_28->___Type_1 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_28->___Type_1), (void*)L_29);
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
String_t* L_30 = V_3;
|
|
bool L_31;
|
|
L_31 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_30, _stringLiteral5CAD421923F0F10D02AFE6EA17ED4E929131E356, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
bool L_32 = ___2_isTemplate;
|
|
if (L_32)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_33 = V_0;
|
|
String_t* L_34 = V_4;
|
|
NullCheck(L_33);
|
|
L_33->___Ref_0 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_33->___Ref_0), (void*)L_34);
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_36 = L_35->___CustomProperties_3;
|
|
String_t* L_37 = V_3;
|
|
String_t* L_38 = V_4;
|
|
NullCheck(L_36);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_36, L_37, L_38);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_39 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
int32_t L_40 = V_2;
|
|
RuntimeObject* L_41 = ___1_attrs;
|
|
NullCheck(L_41);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42;
|
|
L_42 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(4 /* System.String[] Mono.Xml.SmallXmlParser/IAttrList::get_Names() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_41);
|
|
NullCheck(L_42);
|
|
if ((((int32_t)L_40) < ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_43 = V_0;
|
|
NullCheck(L_43);
|
|
String_t* L_44 = L_43->___Id_2;
|
|
bool L_45 = ___2_isTemplate;
|
|
if (!((int32_t)(((((RuntimeObject*)(String_t*)L_44) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)&(int32_t)L_45)))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_46 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_46);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D51FDDF58308079A043DDCC15BA528167BEE5D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadProvider_m43E21E4D2A79AFA70ECF360F8F86D2FB81AAE7FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_47 = V_0;
|
|
return L_47;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadClientActivated(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadClientActivated_mEECEC1AACB9AACCC0762F9BF71687DE6506C3594 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1;
|
|
L_1 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2;
|
|
L_2 = ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4(__this, (&V_0), NULL);
|
|
V_1 = L_2;
|
|
String_t* L_3 = __this->___currentClientUrl_4;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___currentClientUrl_4;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_6 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE18761C0FDAEFA215AB6DA404232AC5B2FE96ED6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadClientActivated_mEECEC1AACB9AACCC0762F9BF71687DE6506C3594_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = __this->___typeEntries_0;
|
|
String_t* L_8 = V_0;
|
|
String_t* L_9 = V_1;
|
|
String_t* L_10 = __this->___currentClientUrl_4;
|
|
ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* L_11 = (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE*)il2cpp_codegen_object_new(ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
ActivatedClientTypeEntry__ctor_mDB863F62FB6E74573BE522FCD2446FE3871589AD(L_11, L_8, L_9, L_10, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_11);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadServiceActivated(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadServiceActivated_m014FAE0AA48C67B8088E2EA9B80CCF074B2F32A2 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1;
|
|
L_1 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2;
|
|
L_2 = ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4(__this, (&V_0), NULL);
|
|
V_1 = L_2;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->___typeEntries_0;
|
|
String_t* L_4 = V_0;
|
|
String_t* L_5 = V_1;
|
|
ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* L_6 = (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B*)il2cpp_codegen_object_new(ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
ActivatedServiceTypeEntry__ctor_m241F1489CC35CC37FFD59907B7132B1C59DB35D5(L_6, L_4, L_5, NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadClientWellKnown(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadClientWellKnown_m295F3D12FC54B91E021E4C8F958F225F7B55A521 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1;
|
|
L_1 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_0, _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = ___0_attrs;
|
|
String_t* L_3;
|
|
L_3 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_2, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
V_1 = L_3;
|
|
String_t* L_4;
|
|
L_4 = ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4(__this, (&V_1), NULL);
|
|
V_2 = L_4;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->___typeEntries_0;
|
|
String_t* L_6 = V_1;
|
|
String_t* L_7 = V_2;
|
|
String_t* L_8 = V_0;
|
|
WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* L_9 = (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058*)il2cpp_codegen_object_new(WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
WellKnownClientTypeEntry__ctor_mB54C8FD691C76BF6D7F959B297C4C63BAF4104B9(L_9, L_6, L_7, L_8, NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_9);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadServiceWellKnown(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadServiceWellKnown_m2AD3A5FCC41C069B1B541CDCFB785FE3A3A491D3 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DFD50EF03F4A649921CD3B98FC9BBFE2657338B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D0595560900309D36167206F8ED4086F6F4414F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5E5293FEA09B88C13C6F9BF3792382B40D9CBF7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1;
|
|
L_1 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_0, _stringLiteralD5E5293FEA09B88C13C6F9BF3792382B40D9CBF7, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = ___0_attrs;
|
|
String_t* L_3;
|
|
L_3 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_2, _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74, NULL);
|
|
V_1 = L_3;
|
|
RuntimeObject* L_4 = ___0_attrs;
|
|
String_t* L_5;
|
|
L_5 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_4, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
|
V_2 = L_5;
|
|
String_t* L_6;
|
|
L_6 = ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4(__this, (&V_2), NULL);
|
|
V_3 = L_6;
|
|
String_t* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteral7D0595560900309D36167206F8ED4086F6F4414F, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 2;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, _stringLiteral1DFD50EF03F4A649921CD3B98FC9BBFE2657338B, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 1;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_11 = V_1;
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral490345002F497F677B5F4196B8362970016B8E51)), L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E65D0FD281A20B81EE66FB465F7427E8240937)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_13 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_13, L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadServiceWellKnown_m2AD3A5FCC41C069B1B541CDCFB785FE3A3A491D3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_14 = __this->___typeEntries_0;
|
|
String_t* L_15 = V_2;
|
|
String_t* L_16 = V_3;
|
|
String_t* L_17 = V_0;
|
|
int32_t L_18 = V_4;
|
|
WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* L_19 = (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F*)il2cpp_codegen_object_new(WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
WellKnownServiceTypeEntry__ctor_m2C72E7E8D9E1BE0132072B49E5579ABF85DBE2E1(L_19, L_15, L_16, L_17, L_18, NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_19);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadInteropXml(Mono.Xml.SmallXmlParser/IAttrList,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, bool ___1_isElement, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA109A16D6803B1282A1EB563D22C1A43E64C5F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1;
|
|
L_1 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_0, _stringLiteralDA109A16D6803B1282A1EB563D22C1A43E64C5F8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_2;
|
|
L_2 = il2cpp_codegen_get_type(L_1, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ConfigHandler_ReadInteropXml_m84EE473D5966CEA647A419DA5F4AC0D6084E9F91_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
RuntimeObject* L_3 = ___0_attrs;
|
|
String_t* L_4;
|
|
L_4 = ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D(__this, L_3, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL);
|
|
NullCheck(L_4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5;
|
|
L_5 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_4, ((int32_t)44), 0, NULL);
|
|
V_1 = L_5;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 0;
|
|
String_t* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_8, NULL);
|
|
V_2 = L_9;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
if ((((RuntimeArray*)L_10)->max_length))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 1;
|
|
String_t* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_13, NULL);
|
|
G_B3_0 = L_14;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
V_3 = G_B3_0;
|
|
bool L_15 = ___1_isElement;
|
|
if (!L_15)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = V_2;
|
|
String_t* L_17 = V_3;
|
|
Type_t* L_18 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
SoapServices_RegisterInteropXmlElement_m7AD123F31D8F4E8149B997AB623295119E6AB986(L_16, L_17, L_18, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
String_t* L_19 = V_2;
|
|
String_t* L_20 = V_3;
|
|
Type_t* L_21 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
SoapServices_RegisterInteropXmlType_m788F7276C1CE9C36E3BE129C1D882088E075C60F(L_19, L_20, L_21, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::ReadPreload(Mono.Xml.SmallXmlParser/IAttrList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39F9AE1465FB1F5899C048F1CDCBA81494B0C8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(3 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.String) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = ___0_attrs;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(3 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.String) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_2, _stringLiteralDA39F9AE1465FB1F5899C048F1CDCBA81494B0C8);
|
|
V_1 = L_3;
|
|
String_t* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_6 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E3EB4278522B6168F859CF94CF470FCCC6EA287)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_9;
|
|
L_9 = il2cpp_codegen_get_type(L_8, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
SoapServices_PreLoad_m4035280C001298A48C354CFB55A488CE18F9249E(L_9, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_10 = V_1;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = V_1;
|
|
Assembly_t* L_12;
|
|
L_12 = Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90(L_11, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SoapServices_t4D90B67F1A9FBE937B32D422081C7DC5B3304657_il2cpp_TypeInfo_var);
|
|
SoapServices_PreLoad_mD08211CDFC56252AE90AA2B46D55907F79837724(L_12, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_13 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60DD930E5A5E811ABBC8E526C1ACA88F58EA4C81)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_ReadPreload_m05FE4C43651F26BAA8BF31345FDE26169F2CD879_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ConfigHandler::GetNotNull(Mono.Xml.SmallXmlParser/IAttrList,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, RuntimeObject* ___0_attrs, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_attrs;
|
|
String_t* L_1 = ___1_name;
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(3 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.String) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_0, L_1);
|
|
V_0 = L_2;
|
|
String_t* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_6 = ___1_name;
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC89BC4B651526324A940F43DBDDD65881B0A8201)), NULL);
|
|
RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213* L_8 = (RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_t2A1BD76EDC21EC474946432B08D98BE15811E213_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
RemotingException__ctor_mB760BB4F8C02E4A8E07829F2D63D7AAA204FB948(L_8, L_7, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConfigHandler_GetNotNull_m3291CA79A71105EC0F605E6E1E1B4BB076B1F52D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String System.Runtime.Remoting.ConfigHandler::ExtractAssembly(System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigHandler_ExtractAssembly_m178572FC387D19D46EF334BC174B23E19B102CA4 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t** ___0_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t** L_0 = ___0_type;
|
|
String_t* L_1 = *((String_t**)L_0);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_1, ((int32_t)44), NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t** L_4 = ___0_type;
|
|
String_t* L_5 = *((String_t**)L_4);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_5, ((int32_t)il2cpp_codegen_add(L_6, 1)), NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_7, NULL);
|
|
String_t** L_9 = ___0_type;
|
|
String_t** L_10 = ___0_type;
|
|
String_t* L_11 = *((String_t**)L_10);
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
String_t* L_13;
|
|
L_13 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_11, 0, L_12, NULL);
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_13, NULL);
|
|
*((RuntimeObject**)L_9) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_14);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnChars(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnChars_mF3FA6EDB2CA841F56431F1B5F052E68A08ADC8C3 (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, String_t* ___0_ch, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ConfigHandler::OnEndParsing(Mono.Xml.SmallXmlParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler_OnEndParsing_m247E9DAC67AEEE9FE7034870F679CCFC0B1DD05E (ConfigHandler_tD1A013522BF2DAC248D55AF3DC8A684562A3E8AB* __this, SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* ___0_parser, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___channelInstances_1;
|
|
bool L_1 = __this->___onlyDelayedChannels_7;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterChannels_m98EA4CE6187D8F303E75BDB7A42B7112A3F072E1(L_0, L_1, NULL);
|
|
String_t* L_2 = __this->___appName_5;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = __this->___appName_5;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_set_ApplicationName_mDA2292B42574AC7D6790AEB4CB220C54E8837EFD_inline(L_3, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
bool L_4 = __this->___onlyDelayedChannels_7;
|
|
if (L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->___typeEntries_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
RemotingConfiguration_RegisterTypes_m4E8D34BB9B8521FF18A77F3F21083CDB2C1B190B(L_5, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ServerProviders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ChannelData_get_ServerProviders_mAF3717C094D3174DD8438E0CA0851682023984A2 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____serverProviders_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->____serverProviders_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____serverProviders_4), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____serverProviders_4;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ClientProviders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ChannelData_get_ClientProviders_mA0B294926A71ABCCB1A863D47445DBF048F6DE01 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____clientProviders_5;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->____clientProviders_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____clientProviders_5), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____clientProviders_5;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.Hashtable System.Runtime.Remoting.ChannelData::get_CustomProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ChannelData_get_CustomProperties_m02149E83836911138742FD8E1BC2645D1A85FBFC (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____customProperties_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL);
|
|
__this->____customProperties_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____customProperties_6), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->____customProperties_6;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ChannelData::CopyFrom(System.Runtime.Remoting.ChannelData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelData_CopyFrom_mF43C89820BC182A392648E9BDF893FFD3B728699 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_4 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_5 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_6 = NULL;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* V_7 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___Ref_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_1 = ___0_other;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Ref_0;
|
|
__this->___Ref_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Ref_0), (void*)L_2);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_3 = __this->___Id_2;
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_4 = ___0_other;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->___Id_2;
|
|
__this->___Id_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Id_2), (void*)L_5);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6 = __this->___Type_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_7 = ___0_other;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = L_7->___Type_1;
|
|
__this->___Type_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Type_1), (void*)L_8);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_9 = __this->___DelayLoadAsClientChannel_3;
|
|
if (L_9)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_10 = ___0_other;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->___DelayLoadAsClientChannel_3;
|
|
__this->___DelayLoadAsClientChannel_3 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DelayLoadAsClientChannel_3), (void*)L_11);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_12 = ___0_other;
|
|
NullCheck(L_12);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_13 = L_12->____customProperties_6;
|
|
if (!L_13)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_14 = ___0_other;
|
|
NullCheck(L_14);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = L_14->____customProperties_6;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16;
|
|
L_16 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_15);
|
|
V_0 = L_16;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00a9:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_17 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_18 = V_2;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_19);
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_009f_1;
|
|
}
|
|
|
|
IL_0066_1:
|
|
{
|
|
RuntimeObject* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20);
|
|
V_1 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_21, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var))));
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_22;
|
|
L_22 = ChannelData_get_CustomProperties_m02149E83836911138742FD8E1BC2645D1A85FBFC(__this, NULL);
|
|
RuntimeObject* L_23;
|
|
L_23 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_1), NULL);
|
|
NullCheck(L_22);
|
|
bool L_24;
|
|
L_24 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_22, L_23);
|
|
if (L_24)
|
|
{
|
|
goto IL_009f_1;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_25;
|
|
L_25 = ChannelData_get_CustomProperties_m02149E83836911138742FD8E1BC2645D1A85FBFC(__this, NULL);
|
|
RuntimeObject* L_26;
|
|
L_26 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_1), NULL);
|
|
RuntimeObject* L_27;
|
|
L_27 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_1), NULL);
|
|
NullCheck(L_25);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_26, L_27);
|
|
}
|
|
|
|
IL_009f_1:
|
|
{
|
|
RuntimeObject* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
bool L_29;
|
|
L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_28);
|
|
if (L_29)
|
|
{
|
|
goto IL_0066_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = __this->____serverProviders_4;
|
|
if (L_30)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_31 = ___0_other;
|
|
NullCheck(L_31);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_32 = L_31->____serverProviders_4;
|
|
if (!L_32)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_33 = ___0_other;
|
|
NullCheck(L_33);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_34 = L_33->____serverProviders_4;
|
|
NullCheck(L_34);
|
|
RuntimeObject* L_35;
|
|
L_35 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_34);
|
|
V_3 = L_35;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_010d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_36 = V_3;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_37 = V_2;
|
|
if (!L_37)
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_38);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0103_1;
|
|
}
|
|
|
|
IL_00d8_1:
|
|
{
|
|
RuntimeObject* L_39 = V_3;
|
|
NullCheck(L_39);
|
|
RuntimeObject* L_40;
|
|
L_40 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39);
|
|
V_4 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_40, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_41 = (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)il2cpp_codegen_object_new(ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
NullCheck(L_41);
|
|
ProviderData__ctor_m2630A7574AFE0E45F51A81073239BDAD7171F3E8(L_41, NULL);
|
|
V_5 = L_41;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_42 = V_5;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_43 = V_4;
|
|
NullCheck(L_42);
|
|
ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7(L_42, L_43, NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_44;
|
|
L_44 = ChannelData_get_ServerProviders_mAF3717C094D3174DD8438E0CA0851682023984A2(__this, NULL);
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_45 = V_5;
|
|
NullCheck(L_44);
|
|
int32_t L_46;
|
|
L_46 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_45);
|
|
}
|
|
|
|
IL_0103_1:
|
|
{
|
|
RuntimeObject* L_47 = V_3;
|
|
NullCheck(L_47);
|
|
bool L_48;
|
|
L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_47);
|
|
if (L_48)
|
|
{
|
|
goto IL_00d8_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_49 = __this->____clientProviders_5;
|
|
if (L_49)
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_50 = ___0_other;
|
|
NullCheck(L_50);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_51 = L_50->____clientProviders_5;
|
|
if (!L_51)
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* L_52 = ___0_other;
|
|
NullCheck(L_52);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_53 = L_52->____clientProviders_5;
|
|
NullCheck(L_53);
|
|
RuntimeObject* L_54;
|
|
L_54 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_53);
|
|
V_3 = L_54;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0171:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_55 = V_3;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_55, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_56 = V_2;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_57 = V_2;
|
|
NullCheck(L_57);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_57);
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0167_1;
|
|
}
|
|
|
|
IL_013c_1:
|
|
{
|
|
RuntimeObject* L_58 = V_3;
|
|
NullCheck(L_58);
|
|
RuntimeObject* L_59;
|
|
L_59 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_58);
|
|
V_6 = ((ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)CastclassClass((RuntimeObject*)L_59, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var));
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_60 = (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481*)il2cpp_codegen_object_new(ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481_il2cpp_TypeInfo_var);
|
|
NullCheck(L_60);
|
|
ProviderData__ctor_m2630A7574AFE0E45F51A81073239BDAD7171F3E8(L_60, NULL);
|
|
V_7 = L_60;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_61 = V_7;
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_62 = V_6;
|
|
NullCheck(L_61);
|
|
ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7(L_61, L_62, NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_63;
|
|
L_63 = ChannelData_get_ClientProviders_mA0B294926A71ABCCB1A863D47445DBF048F6DE01(__this, NULL);
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_64 = V_7;
|
|
NullCheck(L_63);
|
|
int32_t L_65;
|
|
L_65 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_63, L_64);
|
|
}
|
|
|
|
IL_0167_1:
|
|
{
|
|
RuntimeObject* L_66 = V_3;
|
|
NullCheck(L_66);
|
|
bool L_67;
|
|
L_67 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_66);
|
|
if (L_67)
|
|
{
|
|
goto IL_013c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ChannelData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelData__ctor_m379D2CA5175CD0E1300482C9BE3372EECC54D0E6 (ChannelData_tA3F585C517C5096FDE7861E373EFA62862B644C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL);
|
|
__this->____serverProviders_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____serverProviders_4), (void*)L_0);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->____clientProviders_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____clientProviders_5), (void*)L_1);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_2, NULL);
|
|
__this->____customProperties_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____customProperties_6), (void*)L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m04F30A94586F5827CC4349CFC2E5577239B610C7 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* __this, ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* V_4 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___Ref_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_1 = ___0_other;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Ref_0;
|
|
__this->___Ref_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Ref_0), (void*)L_2);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_3 = __this->___Id_2;
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_4 = ___0_other;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->___Id_2;
|
|
__this->___Id_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Id_2), (void*)L_5);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6 = __this->___Type_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_7 = ___0_other;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = L_7->___Type_1;
|
|
__this->___Type_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Type_1), (void*)L_8);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_9 = ___0_other;
|
|
NullCheck(L_9);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = L_9->___CustomProperties_3;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_10);
|
|
V_0 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_008d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_12 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0083_1;
|
|
}
|
|
|
|
IL_004a_1:
|
|
{
|
|
RuntimeObject* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16;
|
|
L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
V_1 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_16, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var))));
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = __this->___CustomProperties_3;
|
|
RuntimeObject* L_18;
|
|
L_18 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_1), NULL);
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_17, L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_0083_1;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20 = __this->___CustomProperties_3;
|
|
RuntimeObject* L_21;
|
|
L_21 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_1), NULL);
|
|
RuntimeObject* L_22;
|
|
L_22 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_1), NULL);
|
|
NullCheck(L_20);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_20, L_21, L_22);
|
|
}
|
|
|
|
IL_0083_1:
|
|
{
|
|
RuntimeObject* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
bool L_24;
|
|
L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_23);
|
|
if (L_24)
|
|
{
|
|
goto IL_004a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_25 = ___0_other;
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26 = L_25->___CustomData_4;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_27 = __this->___CustomData_4;
|
|
if (L_27)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_28 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_28, NULL);
|
|
__this->___CustomData_4 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CustomData_4), (void*)L_28);
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* L_29 = ___0_other;
|
|
NullCheck(L_29);
|
|
RuntimeObject* L_30 = L_29->___CustomData_4;
|
|
NullCheck(L_30);
|
|
RuntimeObject* L_31;
|
|
L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_30);
|
|
V_3 = L_31;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ec:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_32 = V_3;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_33 = V_2;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_34 = V_2;
|
|
NullCheck(L_34);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_34);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00e2_1;
|
|
}
|
|
|
|
IL_00c7_1:
|
|
{
|
|
RuntimeObject* L_35 = V_3;
|
|
NullCheck(L_35);
|
|
RuntimeObject* L_36;
|
|
L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35);
|
|
V_4 = ((SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387*)CastclassClass((RuntimeObject*)L_36, SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_37 = __this->___CustomData_4;
|
|
SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* L_38 = V_4;
|
|
NullCheck(L_37);
|
|
int32_t L_39;
|
|
L_39 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_37, L_38);
|
|
}
|
|
|
|
IL_00e2_1:
|
|
{
|
|
RuntimeObject* L_40 = V_3;
|
|
NullCheck(L_40);
|
|
bool L_41;
|
|
L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_40);
|
|
if (L_41)
|
|
{
|
|
goto IL_00c7_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Runtime.Remoting.ProviderData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData__ctor_m2630A7574AFE0E45F51A81073239BDAD7171F3E8 (ProviderData_t8A7E7568AE71841B79E924C3D6ACC637D0568481* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
__this->___CustomProperties_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CustomProperties_3), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_flags_4;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* X509Certificate_get_Impl_m567BEB584A388821259EB9BBBB5B90B6182CC99D_inline (X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* L_0 = __this->___impl_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_0 = __this->___calendar_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ClaimsIdentity_get_Actor_m68296DCBD717624B0ABF946492E13BCFD564E09D_inline (ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = __this->___m_actor_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Claim_get_Value_m50E28A1568B1A2622F58DCD4EBF2382BB980B1CE_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_value_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* Claim_get_Subject_mB66477534A26C71671C1A2E7D1CD09CE6A278782_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = __this->___m_subject_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Claim_get_Type_mA301AF5212B25CC57E3E7BE481FEDEF0A8E9DFB8_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Claim_set_Subject_m1007A45AA2690A177590DDA667170C9807C7D4D1_inline (Claim_tC8C7CACAF0F1EAB2F79A4B59E98C5FA44EFE3C14* __this, ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ClaimsIdentity_tF926D758CB543B2C0FC3D0620E1F9BC597889206* L_0 = ___0_value;
|
|
__this->___m_subject_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_subject_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____HResult_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m1A577A9EDEA6B0AA7490AD1C392D578E4833B345_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___assembly_name_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___assembly_name_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_mD7EDCB69F495F37131DE1AA02ADB77FB606959BC_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___type_name_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_name_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_m87C034FE84FBB84C90FBBAC8D4C7BFCAA2C23FF3_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___type_name_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_m59FFB4F64604E2B1CA54ACE10839CC974DF51DCF_inline (TypeEntry_tA8B9E2F03AA25274679409CAE88F9BBD047FCF36* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___assembly_name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_m3140AED20E1B838333C8B1C97ED0A4FC9A3616D4_inline (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___applicationUrl_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ActivatedClientTypeEntry_get_ObjectType_m43BAB03A7A4C579996FD1C6BF1868653C728207B_inline (ActivatedClientTypeEntry_t131CADA377FC44615062212092ED260E551944CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ActivatedServiceTypeEntry_get_ObjectType_m409EC9E2DED4BEB5D7602CA6213350D4F5869E3B_inline (ActivatedServiceTypeEntry_tBDEA3FA20398A81D96E6A6A65717622B127DCE8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* WellKnownClientTypeEntry_get_ObjectType_mD74E241F8A37D55D580E961E638AFEDED1CE7CDC_inline (WellKnownClientTypeEntry_t347372ACAC92831B98A6A1743747BAB5993D6058* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m7805966A4FCB0BC93EF36F00E9067516A91CFF30_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___obj_uri_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* WellKnownServiceTypeEntry_get_ObjectType_m6F7E9E8B223C78EABEC1961460FA34C62FA05F63_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___obj_type_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m0D00719E59FA9705BCC7BA5ED36346DF2468F642_inline (WellKnownServiceTypeEntry_tDDA2E122B4DDF9380DA4B94FD9347D38FD9CF85F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___obj_mode_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Properties_m09C377B262AFD524444704386535491EE3D07711_inline (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___properties_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Children_m260133B4AD49048EB6E182AF045FA489977708A7_inline (SinkProviderData_t44E7CE230DCE7F13D6B8617F1E3E7EF6D6388387* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___children_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_LeaseTime_mE5D9EE5BB4B393772E9474190750541F52552217_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
((LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var))->____leaseTime_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_SponsorshipTimeout_mFA5EE3B27B72B3F5CC572D3BF011F187A1C52B5E_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
((LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var))->____sponsorshipTimeout_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LifetimeServices_set_RenewOnCallTime_m667357A13D986F16BA2CA112BE4B2D3C1B838F9A_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var);
|
|
((LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_t42604690B4D31B9A4414518142BCB5D8489FAAE0_il2cpp_TypeInfo_var))->____renewOnCallTime_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RemotingConfiguration_set_ApplicationName_mDA2292B42574AC7D6790AEB4CB220C54E8837EFD_inline (String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var);
|
|
((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t94DF73F569F8A3EEDFB5CC430EEDF59A42C6D52B_il2cpp_TypeInfo_var))->___applicationName_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____key_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->____currentKey_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0;
|
|
return L_0;
|
|
}
|
|
}
|