System_Attr.cpp 86 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. #include <stdint.h>
  9. // System.Char[]
  10. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  11. // System.Type[]
  12. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  13. // System.Reflection.AssemblyCompanyAttribute
  14. struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4;
  15. // System.Reflection.AssemblyCopyrightAttribute
  16. struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC;
  17. // System.Reflection.AssemblyDefaultAliasAttribute
  18. struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA;
  19. // System.Reflection.AssemblyDelaySignAttribute
  20. struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38;
  21. // System.Reflection.AssemblyDescriptionAttribute
  22. struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3;
  23. // System.Reflection.AssemblyFileVersionAttribute
  24. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F;
  25. // System.Reflection.AssemblyInformationalVersionAttribute
  26. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0;
  27. // System.Reflection.AssemblyKeyFileAttribute
  28. struct AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253;
  29. // System.Reflection.AssemblyProductAttribute
  30. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
  31. // System.Reflection.AssemblyTitleAttribute
  32. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
  33. // System.AttributeUsageAttribute
  34. struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C;
  35. // System.Reflection.Binder
  36. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  37. // System.CLSCompliantAttribute
  38. struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249;
  39. // System.Runtime.InteropServices.ComVisibleAttribute
  40. struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A;
  41. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  42. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  43. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  44. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  45. // System.Configuration.ConfigurationCollectionAttribute
  46. struct ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6;
  47. // System.Diagnostics.DebuggableAttribute
  48. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  49. // System.Diagnostics.DebuggerDisplayAttribute
  50. struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F;
  51. // System.Diagnostics.DebuggerTypeProxyAttribute
  52. struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014;
  53. // System.Reflection.DefaultMemberAttribute
  54. struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5;
  55. // System.ComponentModel.EditorBrowsableAttribute
  56. struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614;
  57. // System.Runtime.CompilerServices.ExtensionAttribute
  58. struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC;
  59. // System.FlagsAttribute
  60. struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36;
  61. // System.Runtime.CompilerServices.InternalsVisibleToAttribute
  62. struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C;
  63. // System.Reflection.MemberFilter
  64. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  65. // System.Resources.NeutralResourcesLanguageAttribute
  66. struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2;
  67. // System.ObsoleteAttribute
  68. struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671;
  69. // System.Runtime.Serialization.OptionalFieldAttribute
  70. struct OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59;
  71. // System.ParamArrayAttribute
  72. struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F;
  73. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  74. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  75. // System.Resources.SatelliteContractVersionAttribute
  76. struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2;
  77. // System.String
  78. struct String_t;
  79. // System.Type
  80. struct Type_t;
  81. // System.ComponentModel.TypeConverterAttribute
  82. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83;
  83. // System.Void
  84. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  85. IL2CPP_EXTERN_C const RuntimeType* BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96_0_0_0_var;
  86. IL2CPP_EXTERN_C const RuntimeType* ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11_0_0_0_var;
  87. IL2CPP_EXTERN_C const RuntimeType* ICollectionDebugView_1_t5C658210B4157DF3AFC36D8D6888CB7982330519_0_0_0_var;
  88. IL2CPP_EXTERN_C const RuntimeType* StackDebugView_1_tED8F818BDE1A430F098AD2316F09F2619D7F3DAA_0_0_0_var;
  89. IL2CPP_EXTERN_C const RuntimeType* UriTypeConverter_tF512B4F48E57AC42B460E2847743CD78F4D24694_0_0_0_var;
  90. IL2CPP_EXTERN_C const RuntimeType* WebRequestModuleElement_t4B7D6319D7B88AE61D59F549801BCE4EC4611F39_0_0_0_var;
  91. IL2CPP_EXTERN_C_BEGIN
  92. IL2CPP_EXTERN_C_END
  93. #ifdef __clang__
  94. #pragma clang diagnostic push
  95. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  96. #pragma clang diagnostic ignored "-Wunused-variable"
  97. #endif
  98. // System.Object
  99. // System.Attribute
  100. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  101. {
  102. public:
  103. public:
  104. };
  105. // System.Reflection.MemberInfo
  106. struct MemberInfo_t : public RuntimeObject
  107. {
  108. public:
  109. public:
  110. };
  111. // System.String
  112. struct String_t : public RuntimeObject
  113. {
  114. public:
  115. // System.Int32 System.String::m_stringLength
  116. int32_t ___m_stringLength_0;
  117. // System.Char System.String::m_firstChar
  118. Il2CppChar ___m_firstChar_1;
  119. public:
  120. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  121. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  122. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  123. inline void set_m_stringLength_0(int32_t value)
  124. {
  125. ___m_stringLength_0 = value;
  126. }
  127. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  128. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  129. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  130. inline void set_m_firstChar_1(Il2CppChar value)
  131. {
  132. ___m_firstChar_1 = value;
  133. }
  134. };
  135. struct String_t_StaticFields
  136. {
  137. public:
  138. // System.String System.String::Empty
  139. String_t* ___Empty_5;
  140. public:
  141. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  142. inline String_t* get_Empty_5() const { return ___Empty_5; }
  143. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  144. inline void set_Empty_5(String_t* value)
  145. {
  146. ___Empty_5 = value;
  147. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  148. }
  149. };
  150. // System.ValueType
  151. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  152. {
  153. public:
  154. public:
  155. };
  156. // Native definition for P/Invoke marshalling of System.ValueType
  157. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  158. {
  159. };
  160. // Native definition for COM marshalling of System.ValueType
  161. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  162. {
  163. };
  164. // System.Reflection.AssemblyCompanyAttribute
  165. struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  166. {
  167. public:
  168. // System.String System.Reflection.AssemblyCompanyAttribute::m_company
  169. String_t* ___m_company_0;
  170. public:
  171. inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
  172. inline String_t* get_m_company_0() const { return ___m_company_0; }
  173. inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
  174. inline void set_m_company_0(String_t* value)
  175. {
  176. ___m_company_0 = value;
  177. Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
  178. }
  179. };
  180. // System.Reflection.AssemblyCopyrightAttribute
  181. struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  182. {
  183. public:
  184. // System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
  185. String_t* ___m_copyright_0;
  186. public:
  187. inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); }
  188. inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
  189. inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
  190. inline void set_m_copyright_0(String_t* value)
  191. {
  192. ___m_copyright_0 = value;
  193. Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
  194. }
  195. };
  196. // System.Reflection.AssemblyDefaultAliasAttribute
  197. struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  198. {
  199. public:
  200. // System.String System.Reflection.AssemblyDefaultAliasAttribute::m_defaultAlias
  201. String_t* ___m_defaultAlias_0;
  202. public:
  203. inline static int32_t get_offset_of_m_defaultAlias_0() { return static_cast<int32_t>(offsetof(AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA, ___m_defaultAlias_0)); }
  204. inline String_t* get_m_defaultAlias_0() const { return ___m_defaultAlias_0; }
  205. inline String_t** get_address_of_m_defaultAlias_0() { return &___m_defaultAlias_0; }
  206. inline void set_m_defaultAlias_0(String_t* value)
  207. {
  208. ___m_defaultAlias_0 = value;
  209. Il2CppCodeGenWriteBarrier((void**)(&___m_defaultAlias_0), (void*)value);
  210. }
  211. };
  212. // System.Reflection.AssemblyDelaySignAttribute
  213. struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  214. {
  215. public:
  216. // System.Boolean System.Reflection.AssemblyDelaySignAttribute::m_delaySign
  217. bool ___m_delaySign_0;
  218. public:
  219. inline static int32_t get_offset_of_m_delaySign_0() { return static_cast<int32_t>(offsetof(AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38, ___m_delaySign_0)); }
  220. inline bool get_m_delaySign_0() const { return ___m_delaySign_0; }
  221. inline bool* get_address_of_m_delaySign_0() { return &___m_delaySign_0; }
  222. inline void set_m_delaySign_0(bool value)
  223. {
  224. ___m_delaySign_0 = value;
  225. }
  226. };
  227. // System.Reflection.AssemblyDescriptionAttribute
  228. struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  229. {
  230. public:
  231. // System.String System.Reflection.AssemblyDescriptionAttribute::m_description
  232. String_t* ___m_description_0;
  233. public:
  234. inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); }
  235. inline String_t* get_m_description_0() const { return ___m_description_0; }
  236. inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
  237. inline void set_m_description_0(String_t* value)
  238. {
  239. ___m_description_0 = value;
  240. Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
  241. }
  242. };
  243. // System.Reflection.AssemblyFileVersionAttribute
  244. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  245. {
  246. public:
  247. // System.String System.Reflection.AssemblyFileVersionAttribute::_version
  248. String_t* ____version_0;
  249. public:
  250. inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); }
  251. inline String_t* get__version_0() const { return ____version_0; }
  252. inline String_t** get_address_of__version_0() { return &____version_0; }
  253. inline void set__version_0(String_t* value)
  254. {
  255. ____version_0 = value;
  256. Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
  257. }
  258. };
  259. // System.Reflection.AssemblyInformationalVersionAttribute
  260. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  261. {
  262. public:
  263. // System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
  264. String_t* ___m_informationalVersion_0;
  265. public:
  266. inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); }
  267. inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
  268. inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
  269. inline void set_m_informationalVersion_0(String_t* value)
  270. {
  271. ___m_informationalVersion_0 = value;
  272. Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
  273. }
  274. };
  275. // System.Reflection.AssemblyKeyFileAttribute
  276. struct AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  277. {
  278. public:
  279. // System.String System.Reflection.AssemblyKeyFileAttribute::m_keyFile
  280. String_t* ___m_keyFile_0;
  281. public:
  282. inline static int32_t get_offset_of_m_keyFile_0() { return static_cast<int32_t>(offsetof(AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253, ___m_keyFile_0)); }
  283. inline String_t* get_m_keyFile_0() const { return ___m_keyFile_0; }
  284. inline String_t** get_address_of_m_keyFile_0() { return &___m_keyFile_0; }
  285. inline void set_m_keyFile_0(String_t* value)
  286. {
  287. ___m_keyFile_0 = value;
  288. Il2CppCodeGenWriteBarrier((void**)(&___m_keyFile_0), (void*)value);
  289. }
  290. };
  291. // System.Reflection.AssemblyProductAttribute
  292. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  293. {
  294. public:
  295. // System.String System.Reflection.AssemblyProductAttribute::m_product
  296. String_t* ___m_product_0;
  297. public:
  298. inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
  299. inline String_t* get_m_product_0() const { return ___m_product_0; }
  300. inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
  301. inline void set_m_product_0(String_t* value)
  302. {
  303. ___m_product_0 = value;
  304. Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
  305. }
  306. };
  307. // System.Reflection.AssemblyTitleAttribute
  308. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  309. {
  310. public:
  311. // System.String System.Reflection.AssemblyTitleAttribute::m_title
  312. String_t* ___m_title_0;
  313. public:
  314. inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
  315. inline String_t* get_m_title_0() const { return ___m_title_0; }
  316. inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
  317. inline void set_m_title_0(String_t* value)
  318. {
  319. ___m_title_0 = value;
  320. Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
  321. }
  322. };
  323. // System.Boolean
  324. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  325. {
  326. public:
  327. // System.Boolean System.Boolean::m_value
  328. bool ___m_value_0;
  329. public:
  330. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  331. inline bool get_m_value_0() const { return ___m_value_0; }
  332. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  333. inline void set_m_value_0(bool value)
  334. {
  335. ___m_value_0 = value;
  336. }
  337. };
  338. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  339. {
  340. public:
  341. // System.String System.Boolean::TrueString
  342. String_t* ___TrueString_5;
  343. // System.String System.Boolean::FalseString
  344. String_t* ___FalseString_6;
  345. public:
  346. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  347. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  348. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  349. inline void set_TrueString_5(String_t* value)
  350. {
  351. ___TrueString_5 = value;
  352. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  353. }
  354. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  355. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  356. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  357. inline void set_FalseString_6(String_t* value)
  358. {
  359. ___FalseString_6 = value;
  360. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  361. }
  362. };
  363. // System.CLSCompliantAttribute
  364. struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  365. {
  366. public:
  367. // System.Boolean System.CLSCompliantAttribute::m_compliant
  368. bool ___m_compliant_0;
  369. public:
  370. inline static int32_t get_offset_of_m_compliant_0() { return static_cast<int32_t>(offsetof(CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249, ___m_compliant_0)); }
  371. inline bool get_m_compliant_0() const { return ___m_compliant_0; }
  372. inline bool* get_address_of_m_compliant_0() { return &___m_compliant_0; }
  373. inline void set_m_compliant_0(bool value)
  374. {
  375. ___m_compliant_0 = value;
  376. }
  377. };
  378. // System.Runtime.InteropServices.ComVisibleAttribute
  379. struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  380. {
  381. public:
  382. // System.Boolean System.Runtime.InteropServices.ComVisibleAttribute::_val
  383. bool ____val_0;
  384. public:
  385. inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A, ____val_0)); }
  386. inline bool get__val_0() const { return ____val_0; }
  387. inline bool* get_address_of__val_0() { return &____val_0; }
  388. inline void set__val_0(bool value)
  389. {
  390. ____val_0 = value;
  391. }
  392. };
  393. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  394. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  395. {
  396. public:
  397. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  398. int32_t ___m_relaxations_0;
  399. public:
  400. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  401. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  402. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  403. inline void set_m_relaxations_0(int32_t value)
  404. {
  405. ___m_relaxations_0 = value;
  406. }
  407. };
  408. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  409. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  410. {
  411. public:
  412. public:
  413. };
  414. // System.Configuration.ConfigurationCollectionAttribute
  415. struct ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  416. {
  417. public:
  418. public:
  419. };
  420. // System.Diagnostics.DebuggerDisplayAttribute
  421. struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  422. {
  423. public:
  424. // System.String System.Diagnostics.DebuggerDisplayAttribute::name
  425. String_t* ___name_0;
  426. // System.String System.Diagnostics.DebuggerDisplayAttribute::value
  427. String_t* ___value_1;
  428. // System.String System.Diagnostics.DebuggerDisplayAttribute::type
  429. String_t* ___type_2;
  430. public:
  431. inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___name_0)); }
  432. inline String_t* get_name_0() const { return ___name_0; }
  433. inline String_t** get_address_of_name_0() { return &___name_0; }
  434. inline void set_name_0(String_t* value)
  435. {
  436. ___name_0 = value;
  437. Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
  438. }
  439. inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___value_1)); }
  440. inline String_t* get_value_1() const { return ___value_1; }
  441. inline String_t** get_address_of_value_1() { return &___value_1; }
  442. inline void set_value_1(String_t* value)
  443. {
  444. ___value_1 = value;
  445. Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
  446. }
  447. inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___type_2)); }
  448. inline String_t* get_type_2() const { return ___type_2; }
  449. inline String_t** get_address_of_type_2() { return &___type_2; }
  450. inline void set_type_2(String_t* value)
  451. {
  452. ___type_2 = value;
  453. Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value);
  454. }
  455. };
  456. // System.Diagnostics.DebuggerTypeProxyAttribute
  457. struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  458. {
  459. public:
  460. // System.String System.Diagnostics.DebuggerTypeProxyAttribute::typeName
  461. String_t* ___typeName_0;
  462. public:
  463. inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014, ___typeName_0)); }
  464. inline String_t* get_typeName_0() const { return ___typeName_0; }
  465. inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
  466. inline void set_typeName_0(String_t* value)
  467. {
  468. ___typeName_0 = value;
  469. Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
  470. }
  471. };
  472. // System.Reflection.DefaultMemberAttribute
  473. struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  474. {
  475. public:
  476. // System.String System.Reflection.DefaultMemberAttribute::m_memberName
  477. String_t* ___m_memberName_0;
  478. public:
  479. inline static int32_t get_offset_of_m_memberName_0() { return static_cast<int32_t>(offsetof(DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5, ___m_memberName_0)); }
  480. inline String_t* get_m_memberName_0() const { return ___m_memberName_0; }
  481. inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; }
  482. inline void set_m_memberName_0(String_t* value)
  483. {
  484. ___m_memberName_0 = value;
  485. Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value);
  486. }
  487. };
  488. // System.Enum
  489. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  490. {
  491. public:
  492. public:
  493. };
  494. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  495. {
  496. public:
  497. // System.Char[] System.Enum::enumSeperatorCharArray
  498. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  499. public:
  500. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  501. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  502. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  503. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  504. {
  505. ___enumSeperatorCharArray_0 = value;
  506. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  507. }
  508. };
  509. // Native definition for P/Invoke marshalling of System.Enum
  510. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  511. {
  512. };
  513. // Native definition for COM marshalling of System.Enum
  514. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  515. {
  516. };
  517. // System.Runtime.CompilerServices.ExtensionAttribute
  518. struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  519. {
  520. public:
  521. public:
  522. };
  523. // System.FlagsAttribute
  524. struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  525. {
  526. public:
  527. public:
  528. };
  529. // System.IntPtr
  530. struct IntPtr_t
  531. {
  532. public:
  533. // System.Void* System.IntPtr::m_value
  534. void* ___m_value_0;
  535. public:
  536. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  537. inline void* get_m_value_0() const { return ___m_value_0; }
  538. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  539. inline void set_m_value_0(void* value)
  540. {
  541. ___m_value_0 = value;
  542. }
  543. };
  544. struct IntPtr_t_StaticFields
  545. {
  546. public:
  547. // System.IntPtr System.IntPtr::Zero
  548. intptr_t ___Zero_1;
  549. public:
  550. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  551. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  552. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  553. inline void set_Zero_1(intptr_t value)
  554. {
  555. ___Zero_1 = value;
  556. }
  557. };
  558. // System.Runtime.CompilerServices.InternalsVisibleToAttribute
  559. struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  560. {
  561. public:
  562. // System.String System.Runtime.CompilerServices.InternalsVisibleToAttribute::_assemblyName
  563. String_t* ____assemblyName_0;
  564. // System.Boolean System.Runtime.CompilerServices.InternalsVisibleToAttribute::_allInternalsVisible
  565. bool ____allInternalsVisible_1;
  566. public:
  567. inline static int32_t get_offset_of__assemblyName_0() { return static_cast<int32_t>(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____assemblyName_0)); }
  568. inline String_t* get__assemblyName_0() const { return ____assemblyName_0; }
  569. inline String_t** get_address_of__assemblyName_0() { return &____assemblyName_0; }
  570. inline void set__assemblyName_0(String_t* value)
  571. {
  572. ____assemblyName_0 = value;
  573. Il2CppCodeGenWriteBarrier((void**)(&____assemblyName_0), (void*)value);
  574. }
  575. inline static int32_t get_offset_of__allInternalsVisible_1() { return static_cast<int32_t>(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____allInternalsVisible_1)); }
  576. inline bool get__allInternalsVisible_1() const { return ____allInternalsVisible_1; }
  577. inline bool* get_address_of__allInternalsVisible_1() { return &____allInternalsVisible_1; }
  578. inline void set__allInternalsVisible_1(bool value)
  579. {
  580. ____allInternalsVisible_1 = value;
  581. }
  582. };
  583. // System.ObsoleteAttribute
  584. struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  585. {
  586. public:
  587. // System.String System.ObsoleteAttribute::_message
  588. String_t* ____message_0;
  589. // System.Boolean System.ObsoleteAttribute::_error
  590. bool ____error_1;
  591. public:
  592. inline static int32_t get_offset_of__message_0() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____message_0)); }
  593. inline String_t* get__message_0() const { return ____message_0; }
  594. inline String_t** get_address_of__message_0() { return &____message_0; }
  595. inline void set__message_0(String_t* value)
  596. {
  597. ____message_0 = value;
  598. Il2CppCodeGenWriteBarrier((void**)(&____message_0), (void*)value);
  599. }
  600. inline static int32_t get_offset_of__error_1() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____error_1)); }
  601. inline bool get__error_1() const { return ____error_1; }
  602. inline bool* get_address_of__error_1() { return &____error_1; }
  603. inline void set__error_1(bool value)
  604. {
  605. ____error_1 = value;
  606. }
  607. };
  608. // System.Runtime.Serialization.OptionalFieldAttribute
  609. struct OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  610. {
  611. public:
  612. // System.Int32 System.Runtime.Serialization.OptionalFieldAttribute::versionAdded
  613. int32_t ___versionAdded_0;
  614. public:
  615. inline static int32_t get_offset_of_versionAdded_0() { return static_cast<int32_t>(offsetof(OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59, ___versionAdded_0)); }
  616. inline int32_t get_versionAdded_0() const { return ___versionAdded_0; }
  617. inline int32_t* get_address_of_versionAdded_0() { return &___versionAdded_0; }
  618. inline void set_versionAdded_0(int32_t value)
  619. {
  620. ___versionAdded_0 = value;
  621. }
  622. };
  623. // System.ParamArrayAttribute
  624. struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  625. {
  626. public:
  627. public:
  628. };
  629. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  630. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  631. {
  632. public:
  633. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  634. bool ___m_wrapNonExceptionThrows_0;
  635. public:
  636. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  637. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  638. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  639. inline void set_m_wrapNonExceptionThrows_0(bool value)
  640. {
  641. ___m_wrapNonExceptionThrows_0 = value;
  642. }
  643. };
  644. // System.Resources.SatelliteContractVersionAttribute
  645. struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  646. {
  647. public:
  648. // System.String System.Resources.SatelliteContractVersionAttribute::_version
  649. String_t* ____version_0;
  650. public:
  651. inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2, ____version_0)); }
  652. inline String_t* get__version_0() const { return ____version_0; }
  653. inline String_t** get_address_of__version_0() { return &____version_0; }
  654. inline void set__version_0(String_t* value)
  655. {
  656. ____version_0 = value;
  657. Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
  658. }
  659. };
  660. // System.ComponentModel.TypeConverterAttribute
  661. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  662. {
  663. public:
  664. // System.String System.ComponentModel.TypeConverterAttribute::typeName
  665. String_t* ___typeName_0;
  666. public:
  667. inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83, ___typeName_0)); }
  668. inline String_t* get_typeName_0() const { return ___typeName_0; }
  669. inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
  670. inline void set_typeName_0(String_t* value)
  671. {
  672. ___typeName_0 = value;
  673. Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
  674. }
  675. };
  676. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields
  677. {
  678. public:
  679. // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default
  680. TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * ___Default_1;
  681. public:
  682. inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields, ___Default_1)); }
  683. inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * get_Default_1() const { return ___Default_1; }
  684. inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 ** get_address_of_Default_1() { return &___Default_1; }
  685. inline void set_Default_1(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * value)
  686. {
  687. ___Default_1 = value;
  688. Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
  689. }
  690. };
  691. // System.Void
  692. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  693. {
  694. public:
  695. union
  696. {
  697. struct
  698. {
  699. };
  700. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  701. };
  702. public:
  703. };
  704. // System.AttributeTargets
  705. struct AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923
  706. {
  707. public:
  708. // System.Int32 System.AttributeTargets::value__
  709. int32_t ___value___2;
  710. public:
  711. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923, ___value___2)); }
  712. inline int32_t get_value___2() const { return ___value___2; }
  713. inline int32_t* get_address_of_value___2() { return &___value___2; }
  714. inline void set_value___2(int32_t value)
  715. {
  716. ___value___2 = value;
  717. }
  718. };
  719. // System.Reflection.BindingFlags
  720. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  721. {
  722. public:
  723. // System.Int32 System.Reflection.BindingFlags::value__
  724. int32_t ___value___2;
  725. public:
  726. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  727. inline int32_t get_value___2() const { return ___value___2; }
  728. inline int32_t* get_address_of_value___2() { return &___value___2; }
  729. inline void set_value___2(int32_t value)
  730. {
  731. ___value___2 = value;
  732. }
  733. };
  734. // System.ComponentModel.EditorBrowsableState
  735. struct EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1
  736. {
  737. public:
  738. // System.Int32 System.ComponentModel.EditorBrowsableState::value__
  739. int32_t ___value___2;
  740. public:
  741. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1, ___value___2)); }
  742. inline int32_t get_value___2() const { return ___value___2; }
  743. inline int32_t* get_address_of_value___2() { return &___value___2; }
  744. inline void set_value___2(int32_t value)
  745. {
  746. ___value___2 = value;
  747. }
  748. };
  749. // System.RuntimeTypeHandle
  750. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  751. {
  752. public:
  753. // System.IntPtr System.RuntimeTypeHandle::value
  754. intptr_t ___value_0;
  755. public:
  756. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  757. inline intptr_t get_value_0() const { return ___value_0; }
  758. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  759. inline void set_value_0(intptr_t value)
  760. {
  761. ___value_0 = value;
  762. }
  763. };
  764. // System.Resources.UltimateResourceFallbackLocation
  765. struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B
  766. {
  767. public:
  768. // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__
  769. int32_t ___value___2;
  770. public:
  771. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___value___2)); }
  772. inline int32_t get_value___2() const { return ___value___2; }
  773. inline int32_t* get_address_of_value___2() { return &___value___2; }
  774. inline void set_value___2(int32_t value)
  775. {
  776. ___value___2 = value;
  777. }
  778. };
  779. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  780. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  781. {
  782. public:
  783. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  784. int32_t ___value___2;
  785. public:
  786. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  787. inline int32_t get_value___2() const { return ___value___2; }
  788. inline int32_t* get_address_of_value___2() { return &___value___2; }
  789. inline void set_value___2(int32_t value)
  790. {
  791. ___value___2 = value;
  792. }
  793. };
  794. // System.AttributeUsageAttribute
  795. struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  796. {
  797. public:
  798. // System.AttributeTargets System.AttributeUsageAttribute::m_attributeTarget
  799. int32_t ___m_attributeTarget_0;
  800. // System.Boolean System.AttributeUsageAttribute::m_allowMultiple
  801. bool ___m_allowMultiple_1;
  802. // System.Boolean System.AttributeUsageAttribute::m_inherited
  803. bool ___m_inherited_2;
  804. public:
  805. inline static int32_t get_offset_of_m_attributeTarget_0() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_attributeTarget_0)); }
  806. inline int32_t get_m_attributeTarget_0() const { return ___m_attributeTarget_0; }
  807. inline int32_t* get_address_of_m_attributeTarget_0() { return &___m_attributeTarget_0; }
  808. inline void set_m_attributeTarget_0(int32_t value)
  809. {
  810. ___m_attributeTarget_0 = value;
  811. }
  812. inline static int32_t get_offset_of_m_allowMultiple_1() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_allowMultiple_1)); }
  813. inline bool get_m_allowMultiple_1() const { return ___m_allowMultiple_1; }
  814. inline bool* get_address_of_m_allowMultiple_1() { return &___m_allowMultiple_1; }
  815. inline void set_m_allowMultiple_1(bool value)
  816. {
  817. ___m_allowMultiple_1 = value;
  818. }
  819. inline static int32_t get_offset_of_m_inherited_2() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_inherited_2)); }
  820. inline bool get_m_inherited_2() const { return ___m_inherited_2; }
  821. inline bool* get_address_of_m_inherited_2() { return &___m_inherited_2; }
  822. inline void set_m_inherited_2(bool value)
  823. {
  824. ___m_inherited_2 = value;
  825. }
  826. };
  827. struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields
  828. {
  829. public:
  830. // System.AttributeUsageAttribute System.AttributeUsageAttribute::Default
  831. AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * ___Default_3;
  832. public:
  833. inline static int32_t get_offset_of_Default_3() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields, ___Default_3)); }
  834. inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * get_Default_3() const { return ___Default_3; }
  835. inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C ** get_address_of_Default_3() { return &___Default_3; }
  836. inline void set_Default_3(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * value)
  837. {
  838. ___Default_3 = value;
  839. Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value);
  840. }
  841. };
  842. // System.Diagnostics.DebuggableAttribute
  843. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  844. {
  845. public:
  846. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  847. int32_t ___m_debuggingModes_0;
  848. public:
  849. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  850. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  851. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  852. inline void set_m_debuggingModes_0(int32_t value)
  853. {
  854. ___m_debuggingModes_0 = value;
  855. }
  856. };
  857. // System.ComponentModel.EditorBrowsableAttribute
  858. struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  859. {
  860. public:
  861. // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState
  862. int32_t ___browsableState_0;
  863. public:
  864. inline static int32_t get_offset_of_browsableState_0() { return static_cast<int32_t>(offsetof(EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614, ___browsableState_0)); }
  865. inline int32_t get_browsableState_0() const { return ___browsableState_0; }
  866. inline int32_t* get_address_of_browsableState_0() { return &___browsableState_0; }
  867. inline void set_browsableState_0(int32_t value)
  868. {
  869. ___browsableState_0 = value;
  870. }
  871. };
  872. // System.Resources.NeutralResourcesLanguageAttribute
  873. struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  874. {
  875. public:
  876. // System.String System.Resources.NeutralResourcesLanguageAttribute::_culture
  877. String_t* ____culture_0;
  878. // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::_fallbackLoc
  879. int32_t ____fallbackLoc_1;
  880. public:
  881. inline static int32_t get_offset_of__culture_0() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____culture_0)); }
  882. inline String_t* get__culture_0() const { return ____culture_0; }
  883. inline String_t** get_address_of__culture_0() { return &____culture_0; }
  884. inline void set__culture_0(String_t* value)
  885. {
  886. ____culture_0 = value;
  887. Il2CppCodeGenWriteBarrier((void**)(&____culture_0), (void*)value);
  888. }
  889. inline static int32_t get_offset_of__fallbackLoc_1() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____fallbackLoc_1)); }
  890. inline int32_t get__fallbackLoc_1() const { return ____fallbackLoc_1; }
  891. inline int32_t* get_address_of__fallbackLoc_1() { return &____fallbackLoc_1; }
  892. inline void set__fallbackLoc_1(int32_t value)
  893. {
  894. ____fallbackLoc_1 = value;
  895. }
  896. };
  897. // System.Type
  898. struct Type_t : public MemberInfo_t
  899. {
  900. public:
  901. // System.RuntimeTypeHandle System.Type::_impl
  902. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  903. public:
  904. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  905. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  906. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  907. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  908. {
  909. ____impl_9 = value;
  910. }
  911. };
  912. struct Type_t_StaticFields
  913. {
  914. public:
  915. // System.Reflection.MemberFilter System.Type::FilterAttribute
  916. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  917. // System.Reflection.MemberFilter System.Type::FilterName
  918. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  919. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  920. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  921. // System.Object System.Type::Missing
  922. RuntimeObject * ___Missing_3;
  923. // System.Char System.Type::Delimiter
  924. Il2CppChar ___Delimiter_4;
  925. // System.Type[] System.Type::EmptyTypes
  926. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  927. // System.Reflection.Binder System.Type::defaultBinder
  928. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  929. public:
  930. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  931. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  932. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  933. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  934. {
  935. ___FilterAttribute_0 = value;
  936. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  937. }
  938. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  939. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  940. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  941. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  942. {
  943. ___FilterName_1 = value;
  944. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  945. }
  946. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  947. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  948. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  949. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  950. {
  951. ___FilterNameIgnoreCase_2 = value;
  952. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  953. }
  954. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  955. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  956. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  957. inline void set_Missing_3(RuntimeObject * value)
  958. {
  959. ___Missing_3 = value;
  960. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  961. }
  962. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  963. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  964. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  965. inline void set_Delimiter_4(Il2CppChar value)
  966. {
  967. ___Delimiter_4 = value;
  968. }
  969. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  970. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  971. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  972. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  973. {
  974. ___EmptyTypes_5 = value;
  975. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  976. }
  977. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  978. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  979. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  980. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  981. {
  982. ___defaultBinder_6 = value;
  983. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  984. }
  985. };
  986. #ifdef __clang__
  987. #pragma clang diagnostic pop
  988. #endif
  989. // System.Void System.Runtime.CompilerServices.InternalsVisibleToAttribute::.ctor(System.String)
  990. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9 (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, String_t* ___assemblyName0, const RuntimeMethod* method);
  991. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  992. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  993. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  994. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  995. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  996. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  997. // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
  998. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
  999. // System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
  1000. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method);
  1001. // System.Void System.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String)
  1002. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0 (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * __this, String_t* ___defaultAlias0, const RuntimeMethod* method);
  1003. // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
  1004. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
  1005. // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
  1006. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
  1007. // System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
  1008. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method);
  1009. // System.Void System.Runtime.CompilerServices.ExtensionAttribute::.ctor()
  1010. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * __this, const RuntimeMethod* method);
  1011. // System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
  1012. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method);
  1013. // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
  1014. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method);
  1015. // System.Void System.CLSCompliantAttribute::.ctor(System.Boolean)
  1016. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270 (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * __this, bool ___isCompliant0, const RuntimeMethod* method);
  1017. // System.Void System.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String)
  1018. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * __this, String_t* ___cultureName0, const RuntimeMethod* method);
  1019. // System.Void System.Runtime.InteropServices.ComVisibleAttribute::.ctor(System.Boolean)
  1020. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172 (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * __this, bool ___visibility0, const RuntimeMethod* method);
  1021. // System.Void System.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean)
  1022. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * __this, bool ___delaySign0, const RuntimeMethod* method);
  1023. // System.Void System.Reflection.AssemblyKeyFileAttribute::.ctor(System.String)
  1024. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyKeyFileAttribute__ctor_mCCE9180B365E9EB7111D5061069A5F73E1690CC3 (AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 * __this, String_t* ___keyFile0, const RuntimeMethod* method);
  1025. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  1026. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  1027. // System.Void System.Resources.SatelliteContractVersionAttribute::.ctor(System.String)
  1028. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215 (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, String_t* ___version0, const RuntimeMethod* method);
  1029. // System.Void System.ParamArrayAttribute::.ctor()
  1030. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719 (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * __this, const RuntimeMethod* method);
  1031. // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.Type)
  1032. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mE0B270E39E657178B253AB6F56FCA24E644868F4 (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, Type_t * ___type0, const RuntimeMethod* method);
  1033. // System.Void System.FlagsAttribute::.ctor()
  1034. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229 (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * __this, const RuntimeMethod* method);
  1035. // System.Void System.Runtime.Serialization.OptionalFieldAttribute::.ctor()
  1036. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1 (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * __this, const RuntimeMethod* method);
  1037. // System.Void System.Runtime.Serialization.OptionalFieldAttribute::set_VersionAdded(System.Int32)
  1038. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * __this, int32_t ___value0, const RuntimeMethod* method);
  1039. // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState)
  1040. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, int32_t ___state0, const RuntimeMethod* method);
  1041. // System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets)
  1042. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, int32_t ___validOn0, const RuntimeMethod* method);
  1043. // System.Void System.Reflection.DefaultMemberAttribute::.ctor(System.String)
  1044. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7 (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * __this, String_t* ___memberName0, const RuntimeMethod* method);
  1045. // System.Void System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type)
  1046. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167 (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * __this, Type_t * ___type0, const RuntimeMethod* method);
  1047. // System.Void System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String)
  1048. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988 (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * __this, String_t* ___value0, const RuntimeMethod* method);
  1049. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  1050. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  1051. // System.Void System.Configuration.ConfigurationCollectionAttribute::.ctor(System.Type)
  1052. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationCollectionAttribute__ctor_m89928B3545B1827E694566EC696326B4A3F85206 (ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 * __this, Type_t * ___itemType0, const RuntimeMethod* method);
  1053. // System.Void System.ObsoleteAttribute::.ctor(System.String)
  1054. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868 (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, String_t* ___message0, const RuntimeMethod* method);
  1055. static void System_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1056. {
  1057. {
  1058. InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[0];
  1059. InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x2E\x53\x65\x63\x75\x72\x69\x74\x79\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x37\x39\x31\x35\x39\x39\x37\x37\x64\x32\x64\x30\x33\x61\x38\x65\x36\x62\x65\x61\x37\x61\x32\x65\x37\x34\x65\x38\x64\x31\x61\x66\x63\x63\x39\x33\x65\x38\x38\x35\x31\x39\x37\x34\x39\x35\x32\x62\x62\x34\x38\x30\x61\x31\x32\x63\x39\x31\x33\x34\x34\x37\x34\x64\x30\x34\x30\x36\x32\x34\x34\x37\x63\x33\x37\x65\x30\x65\x36\x38\x63\x30\x38\x30\x35\x33\x36\x66\x63\x66\x33\x63\x33\x66\x62\x65\x32\x66\x66\x39\x63\x39\x37\x39\x63\x65\x39\x39\x38\x34\x37\x35\x65\x35\x30\x36\x65\x38\x63\x65\x38\x32\x64\x64\x35\x62\x30\x66\x33\x35\x30\x64\x63\x31\x30\x65\x39\x33\x62\x66\x32\x65\x65\x65\x63\x66\x38\x37\x34\x62\x32\x34\x37\x37\x30\x63\x35\x30\x38\x31\x64\x62\x65\x61\x37\x34\x34\x37\x66\x64\x64\x61\x66\x61\x32\x37\x37\x62\x32\x32\x64\x65\x34\x37\x64\x36\x66\x66\x65\x61\x34\x34\x39\x36\x37\x34\x61\x34\x66\x39\x66\x63\x63\x66\x38\x34\x64\x31\x35\x30\x36\x39\x30\x38\x39\x33\x38\x30\x32\x38\x34\x64\x62\x64\x64\x33\x35\x66\x34\x36\x63\x64\x66\x66\x31\x32\x61\x31\x62\x64\x37\x38\x65\x34\x65\x66\x30\x30\x36\x35\x64\x30\x31\x36\x64\x66"), NULL);
  1060. }
  1061. {
  1062. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[1];
  1063. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  1064. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  1065. }
  1066. {
  1067. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[2];
  1068. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
  1069. }
  1070. {
  1071. AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[3];
  1072. AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x64\x6C\x6C"), NULL);
  1073. }
  1074. {
  1075. AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[4];
  1076. AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x64\x6C\x6C"), NULL);
  1077. }
  1078. {
  1079. AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * tmp = (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA *)cache->attributes[5];
  1080. AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x64\x6C\x6C"), NULL);
  1081. }
  1082. {
  1083. AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[6];
  1084. AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x20\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74\x20\x74\x65\x61\x6D"), NULL);
  1085. }
  1086. {
  1087. AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[7];
  1088. AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x20\x43\x6F\x6D\x6D\x6F\x6E\x20\x4C\x61\x6E\x67\x75\x61\x67\x65\x20\x49\x6E\x66\x72\x61\x73\x74\x72\x75\x63\x74\x75\x72\x65"), NULL);
  1089. }
  1090. {
  1091. AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[8];
  1092. AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\x28\x63\x29\x20\x56\x61\x72\x69\x6F\x75\x73\x20\x4D\x6F\x6E\x6F\x20\x61\x75\x74\x68\x6F\x72\x73"), NULL);
  1093. }
  1094. {
  1095. ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[9];
  1096. ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
  1097. }
  1098. {
  1099. AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[10];
  1100. AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x33\x30\x33\x31\x39\x2E\x31\x37\x30\x32\x30"), NULL);
  1101. }
  1102. {
  1103. AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[11];
  1104. AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x33\x30\x33\x31\x39\x2E\x31\x37\x30\x32\x30"), NULL);
  1105. }
  1106. {
  1107. CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[12];
  1108. CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, true, NULL);
  1109. }
  1110. {
  1111. NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * tmp = (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 *)cache->attributes[13];
  1112. NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF(tmp, il2cpp_codegen_string_new_wrapper("\x65\x6E\x2D\x55\x53"), NULL);
  1113. }
  1114. {
  1115. ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[14];
  1116. ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
  1117. }
  1118. {
  1119. AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * tmp = (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 *)cache->attributes[15];
  1120. AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A(tmp, true, NULL);
  1121. }
  1122. {
  1123. AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 * tmp = (AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 *)cache->attributes[16];
  1124. AssemblyKeyFileAttribute__ctor_mCCE9180B365E9EB7111D5061069A5F73E1690CC3(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x2E\x2F\x73\x69\x6C\x76\x65\x72\x6C\x69\x67\x68\x74\x2E\x70\x75\x62"), NULL);
  1125. }
  1126. {
  1127. InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[17];
  1128. InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x4D\x6F\x64\x65\x6C\x2E\x44\x61\x74\x61\x41\x6E\x6E\x6F\x74\x61\x74\x69\x6F\x6E\x73\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x62\x35\x66\x63\x39\x30\x65\x37\x30\x32\x37\x66\x36\x37\x38\x37\x31\x65\x37\x37\x33\x61\x38\x66\x64\x65\x38\x39\x33\x38\x63\x38\x31\x64\x64\x34\x30\x32\x62\x61\x36\x35\x62\x39\x32\x30\x31\x64\x36\x30\x35\x39\x33\x65\x39\x36\x63\x34\x39\x32\x36\x35\x31\x65\x38\x38\x39\x63\x63\x31\x33\x66\x31\x34\x31\x35\x65\x62\x62\x35\x33\x66\x61\x63\x31\x31\x33\x31\x61\x65\x30\x62\x64\x33\x33\x33\x63\x35\x65\x65\x36\x30\x32\x31\x36\x37\x32\x64\x39\x37\x31\x38\x65\x61\x33\x31\x61\x38\x61\x65\x62\x64\x30\x64\x61\x30\x30\x37\x32\x66\x32\x35\x64\x38\x37\x64\x62\x61\x36\x66\x63\x39\x30\x66\x66\x64\x35\x39\x38\x65\x64\x34\x64\x61\x33\x35\x65\x34\x34\x63\x33\x39\x38\x63\x34\x35\x34\x33\x30\x37\x65\x38\x65\x33\x33\x62\x38\x34\x32\x36\x31\x34\x33\x64\x61\x65\x63\x39\x66\x35\x39\x36\x38\x33\x36\x66\x39\x37\x63\x38\x66\x37\x34\x37\x35\x30\x65\x35\x39\x37\x35\x63\x36\x34\x65\x32\x31\x38\x39\x66\x34\x35\x64\x65\x66\x34\x36\x62\x32\x61\x32\x62\x31\x32\x34\x37\x61\x64\x63\x33\x36\x35\x32\x62\x66\x35\x63\x33\x30\x38\x30\x35\x35\x64\x61\x39"), NULL);
  1129. }
  1130. {
  1131. InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[18];
  1132. InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x4E\x65\x74\x2E\x48\x74\x74\x70\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x30\x37\x64\x31\x66\x61\x35\x37\x63\x34\x61\x65\x64\x39\x66\x30\x61\x33\x32\x65\x38\x34\x61\x61\x30\x66\x61\x65\x66\x64\x30\x64\x65\x39\x65\x38\x66\x64\x36\x61\x65\x63\x38\x66\x38\x37\x66\x62\x30\x33\x37\x36\x36\x63\x38\x33\x34\x63\x39\x39\x39\x32\x31\x65\x62\x32\x33\x62\x65\x37\x39\x61\x64\x39\x64\x35\x64\x63\x63\x31\x64\x64\x39\x61\x64\x32\x33\x36\x31\x33\x32\x31\x30\x32\x39\x30\x30\x62\x37\x32\x33\x63\x66\x39\x38\x30\x39\x35\x37\x66\x63\x34\x65\x31\x37\x37\x31\x30\x38\x66\x63\x36\x30\x37\x37\x37\x34\x66\x32\x39\x65\x38\x33\x32\x30\x65\x39\x32\x65\x61\x30\x35\x65\x63\x65\x34\x65\x38\x32\x31\x63\x30\x61\x35\x65\x66\x65\x38\x66\x31\x36\x34\x35\x63\x34\x63\x30\x63\x39\x33\x63\x31\x61\x62\x39\x39\x32\x38\x35\x64\x36\x32\x32\x63\x61\x61\x36\x35\x32\x63\x31\x64\x66\x61\x64\x36\x33\x64\x37\x34\x35\x64\x36\x66\x32\x64\x65\x35\x66\x31\x37\x65\x35\x65\x61\x66\x30\x66\x63\x34\x39\x36\x33\x64\x32\x36\x31\x63\x38\x61\x31\x32\x34\x33\x36\x35\x31\x38\x32\x30\x36\x64\x63\x30\x39\x33\x33\x34\x34\x64\x35\x61\x64\x32\x39\x33"), NULL);
  1133. }
  1134. {
  1135. InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[19];
  1136. InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x2E\x42\x74\x6C\x73\x2E\x49\x6E\x74\x65\x72\x66\x61\x63\x65\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x37\x39\x31\x35\x39\x39\x37\x37\x64\x32\x64\x30\x33\x61\x38\x65\x36\x62\x65\x61\x37\x61\x32\x65\x37\x34\x65\x38\x64\x31\x61\x66\x63\x63\x39\x33\x65\x38\x38\x35\x31\x39\x37\x34\x39\x35\x32\x62\x62\x34\x38\x30\x61\x31\x32\x63\x39\x31\x33\x34\x34\x37\x34\x64\x30\x34\x30\x36\x32\x34\x34\x37\x63\x33\x37\x65\x30\x65\x36\x38\x63\x30\x38\x30\x35\x33\x36\x66\x63\x66\x33\x63\x33\x66\x62\x65\x32\x66\x66\x39\x63\x39\x37\x39\x63\x65\x39\x39\x38\x34\x37\x35\x65\x35\x30\x36\x65\x38\x63\x65\x38\x32\x64\x64\x35\x62\x30\x66\x33\x35\x30\x64\x63\x31\x30\x65\x39\x33\x62\x66\x32\x65\x65\x65\x63\x66\x38\x37\x34\x62\x32\x34\x37\x37\x30\x63\x35\x30\x38\x31\x64\x62\x65\x61\x37\x34\x34\x37\x66\x64\x64\x61\x66\x61\x32\x37\x37\x62\x32\x32\x64\x65\x34\x37\x64\x36\x66\x66\x65\x61\x34\x34\x39\x36\x37\x34\x61\x34\x66\x39\x66\x63\x63\x66\x38\x34\x64\x31\x35\x30\x36\x39\x30\x38\x39\x33\x38\x30\x32\x38\x34\x64\x62\x64\x64\x33\x35\x66\x34\x36\x63\x64\x66\x66\x31\x32\x61\x31\x62\x64\x37\x38\x65\x34\x65\x66\x30\x30\x36\x35\x64\x30\x31\x36\x64\x66"), NULL);
  1137. }
  1138. {
  1139. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[20];
  1140. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  1141. }
  1142. {
  1143. SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * tmp = (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 *)cache->attributes[21];
  1144. SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x30\x2E\x30"), NULL);
  1145. }
  1146. }
  1147. static void SR_t7C9BB2906843BCE54155B2E99C05E0687AEB25FC_CustomAttributesCacheGenerator_SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F____args1(CustomAttributesCache* cache)
  1148. {
  1149. {
  1150. ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
  1151. ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
  1152. }
  1153. }
  1154. static void SR_t7C9BB2906843BCE54155B2E99C05E0687AEB25FC_CustomAttributesCacheGenerator_SR_GetString_m410D5693D8F75264B62B781794F559446EC84B3B____args2(CustomAttributesCache* cache)
  1155. {
  1156. {
  1157. ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
  1158. ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
  1159. }
  1160. }
  1161. static void Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1162. {
  1163. static bool s_Il2CppMethodInitialized;
  1164. if (!s_Il2CppMethodInitialized)
  1165. {
  1166. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriTypeConverter_tF512B4F48E57AC42B460E2847743CD78F4D24694_0_0_0_var);
  1167. s_Il2CppMethodInitialized = true;
  1168. }
  1169. {
  1170. TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * tmp = (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)cache->attributes[0];
  1171. TypeConverterAttribute__ctor_mE0B270E39E657178B253AB6F56FCA24E644868F4(tmp, il2cpp_codegen_type_get_object(UriTypeConverter_tF512B4F48E57AC42B460E2847743CD78F4D24694_0_0_0_var), NULL);
  1172. }
  1173. }
  1174. static void Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1175. {
  1176. {
  1177. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1178. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1179. }
  1180. }
  1181. static void Check_tEDA05554030AFFE9920C7E4C2233599B26DA74E8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1182. {
  1183. {
  1184. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1185. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1186. }
  1187. }
  1188. static void UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1189. {
  1190. {
  1191. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1192. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1193. }
  1194. }
  1195. static void UnescapeMode_tAAD72A439A031D63DA366126306CC0DDB9312850_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1196. {
  1197. {
  1198. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1199. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1200. }
  1201. }
  1202. static void UriSyntaxFlags_t00ABF83A3AA06E5B670D3F73E3E87BC21F72044A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1203. {
  1204. {
  1205. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1206. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1207. }
  1208. }
  1209. static void Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_CustomAttributesCacheGenerator_internalMatchTimeout(CustomAttributesCache* cache)
  1210. {
  1211. {
  1212. OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
  1213. OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
  1214. OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
  1215. }
  1216. }
  1217. static void RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1218. {
  1219. {
  1220. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1221. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1222. }
  1223. }
  1224. static void RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1225. {
  1226. {
  1227. EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
  1228. EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 1LL, NULL);
  1229. }
  1230. }
  1231. static void EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1232. {
  1233. {
  1234. AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
  1235. AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 6140LL, NULL);
  1236. }
  1237. }
  1238. static void TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1239. {
  1240. {
  1241. ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
  1242. ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
  1243. }
  1244. }
  1245. static void StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1246. {
  1247. {
  1248. DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
  1249. DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
  1250. }
  1251. }
  1252. static void TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1253. {
  1254. {
  1255. AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
  1256. AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 32767LL, NULL);
  1257. }
  1258. }
  1259. static void OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1260. {
  1261. {
  1262. DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
  1263. DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
  1264. }
  1265. }
  1266. static void X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1267. {
  1268. {
  1269. FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
  1270. FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
  1271. }
  1272. }
  1273. static void LinkedList_1_t21E8FA104303548F9AE8F6BBA53BA4EE0F25D0AD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1274. {
  1275. static bool s_Il2CppMethodInitialized;
  1276. if (!s_Il2CppMethodInitialized)
  1277. {
  1278. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollectionDebugView_1_t5C658210B4157DF3AFC36D8D6888CB7982330519_0_0_0_var);
  1279. s_Il2CppMethodInitialized = true;
  1280. }
  1281. {
  1282. DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
  1283. DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(ICollectionDebugView_1_t5C658210B4157DF3AFC36D8D6888CB7982330519_0_0_0_var), NULL);
  1284. }
  1285. {
  1286. DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
  1287. DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
  1288. }
  1289. }
  1290. static void Stack_1_t8B41AD867BA211178643B3152EFA0052D0D10E8A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1291. {
  1292. static bool s_Il2CppMethodInitialized;
  1293. if (!s_Il2CppMethodInitialized)
  1294. {
  1295. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackDebugView_1_tED8F818BDE1A430F098AD2316F09F2619D7F3DAA_0_0_0_var);
  1296. s_Il2CppMethodInitialized = true;
  1297. }
  1298. {
  1299. DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
  1300. DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
  1301. }
  1302. {
  1303. DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
  1304. DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(StackDebugView_1_tED8F818BDE1A430F098AD2316F09F2619D7F3DAA_0_0_0_var), NULL);
  1305. }
  1306. }
  1307. static void U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1308. {
  1309. {
  1310. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  1311. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  1312. }
  1313. }
  1314. static void BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1315. {
  1316. static bool s_Il2CppMethodInitialized;
  1317. if (!s_Il2CppMethodInitialized)
  1318. {
  1319. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96_0_0_0_var);
  1320. s_Il2CppMethodInitialized = true;
  1321. }
  1322. {
  1323. ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 * tmp = (ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 *)cache->attributes[0];
  1324. ConfigurationCollectionAttribute__ctor_m89928B3545B1827E694566EC696326B4A3F85206(tmp, il2cpp_codegen_type_get_object(BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96_0_0_0_var), NULL);
  1325. }
  1326. {
  1327. DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
  1328. DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
  1329. }
  1330. }
  1331. static void ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1332. {
  1333. static bool s_Il2CppMethodInitialized;
  1334. if (!s_Il2CppMethodInitialized)
  1335. {
  1336. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11_0_0_0_var);
  1337. s_Il2CppMethodInitialized = true;
  1338. }
  1339. {
  1340. DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
  1341. DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
  1342. }
  1343. {
  1344. ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 * tmp = (ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 *)cache->attributes[1];
  1345. ConfigurationCollectionAttribute__ctor_m89928B3545B1827E694566EC696326B4A3F85206(tmp, il2cpp_codegen_type_get_object(ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11_0_0_0_var), NULL);
  1346. }
  1347. }
  1348. static void WebRequestModuleElementCollection_tC1A60891298C544F74DA731DDEEFE603015C09C9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1349. {
  1350. static bool s_Il2CppMethodInitialized;
  1351. if (!s_Il2CppMethodInitialized)
  1352. {
  1353. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequestModuleElement_t4B7D6319D7B88AE61D59F549801BCE4EC4611F39_0_0_0_var);
  1354. s_Il2CppMethodInitialized = true;
  1355. }
  1356. {
  1357. ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 * tmp = (ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 *)cache->attributes[0];
  1358. ConfigurationCollectionAttribute__ctor_m89928B3545B1827E694566EC696326B4A3F85206(tmp, il2cpp_codegen_type_get_object(WebRequestModuleElement_t4B7D6319D7B88AE61D59F549801BCE4EC4611F39_0_0_0_var), NULL);
  1359. }
  1360. {
  1361. DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
  1362. DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
  1363. }
  1364. }
  1365. static void DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  1366. {
  1367. {
  1368. ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
  1369. ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x69\x73\x20\x63\x6C\x61\x73\x73\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2E\x20\x20\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x2E\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x63\x6F\x6D\x2F\x66\x77\x6C\x69\x6E\x6B\x2F\x3F\x6C\x69\x6E\x6B\x69\x64\x3D\x31\x34\x32\x30\x32"), NULL);
  1370. }
  1371. }
  1372. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_System_AttributeGenerators[];
  1373. const CustomAttributesCacheGenerator g_System_AttributeGenerators[25] =
  1374. {
  1375. Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_CustomAttributesCacheGenerator,
  1376. Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4_CustomAttributesCacheGenerator,
  1377. Check_tEDA05554030AFFE9920C7E4C2233599B26DA74E8_CustomAttributesCacheGenerator,
  1378. UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76_CustomAttributesCacheGenerator,
  1379. UnescapeMode_tAAD72A439A031D63DA366126306CC0DDB9312850_CustomAttributesCacheGenerator,
  1380. UriSyntaxFlags_t00ABF83A3AA06E5B670D3F73E3E87BC21F72044A_CustomAttributesCacheGenerator,
  1381. RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_CustomAttributesCacheGenerator,
  1382. RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96_CustomAttributesCacheGenerator,
  1383. EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614_CustomAttributesCacheGenerator,
  1384. TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_CustomAttributesCacheGenerator,
  1385. StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_CustomAttributesCacheGenerator,
  1386. TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_CustomAttributesCacheGenerator,
  1387. OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_CustomAttributesCacheGenerator,
  1388. X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849_CustomAttributesCacheGenerator,
  1389. LinkedList_1_t21E8FA104303548F9AE8F6BBA53BA4EE0F25D0AD_CustomAttributesCacheGenerator,
  1390. Stack_1_t8B41AD867BA211178643B3152EFA0052D0D10E8A_CustomAttributesCacheGenerator,
  1391. U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_CustomAttributesCacheGenerator,
  1392. BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91_CustomAttributesCacheGenerator,
  1393. ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C_CustomAttributesCacheGenerator,
  1394. WebRequestModuleElementCollection_tC1A60891298C544F74DA731DDEEFE603015C09C9_CustomAttributesCacheGenerator,
  1395. DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741_CustomAttributesCacheGenerator,
  1396. Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_CustomAttributesCacheGenerator_internalMatchTimeout,
  1397. SR_t7C9BB2906843BCE54155B2E99C05E0687AEB25FC_CustomAttributesCacheGenerator_SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F____args1,
  1398. SR_t7C9BB2906843BCE54155B2E99C05E0687AEB25FC_CustomAttributesCacheGenerator_SR_GetString_m410D5693D8F75264B62B781794F559446EC84B3B____args2,
  1399. System_CustomAttributesCacheGenerator,
  1400. };
  1401. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  1402. {
  1403. {
  1404. bool L_0 = ___value0;
  1405. __this->set_m_wrapNonExceptionThrows_0(L_0);
  1406. return;
  1407. }
  1408. }