| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745 |
- #include "pch-cpp.hpp"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <limits>
- #include <stdint.h>
- // System.Char[]
- struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
- // System.Type[]
- struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
- // System.Reflection.AssemblyCompanyAttribute
- struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4;
- // System.Reflection.AssemblyCopyrightAttribute
- struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC;
- // System.Reflection.AssemblyDefaultAliasAttribute
- struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA;
- // System.Reflection.AssemblyDescriptionAttribute
- struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3;
- // System.Reflection.AssemblyFileVersionAttribute
- struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F;
- // System.Reflection.AssemblyInformationalVersionAttribute
- struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0;
- // System.Reflection.AssemblyMetadataAttribute
- struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F;
- // System.Reflection.AssemblyProductAttribute
- struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
- // System.Reflection.AssemblyTitleAttribute
- struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
- // System.Reflection.Binder
- struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
- // System.CLSCompliantAttribute
- struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249;
- // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
- struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
- // System.Runtime.CompilerServices.CompilerGeneratedAttribute
- struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
- // System.Diagnostics.DebuggableAttribute
- struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
- // System.Diagnostics.DebuggerDisplayAttribute
- struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F;
- // System.Diagnostics.DebuggerTypeProxyAttribute
- struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014;
- // System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
- struct DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F;
- // System.Reflection.DefaultMemberAttribute
- struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5;
- // System.ComponentModel.EditorBrowsableAttribute
- struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614;
- // Microsoft.CodeAnalysis.EmbeddedAttribute
- struct EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB;
- // System.Runtime.CompilerServices.ExtensionAttribute
- struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC;
- // System.Runtime.CompilerServices.IsByRefLikeAttribute
- struct IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38;
- // System.Runtime.CompilerServices.IsReadOnlyAttribute
- struct IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9;
- // System.Reflection.MemberFilter
- struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
- // System.Resources.NeutralResourcesLanguageAttribute
- struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2;
- // System.ObsoleteAttribute
- struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671;
- // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
- struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
- // System.String
- struct String_t;
- // System.Type
- struct Type_t;
- // System.Void
- struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
- IL2CPP_EXTERN_C const RuntimeType* MemoryDebugView_1_tBC60D5F5B656DAD7D858C9E986962853597F3501_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var;
- IL2CPP_EXTERN_C_BEGIN
- IL2CPP_EXTERN_C_END
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Object
- // System.Attribute
- struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
- {
- public:
- public:
- };
- // System.Reflection.MemberInfo
- struct MemberInfo_t : public RuntimeObject
- {
- public:
- public:
- };
- // System.String
- struct String_t : public RuntimeObject
- {
- public:
- // System.Int32 System.String::m_stringLength
- int32_t ___m_stringLength_0;
- // System.Char System.String::m_firstChar
- Il2CppChar ___m_firstChar_1;
- public:
- inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
- inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
- inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
- inline void set_m_stringLength_0(int32_t value)
- {
- ___m_stringLength_0 = value;
- }
- inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
- inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
- inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
- inline void set_m_firstChar_1(Il2CppChar value)
- {
- ___m_firstChar_1 = value;
- }
- };
- struct String_t_StaticFields
- {
- public:
- // System.String System.String::Empty
- String_t* ___Empty_5;
- public:
- inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
- inline String_t* get_Empty_5() const { return ___Empty_5; }
- inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
- inline void set_Empty_5(String_t* value)
- {
- ___Empty_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
- }
- };
- // System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
- {
- public:
- public:
- };
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
- {
- };
- // System.Reflection.AssemblyCompanyAttribute
- struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyCompanyAttribute::m_company
- String_t* ___m_company_0;
- public:
- inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
- inline String_t* get_m_company_0() const { return ___m_company_0; }
- inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
- inline void set_m_company_0(String_t* value)
- {
- ___m_company_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyCopyrightAttribute
- struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
- String_t* ___m_copyright_0;
- public:
- inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); }
- inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
- inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
- inline void set_m_copyright_0(String_t* value)
- {
- ___m_copyright_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyDefaultAliasAttribute
- struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyDefaultAliasAttribute::m_defaultAlias
- String_t* ___m_defaultAlias_0;
- public:
- inline static int32_t get_offset_of_m_defaultAlias_0() { return static_cast<int32_t>(offsetof(AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA, ___m_defaultAlias_0)); }
- inline String_t* get_m_defaultAlias_0() const { return ___m_defaultAlias_0; }
- inline String_t** get_address_of_m_defaultAlias_0() { return &___m_defaultAlias_0; }
- inline void set_m_defaultAlias_0(String_t* value)
- {
- ___m_defaultAlias_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_defaultAlias_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyDescriptionAttribute
- struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyDescriptionAttribute::m_description
- String_t* ___m_description_0;
- public:
- inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); }
- inline String_t* get_m_description_0() const { return ___m_description_0; }
- inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
- inline void set_m_description_0(String_t* value)
- {
- ___m_description_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyFileVersionAttribute
- struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyFileVersionAttribute::_version
- String_t* ____version_0;
- public:
- inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); }
- inline String_t* get__version_0() const { return ____version_0; }
- inline String_t** get_address_of__version_0() { return &____version_0; }
- inline void set__version_0(String_t* value)
- {
- ____version_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyInformationalVersionAttribute
- struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
- String_t* ___m_informationalVersion_0;
- public:
- inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); }
- inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
- inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
- inline void set_m_informationalVersion_0(String_t* value)
- {
- ___m_informationalVersion_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyMetadataAttribute
- struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyMetadataAttribute::m_key
- String_t* ___m_key_0;
- // System.String System.Reflection.AssemblyMetadataAttribute::m_value
- String_t* ___m_value_1;
- public:
- inline static int32_t get_offset_of_m_key_0() { return static_cast<int32_t>(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_key_0)); }
- inline String_t* get_m_key_0() const { return ___m_key_0; }
- inline String_t** get_address_of_m_key_0() { return &___m_key_0; }
- inline void set_m_key_0(String_t* value)
- {
- ___m_key_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_key_0), (void*)value);
- }
- inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_value_1)); }
- inline String_t* get_m_value_1() const { return ___m_value_1; }
- inline String_t** get_address_of_m_value_1() { return &___m_value_1; }
- inline void set_m_value_1(String_t* value)
- {
- ___m_value_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
- }
- };
- // System.Reflection.AssemblyProductAttribute
- struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyProductAttribute::m_product
- String_t* ___m_product_0;
- public:
- inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
- inline String_t* get_m_product_0() const { return ___m_product_0; }
- inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
- inline void set_m_product_0(String_t* value)
- {
- ___m_product_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyTitleAttribute
- struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyTitleAttribute::m_title
- String_t* ___m_title_0;
- public:
- inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
- inline String_t* get_m_title_0() const { return ___m_title_0; }
- inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
- inline void set_m_title_0(String_t* value)
- {
- ___m_title_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
- }
- };
- // System.Boolean
- struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
- {
- public:
- // System.Boolean System.Boolean::m_value
- bool ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
- inline bool get_m_value_0() const { return ___m_value_0; }
- inline bool* get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(bool value)
- {
- ___m_value_0 = value;
- }
- };
- struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
- {
- public:
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_5;
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_6;
- public:
- inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
- inline String_t* get_TrueString_5() const { return ___TrueString_5; }
- inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
- inline void set_TrueString_5(String_t* value)
- {
- ___TrueString_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
- }
- inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
- inline String_t* get_FalseString_6() const { return ___FalseString_6; }
- inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
- inline void set_FalseString_6(String_t* value)
- {
- ___FalseString_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
- }
- };
- // System.CLSCompliantAttribute
- struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Boolean System.CLSCompliantAttribute::m_compliant
- bool ___m_compliant_0;
- public:
- inline static int32_t get_offset_of_m_compliant_0() { return static_cast<int32_t>(offsetof(CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249, ___m_compliant_0)); }
- inline bool get_m_compliant_0() const { return ___m_compliant_0; }
- inline bool* get_address_of_m_compliant_0() { return &___m_compliant_0; }
- inline void set_m_compliant_0(bool value)
- {
- ___m_compliant_0 = value;
- }
- };
- // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
- struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
- int32_t ___m_relaxations_0;
- public:
- inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
- inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
- inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
- inline void set_m_relaxations_0(int32_t value)
- {
- ___m_relaxations_0 = value;
- }
- };
- // System.Runtime.CompilerServices.CompilerGeneratedAttribute
- struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.Diagnostics.DebuggerDisplayAttribute
- struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Diagnostics.DebuggerDisplayAttribute::name
- String_t* ___name_0;
- // System.String System.Diagnostics.DebuggerDisplayAttribute::value
- String_t* ___value_1;
- // System.String System.Diagnostics.DebuggerDisplayAttribute::type
- String_t* ___type_2;
- public:
- inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___name_0)); }
- inline String_t* get_name_0() const { return ___name_0; }
- inline String_t** get_address_of_name_0() { return &___name_0; }
- inline void set_name_0(String_t* value)
- {
- ___name_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
- }
- inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___value_1)); }
- inline String_t* get_value_1() const { return ___value_1; }
- inline String_t** get_address_of_value_1() { return &___value_1; }
- inline void set_value_1(String_t* value)
- {
- ___value_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
- }
- inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___type_2)); }
- inline String_t* get_type_2() const { return ___type_2; }
- inline String_t** get_address_of_type_2() { return &___type_2; }
- inline void set_type_2(String_t* value)
- {
- ___type_2 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value);
- }
- };
- // System.Diagnostics.DebuggerTypeProxyAttribute
- struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Diagnostics.DebuggerTypeProxyAttribute::typeName
- String_t* ___typeName_0;
- public:
- inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014, ___typeName_0)); }
- inline String_t* get_typeName_0() const { return ___typeName_0; }
- inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
- inline void set_typeName_0(String_t* value)
- {
- ___typeName_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
- }
- };
- // System.Reflection.DefaultMemberAttribute
- struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.DefaultMemberAttribute::m_memberName
- String_t* ___m_memberName_0;
- public:
- inline static int32_t get_offset_of_m_memberName_0() { return static_cast<int32_t>(offsetof(DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5, ___m_memberName_0)); }
- inline String_t* get_m_memberName_0() const { return ___m_memberName_0; }
- inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; }
- inline void set_m_memberName_0(String_t* value)
- {
- ___m_memberName_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value);
- }
- };
- // Microsoft.CodeAnalysis.EmbeddedAttribute
- struct EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
- {
- public:
- public:
- };
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
- {
- public:
- // System.Char[] System.Enum::enumSeperatorCharArray
- CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
- public:
- inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
- inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
- inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
- inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
- {
- ___enumSeperatorCharArray_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
- }
- };
- // Native definition for P/Invoke marshalling of System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
- {
- };
- // System.Runtime.CompilerServices.ExtensionAttribute
- struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.IntPtr
- struct IntPtr_t
- {
- public:
- // System.Void* System.IntPtr::m_value
- void* ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
- inline void* get_m_value_0() const { return ___m_value_0; }
- inline void** get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(void* value)
- {
- ___m_value_0 = value;
- }
- };
- struct IntPtr_t_StaticFields
- {
- public:
- // System.IntPtr System.IntPtr::Zero
- intptr_t ___Zero_1;
- public:
- inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
- inline intptr_t get_Zero_1() const { return ___Zero_1; }
- inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
- inline void set_Zero_1(intptr_t value)
- {
- ___Zero_1 = value;
- }
- };
- // System.Runtime.CompilerServices.IsByRefLikeAttribute
- struct IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.Runtime.CompilerServices.IsReadOnlyAttribute
- struct IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.ObsoleteAttribute
- struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.ObsoleteAttribute::_message
- String_t* ____message_0;
- // System.Boolean System.ObsoleteAttribute::_error
- bool ____error_1;
- public:
- inline static int32_t get_offset_of__message_0() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____message_0)); }
- inline String_t* get__message_0() const { return ____message_0; }
- inline String_t** get_address_of__message_0() { return &____message_0; }
- inline void set__message_0(String_t* value)
- {
- ____message_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____message_0), (void*)value);
- }
- inline static int32_t get_offset_of__error_1() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____error_1)); }
- inline bool get__error_1() const { return ____error_1; }
- inline bool* get_address_of__error_1() { return &____error_1; }
- inline void set__error_1(bool value)
- {
- ____error_1 = value;
- }
- };
- // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
- struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
- bool ___m_wrapNonExceptionThrows_0;
- public:
- inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
- inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
- inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
- inline void set_m_wrapNonExceptionThrows_0(bool value)
- {
- ___m_wrapNonExceptionThrows_0 = value;
- }
- };
- // System.Void
- struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
- {
- public:
- union
- {
- struct
- {
- };
- uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
- };
- public:
- };
- // System.Reflection.BindingFlags
- struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
- {
- public:
- // System.Int32 System.Reflection.BindingFlags::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Runtime.InteropServices.DllImportSearchPath
- struct DllImportSearchPath_t0DCA43A0B5753BD73767C7A1B85AB9272669BB8A
- {
- public:
- // System.Int32 System.Runtime.InteropServices.DllImportSearchPath::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DllImportSearchPath_t0DCA43A0B5753BD73767C7A1B85AB9272669BB8A, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.ComponentModel.EditorBrowsableState
- struct EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1
- {
- public:
- // System.Int32 System.ComponentModel.EditorBrowsableState::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.RuntimeTypeHandle
- struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
- {
- public:
- // System.IntPtr System.RuntimeTypeHandle::value
- intptr_t ___value_0;
- public:
- inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
- inline intptr_t get_value_0() const { return ___value_0; }
- inline intptr_t* get_address_of_value_0() { return &___value_0; }
- inline void set_value_0(intptr_t value)
- {
- ___value_0 = value;
- }
- };
- // System.Resources.UltimateResourceFallbackLocation
- struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B
- {
- public:
- // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Diagnostics.DebuggableAttribute/DebuggingModes
- struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
- {
- public:
- // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Diagnostics.DebuggableAttribute
- struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
- int32_t ___m_debuggingModes_0;
- public:
- inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
- inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
- inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
- inline void set_m_debuggingModes_0(int32_t value)
- {
- ___m_debuggingModes_0 = value;
- }
- };
- // System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
- struct DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Runtime.InteropServices.DllImportSearchPath System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute::_paths
- int32_t ____paths_0;
- public:
- inline static int32_t get_offset_of__paths_0() { return static_cast<int32_t>(offsetof(DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F, ____paths_0)); }
- inline int32_t get__paths_0() const { return ____paths_0; }
- inline int32_t* get_address_of__paths_0() { return &____paths_0; }
- inline void set__paths_0(int32_t value)
- {
- ____paths_0 = value;
- }
- };
- // System.ComponentModel.EditorBrowsableAttribute
- struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState
- int32_t ___browsableState_0;
- public:
- inline static int32_t get_offset_of_browsableState_0() { return static_cast<int32_t>(offsetof(EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614, ___browsableState_0)); }
- inline int32_t get_browsableState_0() const { return ___browsableState_0; }
- inline int32_t* get_address_of_browsableState_0() { return &___browsableState_0; }
- inline void set_browsableState_0(int32_t value)
- {
- ___browsableState_0 = value;
- }
- };
- // System.Resources.NeutralResourcesLanguageAttribute
- struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Resources.NeutralResourcesLanguageAttribute::_culture
- String_t* ____culture_0;
- // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::_fallbackLoc
- int32_t ____fallbackLoc_1;
- public:
- inline static int32_t get_offset_of__culture_0() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____culture_0)); }
- inline String_t* get__culture_0() const { return ____culture_0; }
- inline String_t** get_address_of__culture_0() { return &____culture_0; }
- inline void set__culture_0(String_t* value)
- {
- ____culture_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____culture_0), (void*)value);
- }
- inline static int32_t get_offset_of__fallbackLoc_1() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____fallbackLoc_1)); }
- inline int32_t get__fallbackLoc_1() const { return ____fallbackLoc_1; }
- inline int32_t* get_address_of__fallbackLoc_1() { return &____fallbackLoc_1; }
- inline void set__fallbackLoc_1(int32_t value)
- {
- ____fallbackLoc_1 = value;
- }
- };
- // System.Type
- struct Type_t : public MemberInfo_t
- {
- public:
- // System.RuntimeTypeHandle System.Type::_impl
- RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
- public:
- inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
- inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
- inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
- inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
- {
- ____impl_9 = value;
- }
- };
- struct Type_t_StaticFields
- {
- public:
- // System.Reflection.MemberFilter System.Type::FilterAttribute
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
- // System.Reflection.MemberFilter System.Type::FilterName
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
- // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
- // System.Object System.Type::Missing
- RuntimeObject * ___Missing_3;
- // System.Char System.Type::Delimiter
- Il2CppChar ___Delimiter_4;
- // System.Type[] System.Type::EmptyTypes
- TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
- // System.Reflection.Binder System.Type::defaultBinder
- Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
- public:
- inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
- inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterAttribute_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
- }
- inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
- inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterName_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
- }
- inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
- inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterNameIgnoreCase_2 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
- }
- inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
- inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
- inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
- inline void set_Missing_3(RuntimeObject * value)
- {
- ___Missing_3 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
- }
- inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
- inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
- inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
- inline void set_Delimiter_4(Il2CppChar value)
- {
- ___Delimiter_4 = value;
- }
- inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
- inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
- inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
- inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
- {
- ___EmptyTypes_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
- }
- inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
- inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
- inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
- inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
- {
- ___defaultBinder_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // System.Void System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute::.ctor(System.Runtime.InteropServices.DllImportSearchPath)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultDllImportSearchPathsAttribute__ctor_m83BB822102FB5AEBE16A3BC99A3ACF9400D1F269 (DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F * __this, int32_t ___paths0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
- // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
- // System.Void System.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * __this, String_t* ___cultureName0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0 (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * __this, String_t* ___defaultAlias0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method);
- // System.Void System.CLSCompliantAttribute::.ctor(System.Boolean)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270 (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * __this, bool ___isCompliant0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyMetadataAttribute::.ctor(System.String,System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529 (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.ExtensionAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * __this, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
- // System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_m7D7D024DA2EA05AEDF8B8C470F678A5DA96C8EB8 (EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB * __this, const RuntimeMethod* method);
- // System.Void System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988 (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * __this, String_t* ___value0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879 (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * __this, const RuntimeMethod* method);
- // System.Void System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167 (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * __this, Type_t * ___type0, const RuntimeMethod* method);
- // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, int32_t ___state0, const RuntimeMethod* method);
- // System.Void System.ObsoleteAttribute::.ctor(System.String,System.Boolean)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m058D2B798E9AB7E7778A6DB04C3FE7011C660F4C (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, String_t* ___message0, bool ___error1, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.IsByRefLikeAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsByRefLikeAttribute__ctor_m3F813C04C0FAF02B5AF712ED98929300CD6E44DD (IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 * __this, const RuntimeMethod* method);
- // System.Void System.Reflection.DefaultMemberAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7 (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * __this, String_t* ___memberName0, const RuntimeMethod* method);
- // System.Void System.ObsoleteAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868 (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, String_t* ___message0, const RuntimeMethod* method);
- static void System_Memory_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F * tmp = (DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F *)cache->attributes[0];
- DefaultDllImportSearchPathsAttribute__ctor_m83BB822102FB5AEBE16A3BC99A3ACF9400D1F269(tmp, 2050LL, NULL);
- }
- {
- CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[1];
- CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
- }
- {
- RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[2];
- RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
- RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
- }
- {
- DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[3];
- DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
- }
- {
- NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * tmp = (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 *)cache->attributes[4];
- NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF(tmp, il2cpp_codegen_string_new_wrapper("\x65\x6E\x2D\x55\x53"), NULL);
- }
- {
- AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[5];
- AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4D\x65\x6D\x6F\x72\x79"), NULL);
- }
- {
- AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[6];
- AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4D\x65\x6D\x6F\x72\x79"), NULL);
- }
- {
- AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * tmp = (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA *)cache->attributes[7];
- AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4D\x65\x6D\x6F\x72\x79"), NULL);
- }
- {
- AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[8];
- AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E"), NULL);
- }
- {
- AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[9];
- AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\xC2\xAE\x20\x2E\x4E\x45\x54\x20\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B"), NULL);
- }
- {
- AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[10];
- AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\xC2\xA9\x20\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E\x2E\x20\x41\x6C\x6C\x20\x72\x69\x67\x68\x74\x73\x20\x72\x65\x73\x65\x72\x76\x65\x64\x2E"), NULL);
- }
- {
- AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[11];
- AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x36\x2E\x32\x38\x36\x31\x39\x2E\x30\x31"), NULL);
- }
- {
- AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[12];
- AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x36\x2E\x32\x38\x36\x31\x39\x2E\x30\x31\x20\x40\x42\x75\x69\x6C\x74\x42\x79\x3A\x20\x64\x6C\x61\x62\x31\x34\x2D\x44\x44\x56\x53\x4F\x57\x49\x4E\x41\x47\x45\x30\x36\x39\x20\x40\x42\x72\x61\x6E\x63\x68\x3A\x20\x72\x65\x6C\x65\x61\x73\x65\x2F\x32\x2E\x31\x20\x40\x53\x72\x63\x43\x6F\x64\x65\x3A\x20\x68\x74\x74\x70\x73\x3A\x2F\x2F\x67\x69\x74\x68\x75\x62\x2E\x63\x6F\x6D\x2F\x64\x6F\x74\x6E\x65\x74\x2F\x63\x6F\x72\x65\x66\x78\x2F\x74\x72\x65\x65\x2F\x37\x36\x30\x31\x66\x34\x66\x36\x32\x32\x35\x30\x38\x39\x66\x66\x62\x32\x39\x31\x64\x63\x37\x64\x35\x38\x32\x39\x33\x63\x37\x62\x62\x66\x35\x63\x35\x64\x34\x66"), NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[13];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, true, NULL);
- }
- {
- AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[14];
- AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B\x41\x73\x73\x65\x6D\x62\x6C\x79"), il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[15];
- AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x72\x76\x69\x63\x65\x61\x62\x6C\x65"), il2cpp_codegen_string_new_wrapper("\x54\x72\x75\x65"), NULL);
- }
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[16];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- {
- AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[17];
- AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x50\x72\x65\x66\x65\x72\x49\x6E\x62\x6F\x78"), il2cpp_codegen_string_new_wrapper("\x54\x72\x75\x65"), NULL);
- }
- }
- static void EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- {
- EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB * tmp = (EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB *)cache->attributes[1];
- EmbeddedAttribute__ctor_m7D7D024DA2EA05AEDF8B8C470F678A5DA96C8EB8(tmp, NULL);
- }
- }
- static void IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- {
- EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB * tmp = (EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB *)cache->attributes[1];
- EmbeddedAttribute__ctor_m7D7D024DA2EA05AEDF8B8C470F678A5DA96C8EB8(tmp, NULL);
- }
- }
- static void IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- {
- EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB * tmp = (EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB *)cache->attributes[1];
- EmbeddedAttribute__ctor_m7D7D024DA2EA05AEDF8B8C470F678A5DA96C8EB8(tmp, NULL);
- }
- }
- static void Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryDebugView_1_tBC60D5F5B656DAD7D858C9E986962853597F3501_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[1];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[2];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(MemoryDebugView_1_tBC60D5F5B656DAD7D858C9E986962853597F3501_0_0_0_var), NULL);
- }
- }
- static void Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator_Memory_1_Equals_m522D822A398E922AD847F3B46C7C164D604B1A80(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator_Memory_1_GetHashCode_m0BFFC68666502C040C24EC5F52850092AE4DC41B(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_Trim_m1E95BA795E4986E05C21DA799B8817DC69153DFC(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_TrimStart_m7F291DFFF7D1DFBED45698047A694A4678A4740E(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_TrimEnd_m79AAB5B4F11DA4B1A7070BF6555E4C3078BF9BD3(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_IndexOf_m8843D52ACA93EE0DFDF52051AFB8DC30093C4F0F(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_SequenceEqual_mEB6F5A8BE8C38ED46DFD86FF8F7C0298F50E1EA5(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_IndexOf_mF46A8EBA2CE37D500392B2D805EA3E518154E5EF(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_SequenceEqual_m01769C5BF7A8393C3CF210FBA0919903AA2F6A77(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_StartsWith_m8349C7D084BAF656FF5EDDFD1A06D17891861132(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_Reverse_m53307122A7E928B4CFCDCC94AE2B474423214FB2(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_mE3F7CC9D75681D0BD2FFF89C9F454C823A32013F(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_m7664E3A71D276CBFB02E63C8719BA4AA0FAB2F86(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_CopyTo_m31E5E6220849455BCB772B5B8559BE87A27BABD6(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_mAD8ED5BB344BDBC17C54BA260B064AA6E4D82D2D(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryDebugView_1_tBC60D5F5B656DAD7D858C9E986962853597F3501_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[0];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(MemoryDebugView_1_tBC60D5F5B656DAD7D858C9E986962853597F3501_0_0_0_var), NULL);
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[2];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- }
- static void ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator_ReadOnlyMemory_1_Equals_m8C0D8A08A7F6461C53CCBCD6BCF25C68F88F6FA5(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator_ReadOnlyMemory_1_GetHashCode_m7859EBDB70003685D7F99B1B2083588B97E90BB1(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[0];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[1];
- ObsoleteAttribute__ctor_m058D2B798E9AB7E7778A6DB04C3FE7011C660F4C(tmp, il2cpp_codegen_string_new_wrapper("\x54\x79\x70\x65\x73\x20\x77\x69\x74\x68\x20\x65\x6D\x62\x65\x64\x64\x65\x64\x20\x72\x65\x66\x65\x72\x65\x6E\x63\x65\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x73\x75\x70\x70\x6F\x72\x74\x65\x64\x20\x69\x6E\x20\x74\x68\x69\x73\x20\x76\x65\x72\x73\x69\x6F\x6E\x20\x6F\x66\x20\x79\x6F\x75\x72\x20\x63\x6F\x6D\x70\x69\x6C\x65\x72\x2E"), true, NULL);
- }
- {
- IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 * tmp = (IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 *)cache->attributes[2];
- IsByRefLikeAttribute__ctor_m3F813C04C0FAF02B5AF712ED98929300CD6E44DD(tmp, NULL);
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[3];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[4];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var), NULL);
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[5];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[6];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var), NULL);
- }
- {
- DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[7];
- DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_Equals_m4E0677732D393AE971DDBFAC3BABDB1FEF72E48F(CustomAttributesCache* cache)
- {
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
- ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x45\x71\x75\x61\x6C\x73\x28\x29\x20\x6F\x6E\x20\x52\x65\x61\x64\x4F\x6E\x6C\x79\x53\x70\x61\x6E\x20\x77\x69\x6C\x6C\x20\x61\x6C\x77\x61\x79\x73\x20\x74\x68\x72\x6F\x77\x20\x61\x6E\x20\x65\x78\x63\x65\x70\x74\x69\x6F\x6E\x2E\x20\x55\x73\x65\x20\x3D\x3D\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
- }
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[1];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_GetHashCode_mE1476C5CFFFED8A3ECCFA2FA47F5EFD076234380(CustomAttributesCache* cache)
- {
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
- ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x47\x65\x74\x48\x61\x73\x68\x43\x6F\x64\x65\x28\x29\x20\x6F\x6E\x20\x52\x65\x61\x64\x4F\x6E\x6C\x79\x53\x70\x61\x6E\x20\x77\x69\x6C\x6C\x20\x61\x6C\x77\x61\x79\x73\x20\x74\x68\x72\x6F\x77\x20\x61\x6E\x20\x65\x78\x63\x65\x70\x74\x69\x6F\x6E\x2E"), NULL);
- }
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[1];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1__ctor_m041A23A6769451D078859283065C0D913DE709AD(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_GetPinnableReference_mCF48FA7ED135CDBA195D1A21EE543EB7C4584DE0(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_DangerousGetPinnableReference_m2A4C8683483CB89658BE05B8F78A8CBAF5661926(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A____Item_PropertyInfo(CustomAttributesCache* cache)
- {
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[0];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
- DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
- }
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[1];
- ObsoleteAttribute__ctor_m058D2B798E9AB7E7778A6DB04C3FE7011C660F4C(tmp, il2cpp_codegen_string_new_wrapper("\x54\x79\x70\x65\x73\x20\x77\x69\x74\x68\x20\x65\x6D\x62\x65\x64\x64\x65\x64\x20\x72\x65\x66\x65\x72\x65\x6E\x63\x65\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x73\x75\x70\x70\x6F\x72\x74\x65\x64\x20\x69\x6E\x20\x74\x68\x69\x73\x20\x76\x65\x72\x73\x69\x6F\x6E\x20\x6F\x66\x20\x79\x6F\x75\x72\x20\x63\x6F\x6D\x70\x69\x6C\x65\x72\x2E"), true, NULL);
- }
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[2];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[3];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var), NULL);
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[4];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- {
- IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 * tmp = (IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 *)cache->attributes[5];
- IsByRefLikeAttribute__ctor_m3F813C04C0FAF02B5AF712ED98929300CD6E44DD(tmp, NULL);
- }
- {
- DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[6];
- DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SpanDebugView_1_tAE55D0398405466119248AA583A26408BC07574D_0_0_0_var), NULL);
- }
- {
- DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[7];
- DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x7B\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2C\x72\x61\x77\x7D"), NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_Equals_m7AC5C61F59E0058F90BE2508176A9444496E9BB4(CustomAttributesCache* cache)
- {
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
- ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x45\x71\x75\x61\x6C\x73\x28\x29\x20\x6F\x6E\x20\x53\x70\x61\x6E\x20\x77\x69\x6C\x6C\x20\x61\x6C\x77\x61\x79\x73\x20\x74\x68\x72\x6F\x77\x20\x61\x6E\x20\x65\x78\x63\x65\x70\x74\x69\x6F\x6E\x2E\x20\x55\x73\x65\x20\x3D\x3D\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
- }
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[1];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_GetHashCode_m67EBA61FBC2662220A22FAC15C8589B255F65661(CustomAttributesCache* cache)
- {
- {
- ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
- ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x47\x65\x74\x48\x61\x73\x68\x43\x6F\x64\x65\x28\x29\x20\x6F\x6E\x20\x53\x70\x61\x6E\x20\x77\x69\x6C\x6C\x20\x61\x6C\x77\x61\x79\x73\x20\x74\x68\x72\x6F\x77\x20\x61\x6E\x20\x65\x78\x63\x65\x70\x74\x69\x6F\x6E\x2E"), NULL);
- }
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[1];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1__ctor_mC38F36EE6D107CA80CC371BC3DD5085F0FC70CA5(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_GetPinnableReference_m12E29D9257A51D51D0C557F2E8C9D5171F6217C5(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_DangerousGetPinnableReference_m597C69538B56DF1CF19A88B3F3F069C7245D1650(CustomAttributesCache* cache)
- {
- {
- EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
- EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
- }
- }
- static void SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator_SpanHelpers_Add_m35A3F01E2E438FCF3C4B7CDDAF63310D169F4CFC(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator_SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C(CustomAttributesCache* cache)
- {
- {
- ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
- ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
- }
- }
- static void SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_CustomAttributesCacheGenerator_U3CResourceTypeU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_CustomAttributesCacheGenerator_SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * tmp = (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 *)cache->attributes[0];
- IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879(tmp, NULL);
- }
- }
- static void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_CustomAttributesCacheGenerator_MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_CustomAttributesCacheGenerator_MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C____Pointer_PropertyInfo(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_CustomAttributesCacheGenerator_Utf8Formatter_TryFormat_m3139B60B61A7398CAD4FCAF2A1E1811AAFFE80B6(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt32BigEndian_mB52DF5BA20846D5423BE20749F33AEAD2DD64063(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt64BigEndian_m1BB46883E6AC063C3CAEDF1B7792B1B01AE221A4(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt16LittleEndian_m2FE472C1E577A454D859FAD3233075D7482CA14B(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt32LittleEndian_mEE46641BC73CAACA64F2952CD791BE96F5DB44F4(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt64LittleEndian_m48F9AEE3848A21C018BB45F2D4A275497D824DD5(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt16BigEndian_mE41F4661B3C514F338282F2C2B9CA9525D9B1E5A(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt32BigEndian_m9EB6A671EA25CC201F502FA157F3B0514364714D(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt16LittleEndian_m3A4CDF3029F0F20A75CD62A44F07909980472FC5(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt32LittleEndian_m3287950DDEAF58E0CB38C821C2C449A29A7E40AD(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt64LittleEndian_m4E27EC6B15226FD87A93FB5B59C6840DE3807F41(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_System_Memory_AttributeGenerators[];
- const CustomAttributesCacheGenerator g_System_Memory_AttributeGenerators[62] =
- {
- EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB_CustomAttributesCacheGenerator,
- IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9_CustomAttributesCacheGenerator,
- IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38_CustomAttributesCacheGenerator,
- Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator,
- ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator,
- SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator,
- StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_CustomAttributesCacheGenerator,
- U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_CustomAttributesCacheGenerator,
- SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_CustomAttributesCacheGenerator_U3CResourceTypeU3Ek__BackingField,
- Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator_Memory_1_Equals_m522D822A398E922AD847F3B46C7C164D604B1A80,
- Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_CustomAttributesCacheGenerator_Memory_1_GetHashCode_m0BFFC68666502C040C24EC5F52850092AE4DC41B,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_Trim_m1E95BA795E4986E05C21DA799B8817DC69153DFC,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_TrimStart_m7F291DFFF7D1DFBED45698047A694A4678A4740E,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_TrimEnd_m79AAB5B4F11DA4B1A7070BF6555E4C3078BF9BD3,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_IndexOf_m8843D52ACA93EE0DFDF52051AFB8DC30093C4F0F,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_SequenceEqual_mEB6F5A8BE8C38ED46DFD86FF8F7C0298F50E1EA5,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_IndexOf_mF46A8EBA2CE37D500392B2D805EA3E518154E5EF,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_SequenceEqual_m01769C5BF7A8393C3CF210FBA0919903AA2F6A77,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_StartsWith_m8349C7D084BAF656FF5EDDFD1A06D17891861132,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_Reverse_m53307122A7E928B4CFCDCC94AE2B474423214FB2,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_mE3F7CC9D75681D0BD2FFF89C9F454C823A32013F,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_m7664E3A71D276CBFB02E63C8719BA4AA0FAB2F86,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_CopyTo_m31E5E6220849455BCB772B5B8559BE87A27BABD6,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_mAD8ED5BB344BDBC17C54BA260B064AA6E4D82D2D,
- MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_CustomAttributesCacheGenerator_MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15,
- ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator_ReadOnlyMemory_1_Equals_m8C0D8A08A7F6461C53CCBCD6BCF25C68F88F6FA5,
- ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_CustomAttributesCacheGenerator_ReadOnlyMemory_1_GetHashCode_m7859EBDB70003685D7F99B1B2083588B97E90BB1,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_Equals_m4E0677732D393AE971DDBFAC3BABDB1FEF72E48F,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_GetHashCode_mE1476C5CFFFED8A3ECCFA2FA47F5EFD076234380,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1__ctor_m041A23A6769451D078859283065C0D913DE709AD,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_GetPinnableReference_mCF48FA7ED135CDBA195D1A21EE543EB7C4584DE0,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_DangerousGetPinnableReference_m2A4C8683483CB89658BE05B8F78A8CBAF5661926,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_Equals_m7AC5C61F59E0058F90BE2508176A9444496E9BB4,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_GetHashCode_m67EBA61FBC2662220A22FAC15C8589B255F65661,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1__ctor_mC38F36EE6D107CA80CC371BC3DD5085F0FC70CA5,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_GetPinnableReference_m12E29D9257A51D51D0C557F2E8C9D5171F6217C5,
- Span_1_t29D26F89843E87B7CC2784320D36D4B8FE7473EA_CustomAttributesCacheGenerator_Span_1_DangerousGetPinnableReference_m597C69538B56DF1CF19A88B3F3F069C7245D1650,
- SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator_SpanHelpers_Add_m35A3F01E2E438FCF3C4B7CDDAF63310D169F4CFC,
- SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152_CustomAttributesCacheGenerator_SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C,
- SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_CustomAttributesCacheGenerator_SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541,
- MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_CustomAttributesCacheGenerator_MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3,
- Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_CustomAttributesCacheGenerator_Utf8Formatter_TryFormat_m3139B60B61A7398CAD4FCAF2A1E1811AAFFE80B6,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt32BigEndian_mB52DF5BA20846D5423BE20749F33AEAD2DD64063,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt64BigEndian_m1BB46883E6AC063C3CAEDF1B7792B1B01AE221A4,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt16LittleEndian_m2FE472C1E577A454D859FAD3233075D7482CA14B,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt32LittleEndian_mEE46641BC73CAACA64F2952CD791BE96F5DB44F4,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_ReadUInt64LittleEndian_m48F9AEE3848A21C018BB45F2D4A275497D824DD5,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt16BigEndian_mE41F4661B3C514F338282F2C2B9CA9525D9B1E5A,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt32BigEndian_m9EB6A671EA25CC201F502FA157F3B0514364714D,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt16LittleEndian_m3A4CDF3029F0F20A75CD62A44F07909980472FC5,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt32LittleEndian_m3287950DDEAF58E0CB38C821C2C449A29A7E40AD,
- BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6_CustomAttributesCacheGenerator_BinaryPrimitives_WriteUInt64LittleEndian_m4E27EC6B15226FD87A93FB5B59C6840DE3807F41,
- ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A_CustomAttributesCacheGenerator_ReadOnlySpan_1_t4AA25E5C7C2203FE615BDE70B7AD517248A5CD0A____Item_PropertyInfo,
- MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_CustomAttributesCacheGenerator_MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C____Pointer_PropertyInfo,
- System_Memory_CustomAttributesCacheGenerator,
- };
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
- {
- {
- bool L_0 = ___value0;
- __this->set_m_wrapNonExceptionThrows_0(L_0);
- return;
- }
- }
|