| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284 |
- #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.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.AttributeUsageAttribute
- struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C;
- // 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.Reflection.DefaultMemberAttribute
- struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5;
- // System.Runtime.CompilerServices.IntrinsicAttribute
- struct IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7;
- // System.Resources.NeutralResourcesLanguageAttribute
- struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2;
- // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
- struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
- // System.String
- struct String_t;
- 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.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.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);
- }
- };
- // 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.IntrinsicAttribute
- struct IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // 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.AttributeTargets
- struct AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923
- {
- public:
- // System.Int32 System.AttributeTargets::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923, ___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.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.AttributeUsageAttribute
- struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.AttributeTargets System.AttributeUsageAttribute::m_attributeTarget
- int32_t ___m_attributeTarget_0;
- // System.Boolean System.AttributeUsageAttribute::m_allowMultiple
- bool ___m_allowMultiple_1;
- // System.Boolean System.AttributeUsageAttribute::m_inherited
- bool ___m_inherited_2;
- public:
- inline static int32_t get_offset_of_m_attributeTarget_0() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_attributeTarget_0)); }
- inline int32_t get_m_attributeTarget_0() const { return ___m_attributeTarget_0; }
- inline int32_t* get_address_of_m_attributeTarget_0() { return &___m_attributeTarget_0; }
- inline void set_m_attributeTarget_0(int32_t value)
- {
- ___m_attributeTarget_0 = value;
- }
- inline static int32_t get_offset_of_m_allowMultiple_1() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_allowMultiple_1)); }
- inline bool get_m_allowMultiple_1() const { return ___m_allowMultiple_1; }
- inline bool* get_address_of_m_allowMultiple_1() { return &___m_allowMultiple_1; }
- inline void set_m_allowMultiple_1(bool value)
- {
- ___m_allowMultiple_1 = value;
- }
- inline static int32_t get_offset_of_m_inherited_2() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_inherited_2)); }
- inline bool get_m_inherited_2() const { return ___m_inherited_2; }
- inline bool* get_address_of_m_inherited_2() { return &___m_inherited_2; }
- inline void set_m_inherited_2(bool value)
- {
- ___m_inherited_2 = value;
- }
- };
- struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields
- {
- public:
- // System.AttributeUsageAttribute System.AttributeUsageAttribute::Default
- AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * ___Default_3;
- public:
- inline static int32_t get_offset_of_Default_3() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields, ___Default_3)); }
- inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * get_Default_3() const { return ___Default_3; }
- inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C ** get_address_of_Default_3() { return &___Default_3; }
- inline void set_Default_3(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * value)
- {
- ___Default_3 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)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.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;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // 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.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.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.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.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.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.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.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.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.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.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.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.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.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.CompilerGeneratedAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
- // System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, int32_t ___validOn0, const RuntimeMethod* method);
- // System.Void System.AttributeUsageAttribute::set_Inherited(System.Boolean)
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, 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.Runtime.CompilerServices.IntrinsicAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129 (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * __this, const RuntimeMethod* method);
- static void System_Numerics_Vectors_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[0];
- 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);
- }
- {
- AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[1];
- 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);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[2];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, true, NULL);
- }
- {
- AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[3];
- AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x36\x2E\x32\x36\x35\x31\x35\x2E\x30\x36\x20\x40\x42\x75\x69\x6C\x74\x42\x79\x3A\x20\x64\x6C\x61\x62\x2D\x44\x44\x56\x53\x4F\x57\x49\x4E\x41\x47\x45\x30\x35\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\x33\x30\x61\x62\x36\x35\x31\x66\x63\x62\x34\x33\x35\x34\x35\x35\x32\x62\x64\x34\x38\x39\x31\x36\x31\x39\x61\x30\x62\x64\x64\x38\x31\x65\x30\x65\x62\x64\x62\x66"), NULL);
- }
- {
- AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[4];
- AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x36\x2E\x32\x36\x35\x31\x35\x2E\x30\x36"), NULL);
- }
- {
- AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[5];
- 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\x20\x41\x6C\x6C\x20\x72\x69\x67\x68\x74\x73\x20\x72\x65\x73\x65\x72\x76\x65\x64\x2E"), NULL);
- }
- {
- AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[6];
- 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);
- }
- {
- AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[7];
- 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);
- }
- {
- AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * tmp = (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA *)cache->attributes[8];
- AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4E\x75\x6D\x65\x72\x69\x63\x73\x2E\x56\x65\x63\x74\x6F\x72\x73"), NULL);
- }
- {
- AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[9];
- AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4E\x75\x6D\x65\x72\x69\x63\x73\x2E\x56\x65\x63\x74\x6F\x72\x73"), NULL);
- }
- {
- AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[10];
- AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4E\x75\x6D\x65\x72\x69\x63\x73\x2E\x56\x65\x63\x74\x6F\x72\x73"), NULL);
- }
- {
- NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * tmp = (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 *)cache->attributes[11];
- NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF(tmp, il2cpp_codegen_string_new_wrapper("\x65\x6E\x2D\x55\x53"), NULL);
- }
- {
- DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[12];
- DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
- }
- {
- RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[13];
- RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
- RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
- }
- {
- CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[14];
- CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, 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);
- }
- }
- static void SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_CustomAttributesCacheGenerator_U3CResourceTypeU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_CustomAttributesCacheGenerator_SR_get_ResourceType_m917F70622A70B40CE00485CF37432F872429E461(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
- AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 364LL, NULL);
- AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
- DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
- }
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[1];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Count_m29453EF9FEEF62C730D6D73966F845A53AF141A1(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Zero_mD80004F0EFB75483772F4011BD43E96ADFA8151D(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1__ctor_m8EBE1A2E1EA7049B60390CF9F6E3A6CAC7E0A345(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Item_m3F1FB0A855F793F4944EA60540C190346C5E095B(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Equals_mF670A4ABBDFBE2301B15FF6F62F7CD167AB2020E(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_BitwiseAnd_mA5C083992CD4E7FA4EC9541B2E39D60B2414D718(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_BitwiseOr_mA90265B238887E3A77C07A3381F2934B248BC256(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m305621D231F73ACFE394264D89E029736257ABD3(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_mCC9BD17B196047C30CBDE2F66EAE1689ACBF8489(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m65788842420E668F1A52D07721FDC0CC391CF573(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_mDBDAA701EC3ED0032EA5BD1079445F8F544F1DAF(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m18823A50EFC26DB550C12A96AF3485B105E12B90(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Equals_mCBB6BCA18C9FA594B108239BBC17FD930FA2D0DE(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Min_m05B249FB7833820992EABF7C9246F6871783CBFD(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Max_mF0AEF620F5C9AF514A746C46A1CAB28B77A4C279(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m33A12B56DA3701F218CF65AA9852AD798F21FC43(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m670B47594EDD53DC9A27CC8DEA70991D0C917F1E(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m85E3669F0FEA9E4BBCCEB0A2BA4B4F374D58C865(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Narrow_mBFF6803925C8517064C7306B1F871757C127B792(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[1];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Narrow_mB3156447E0B06B32F7B5A9403BC7FAA3BC6E9E96(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_ConvertToSingle_mE2C7820CB9C2BD2F0565FA2FECC9D48785890AEF(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_ConvertToInt32_mE161F1F11DA354A9190FC56C262DAE9EB331AAA7(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_AsVectorUInt32_m27E9CDCB63CE099B70648A3676D6FA564E461221(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_AsVectorUInt64_mABB8BCAC86A64E99E0705E914A8F56080C0736A4(CustomAttributesCache* cache)
- {
- {
- CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
- CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_Equals_m1257CDDA2CAD6DA9942697A5838A187E325E1468(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_Dot_m92B5B947E384795790F4C2BFB8D4594D74177EC6(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Addition_mDFD06B9DEC7239CEFEE4833CE4F01F7CDA99AD55(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Division_m6CD0D24335A737AE5FCB91B03FCF4A4C26F86B54(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3__ctor_mF182EA53CB2AE77C1C61B7A233F7BC9E55ED9E5E(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3_Equals_m24DC92F9BB33726AD0DDF1286DB9FF7365062657(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3_op_Division_m37272861974774E60C96387520E9CA87E85B8C4B(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Equals_mF3D3901B41A16DABABB6BDC77B44EA13CD945212(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Dot_mBB3EA971C7CF5FAE962524D50D631E31030846D5(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_SquareRoot_m8183C6352573F442184F9FE9AD3954D08D742430(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_m91412BB5F563A06D8D6AD379FF0699207B566BD7(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- static void Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Equality_mEBB318F3EFF3E51F6FAE7D1BBB36DD8FDAD9C36F(CustomAttributesCache* cache)
- {
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 * tmp = (IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7 *)cache->attributes[0];
- IntrinsicAttribute__ctor_m83E6B70F8E070052F3D601515E6545A3C63B3129(tmp, NULL);
- }
- }
- IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_System_Numerics_Vectors_AttributeGenerators[];
- const CustomAttributesCacheGenerator g_System_Numerics_Vectors_AttributeGenerators[58] =
- {
- IntrinsicAttribute_tD4CC68A879823DA4179841D6F237993D4DAE8DF7_CustomAttributesCacheGenerator,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator,
- SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_CustomAttributesCacheGenerator_U3CResourceTypeU3Ek__BackingField,
- SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_CustomAttributesCacheGenerator_SR_get_ResourceType_m917F70622A70B40CE00485CF37432F872429E461,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Count_m29453EF9FEEF62C730D6D73966F845A53AF141A1,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Zero_mD80004F0EFB75483772F4011BD43E96ADFA8151D,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1__ctor_m8EBE1A2E1EA7049B60390CF9F6E3A6CAC7E0A345,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_get_Item_m3F1FB0A855F793F4944EA60540C190346C5E095B,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Equals_mF670A4ABBDFBE2301B15FF6F62F7CD167AB2020E,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_BitwiseAnd_mA5C083992CD4E7FA4EC9541B2E39D60B2414D718,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_BitwiseOr_mA90265B238887E3A77C07A3381F2934B248BC256,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m305621D231F73ACFE394264D89E029736257ABD3,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_mCC9BD17B196047C30CBDE2F66EAE1689ACBF8489,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m65788842420E668F1A52D07721FDC0CC391CF573,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_mDBDAA701EC3ED0032EA5BD1079445F8F544F1DAF,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_op_Explicit_m18823A50EFC26DB550C12A96AF3485B105E12B90,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Equals_mCBB6BCA18C9FA594B108239BBC17FD930FA2D0DE,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Min_m05B249FB7833820992EABF7C9246F6871783CBFD,
- Vector_1_t5F7373B90909F19B81822F9ADD4A584E47768FEA_CustomAttributesCacheGenerator_Vector_1_Max_mF0AEF620F5C9AF514A746C46A1CAB28B77A4C279,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m33A12B56DA3701F218CF65AA9852AD798F21FC43,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m670B47594EDD53DC9A27CC8DEA70991D0C917F1E,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Widen_m85E3669F0FEA9E4BBCCEB0A2BA4B4F374D58C865,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Narrow_mBFF6803925C8517064C7306B1F871757C127B792,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_Narrow_mB3156447E0B06B32F7B5A9403BC7FAA3BC6E9E96,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_ConvertToSingle_mE2C7820CB9C2BD2F0565FA2FECC9D48785890AEF,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_ConvertToInt32_mE161F1F11DA354A9190FC56C262DAE9EB331AAA7,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_AsVectorUInt32_m27E9CDCB63CE099B70648A3676D6FA564E461221,
- Vector_tE1EA2F5AF67F49CD3CDCDEA85744068AB99A7F53_CustomAttributesCacheGenerator_Vector_AsVectorUInt64_mABB8BCAC86A64E99E0705E914A8F56080C0736A4,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_Equals_m1257CDDA2CAD6DA9942697A5838A187E325E1468,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_Dot_m92B5B947E384795790F4C2BFB8D4594D74177EC6,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Addition_mDFD06B9DEC7239CEFEE4833CE4F01F7CDA99AD55,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61,
- Vector2_t1455881409307224D6099F54FA7E478733EEF61D_CustomAttributesCacheGenerator_Vector2_op_Division_m6CD0D24335A737AE5FCB91B03FCF4A4C26F86B54,
- Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3__ctor_mF182EA53CB2AE77C1C61B7A233F7BC9E55ED9E5E,
- Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C,
- Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3_Equals_m24DC92F9BB33726AD0DDF1286DB9FF7365062657,
- Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_CustomAttributesCacheGenerator_Vector3_op_Division_m37272861974774E60C96387520E9CA87E85B8C4B,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Equals_mF3D3901B41A16DABABB6BDC77B44EA13CD945212,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Dot_mBB3EA971C7CF5FAE962524D50D631E31030846D5,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_SquareRoot_m8183C6352573F442184F9FE9AD3954D08D742430,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Multiply_m91412BB5F563A06D8D6AD379FF0699207B566BD7,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65,
- Vector4_tAD53765F091E54812772D62B6D34701608DB9E59_CustomAttributesCacheGenerator_Vector4_op_Equality_mEBB318F3EFF3E51F6FAE7D1BBB36DD8FDAD9C36F,
- System_Numerics_Vectors_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;
- }
- }
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method)
- {
- {
- bool L_0 = ___value0;
- __this->set_m_inherited_2(L_0);
- return;
- }
- }
|