Fractions_Attr.cpp 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  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.AssemblyConfigurationAttribute
  16. struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C;
  17. // System.Reflection.AssemblyCopyrightAttribute
  18. struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC;
  19. // System.Reflection.AssemblyDescriptionAttribute
  20. struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3;
  21. // System.Reflection.AssemblyFileVersionAttribute
  22. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F;
  23. // System.Reflection.AssemblyInformationalVersionAttribute
  24. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0;
  25. // System.Reflection.AssemblyMetadataAttribute
  26. struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F;
  27. // System.Reflection.AssemblyProductAttribute
  28. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
  29. // System.Reflection.AssemblyTitleAttribute
  30. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
  31. // System.Reflection.Binder
  32. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  33. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  34. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  35. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  36. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  37. // System.Diagnostics.DebuggableAttribute
  38. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  39. // System.Diagnostics.DebuggerNonUserCodeAttribute
  40. struct DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41;
  41. // System.ComponentModel.EditorBrowsableAttribute
  42. struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614;
  43. // System.Runtime.CompilerServices.ExtensionAttribute
  44. struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC;
  45. // System.CodeDom.Compiler.GeneratedCodeAttribute
  46. struct GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF;
  47. // System.Reflection.MemberFilter
  48. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  49. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  50. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  51. // System.String
  52. struct String_t;
  53. // System.Runtime.Versioning.TargetFrameworkAttribute
  54. struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517;
  55. // System.Type
  56. struct Type_t;
  57. // System.ComponentModel.TypeConverterAttribute
  58. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83;
  59. // System.Void
  60. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  61. IL2CPP_EXTERN_C const RuntimeType* FractionTypeConverter_t8D8154F6C7631033C2126266C1306089D99A2A1C_0_0_0_var;
  62. IL2CPP_EXTERN_C_BEGIN
  63. IL2CPP_EXTERN_C_END
  64. #ifdef __clang__
  65. #pragma clang diagnostic push
  66. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  67. #pragma clang diagnostic ignored "-Wunused-variable"
  68. #endif
  69. // System.Object
  70. // System.Attribute
  71. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  72. {
  73. public:
  74. public:
  75. };
  76. // System.Reflection.MemberInfo
  77. struct MemberInfo_t : public RuntimeObject
  78. {
  79. public:
  80. public:
  81. };
  82. // System.String
  83. struct String_t : public RuntimeObject
  84. {
  85. public:
  86. // System.Int32 System.String::m_stringLength
  87. int32_t ___m_stringLength_0;
  88. // System.Char System.String::m_firstChar
  89. Il2CppChar ___m_firstChar_1;
  90. public:
  91. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  92. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  93. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  94. inline void set_m_stringLength_0(int32_t value)
  95. {
  96. ___m_stringLength_0 = value;
  97. }
  98. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  99. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  100. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  101. inline void set_m_firstChar_1(Il2CppChar value)
  102. {
  103. ___m_firstChar_1 = value;
  104. }
  105. };
  106. struct String_t_StaticFields
  107. {
  108. public:
  109. // System.String System.String::Empty
  110. String_t* ___Empty_5;
  111. public:
  112. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  113. inline String_t* get_Empty_5() const { return ___Empty_5; }
  114. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  115. inline void set_Empty_5(String_t* value)
  116. {
  117. ___Empty_5 = value;
  118. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  119. }
  120. };
  121. // System.ValueType
  122. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  123. {
  124. public:
  125. public:
  126. };
  127. // Native definition for P/Invoke marshalling of System.ValueType
  128. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  129. {
  130. };
  131. // Native definition for COM marshalling of System.ValueType
  132. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  133. {
  134. };
  135. // System.Reflection.AssemblyCompanyAttribute
  136. struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  137. {
  138. public:
  139. // System.String System.Reflection.AssemblyCompanyAttribute::m_company
  140. String_t* ___m_company_0;
  141. public:
  142. inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
  143. inline String_t* get_m_company_0() const { return ___m_company_0; }
  144. inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
  145. inline void set_m_company_0(String_t* value)
  146. {
  147. ___m_company_0 = value;
  148. Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
  149. }
  150. };
  151. // System.Reflection.AssemblyConfigurationAttribute
  152. struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  153. {
  154. public:
  155. // System.String System.Reflection.AssemblyConfigurationAttribute::m_configuration
  156. String_t* ___m_configuration_0;
  157. public:
  158. inline static int32_t get_offset_of_m_configuration_0() { return static_cast<int32_t>(offsetof(AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C, ___m_configuration_0)); }
  159. inline String_t* get_m_configuration_0() const { return ___m_configuration_0; }
  160. inline String_t** get_address_of_m_configuration_0() { return &___m_configuration_0; }
  161. inline void set_m_configuration_0(String_t* value)
  162. {
  163. ___m_configuration_0 = value;
  164. Il2CppCodeGenWriteBarrier((void**)(&___m_configuration_0), (void*)value);
  165. }
  166. };
  167. // System.Reflection.AssemblyCopyrightAttribute
  168. struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  169. {
  170. public:
  171. // System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
  172. String_t* ___m_copyright_0;
  173. public:
  174. inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); }
  175. inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
  176. inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
  177. inline void set_m_copyright_0(String_t* value)
  178. {
  179. ___m_copyright_0 = value;
  180. Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
  181. }
  182. };
  183. // System.Reflection.AssemblyDescriptionAttribute
  184. struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  185. {
  186. public:
  187. // System.String System.Reflection.AssemblyDescriptionAttribute::m_description
  188. String_t* ___m_description_0;
  189. public:
  190. inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); }
  191. inline String_t* get_m_description_0() const { return ___m_description_0; }
  192. inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
  193. inline void set_m_description_0(String_t* value)
  194. {
  195. ___m_description_0 = value;
  196. Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
  197. }
  198. };
  199. // System.Reflection.AssemblyFileVersionAttribute
  200. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  201. {
  202. public:
  203. // System.String System.Reflection.AssemblyFileVersionAttribute::_version
  204. String_t* ____version_0;
  205. public:
  206. inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); }
  207. inline String_t* get__version_0() const { return ____version_0; }
  208. inline String_t** get_address_of__version_0() { return &____version_0; }
  209. inline void set__version_0(String_t* value)
  210. {
  211. ____version_0 = value;
  212. Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
  213. }
  214. };
  215. // System.Reflection.AssemblyInformationalVersionAttribute
  216. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  217. {
  218. public:
  219. // System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
  220. String_t* ___m_informationalVersion_0;
  221. public:
  222. inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); }
  223. inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
  224. inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
  225. inline void set_m_informationalVersion_0(String_t* value)
  226. {
  227. ___m_informationalVersion_0 = value;
  228. Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
  229. }
  230. };
  231. // System.Reflection.AssemblyMetadataAttribute
  232. struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  233. {
  234. public:
  235. // System.String System.Reflection.AssemblyMetadataAttribute::m_key
  236. String_t* ___m_key_0;
  237. // System.String System.Reflection.AssemblyMetadataAttribute::m_value
  238. String_t* ___m_value_1;
  239. public:
  240. inline static int32_t get_offset_of_m_key_0() { return static_cast<int32_t>(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_key_0)); }
  241. inline String_t* get_m_key_0() const { return ___m_key_0; }
  242. inline String_t** get_address_of_m_key_0() { return &___m_key_0; }
  243. inline void set_m_key_0(String_t* value)
  244. {
  245. ___m_key_0 = value;
  246. Il2CppCodeGenWriteBarrier((void**)(&___m_key_0), (void*)value);
  247. }
  248. inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_value_1)); }
  249. inline String_t* get_m_value_1() const { return ___m_value_1; }
  250. inline String_t** get_address_of_m_value_1() { return &___m_value_1; }
  251. inline void set_m_value_1(String_t* value)
  252. {
  253. ___m_value_1 = value;
  254. Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
  255. }
  256. };
  257. // System.Reflection.AssemblyProductAttribute
  258. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  259. {
  260. public:
  261. // System.String System.Reflection.AssemblyProductAttribute::m_product
  262. String_t* ___m_product_0;
  263. public:
  264. inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
  265. inline String_t* get_m_product_0() const { return ___m_product_0; }
  266. inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
  267. inline void set_m_product_0(String_t* value)
  268. {
  269. ___m_product_0 = value;
  270. Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
  271. }
  272. };
  273. // System.Reflection.AssemblyTitleAttribute
  274. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  275. {
  276. public:
  277. // System.String System.Reflection.AssemblyTitleAttribute::m_title
  278. String_t* ___m_title_0;
  279. public:
  280. inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
  281. inline String_t* get_m_title_0() const { return ___m_title_0; }
  282. inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
  283. inline void set_m_title_0(String_t* value)
  284. {
  285. ___m_title_0 = value;
  286. Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
  287. }
  288. };
  289. // System.Boolean
  290. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  291. {
  292. public:
  293. // System.Boolean System.Boolean::m_value
  294. bool ___m_value_0;
  295. public:
  296. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  297. inline bool get_m_value_0() const { return ___m_value_0; }
  298. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  299. inline void set_m_value_0(bool value)
  300. {
  301. ___m_value_0 = value;
  302. }
  303. };
  304. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  305. {
  306. public:
  307. // System.String System.Boolean::TrueString
  308. String_t* ___TrueString_5;
  309. // System.String System.Boolean::FalseString
  310. String_t* ___FalseString_6;
  311. public:
  312. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  313. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  314. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  315. inline void set_TrueString_5(String_t* value)
  316. {
  317. ___TrueString_5 = value;
  318. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  319. }
  320. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  321. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  322. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  323. inline void set_FalseString_6(String_t* value)
  324. {
  325. ___FalseString_6 = value;
  326. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  327. }
  328. };
  329. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  330. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  331. {
  332. public:
  333. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  334. int32_t ___m_relaxations_0;
  335. public:
  336. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  337. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  338. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  339. inline void set_m_relaxations_0(int32_t value)
  340. {
  341. ___m_relaxations_0 = value;
  342. }
  343. };
  344. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  345. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  346. {
  347. public:
  348. public:
  349. };
  350. // System.Diagnostics.DebuggerNonUserCodeAttribute
  351. struct DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  352. {
  353. public:
  354. public:
  355. };
  356. // System.Enum
  357. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  358. {
  359. public:
  360. public:
  361. };
  362. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  363. {
  364. public:
  365. // System.Char[] System.Enum::enumSeperatorCharArray
  366. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  367. public:
  368. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  369. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  370. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  371. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  372. {
  373. ___enumSeperatorCharArray_0 = value;
  374. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  375. }
  376. };
  377. // Native definition for P/Invoke marshalling of System.Enum
  378. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  379. {
  380. };
  381. // Native definition for COM marshalling of System.Enum
  382. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  383. {
  384. };
  385. // System.Runtime.CompilerServices.ExtensionAttribute
  386. struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  387. {
  388. public:
  389. public:
  390. };
  391. // System.CodeDom.Compiler.GeneratedCodeAttribute
  392. struct GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  393. {
  394. public:
  395. // System.String System.CodeDom.Compiler.GeneratedCodeAttribute::tool
  396. String_t* ___tool_0;
  397. // System.String System.CodeDom.Compiler.GeneratedCodeAttribute::version
  398. String_t* ___version_1;
  399. public:
  400. inline static int32_t get_offset_of_tool_0() { return static_cast<int32_t>(offsetof(GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF, ___tool_0)); }
  401. inline String_t* get_tool_0() const { return ___tool_0; }
  402. inline String_t** get_address_of_tool_0() { return &___tool_0; }
  403. inline void set_tool_0(String_t* value)
  404. {
  405. ___tool_0 = value;
  406. Il2CppCodeGenWriteBarrier((void**)(&___tool_0), (void*)value);
  407. }
  408. inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF, ___version_1)); }
  409. inline String_t* get_version_1() const { return ___version_1; }
  410. inline String_t** get_address_of_version_1() { return &___version_1; }
  411. inline void set_version_1(String_t* value)
  412. {
  413. ___version_1 = value;
  414. Il2CppCodeGenWriteBarrier((void**)(&___version_1), (void*)value);
  415. }
  416. };
  417. // System.IntPtr
  418. struct IntPtr_t
  419. {
  420. public:
  421. // System.Void* System.IntPtr::m_value
  422. void* ___m_value_0;
  423. public:
  424. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  425. inline void* get_m_value_0() const { return ___m_value_0; }
  426. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  427. inline void set_m_value_0(void* value)
  428. {
  429. ___m_value_0 = value;
  430. }
  431. };
  432. struct IntPtr_t_StaticFields
  433. {
  434. public:
  435. // System.IntPtr System.IntPtr::Zero
  436. intptr_t ___Zero_1;
  437. public:
  438. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  439. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  440. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  441. inline void set_Zero_1(intptr_t value)
  442. {
  443. ___Zero_1 = value;
  444. }
  445. };
  446. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  447. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  448. {
  449. public:
  450. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  451. bool ___m_wrapNonExceptionThrows_0;
  452. public:
  453. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  454. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  455. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  456. inline void set_m_wrapNonExceptionThrows_0(bool value)
  457. {
  458. ___m_wrapNonExceptionThrows_0 = value;
  459. }
  460. };
  461. // System.Runtime.Versioning.TargetFrameworkAttribute
  462. struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  463. {
  464. public:
  465. // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkName
  466. String_t* ____frameworkName_0;
  467. // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkDisplayName
  468. String_t* ____frameworkDisplayName_1;
  469. public:
  470. inline static int32_t get_offset_of__frameworkName_0() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkName_0)); }
  471. inline String_t* get__frameworkName_0() const { return ____frameworkName_0; }
  472. inline String_t** get_address_of__frameworkName_0() { return &____frameworkName_0; }
  473. inline void set__frameworkName_0(String_t* value)
  474. {
  475. ____frameworkName_0 = value;
  476. Il2CppCodeGenWriteBarrier((void**)(&____frameworkName_0), (void*)value);
  477. }
  478. inline static int32_t get_offset_of__frameworkDisplayName_1() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkDisplayName_1)); }
  479. inline String_t* get__frameworkDisplayName_1() const { return ____frameworkDisplayName_1; }
  480. inline String_t** get_address_of__frameworkDisplayName_1() { return &____frameworkDisplayName_1; }
  481. inline void set__frameworkDisplayName_1(String_t* value)
  482. {
  483. ____frameworkDisplayName_1 = value;
  484. Il2CppCodeGenWriteBarrier((void**)(&____frameworkDisplayName_1), (void*)value);
  485. }
  486. };
  487. // System.ComponentModel.TypeConverterAttribute
  488. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  489. {
  490. public:
  491. // System.String System.ComponentModel.TypeConverterAttribute::typeName
  492. String_t* ___typeName_0;
  493. public:
  494. inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83, ___typeName_0)); }
  495. inline String_t* get_typeName_0() const { return ___typeName_0; }
  496. inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
  497. inline void set_typeName_0(String_t* value)
  498. {
  499. ___typeName_0 = value;
  500. Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
  501. }
  502. };
  503. struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields
  504. {
  505. public:
  506. // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default
  507. TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * ___Default_1;
  508. public:
  509. inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields, ___Default_1)); }
  510. inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * get_Default_1() const { return ___Default_1; }
  511. inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 ** get_address_of_Default_1() { return &___Default_1; }
  512. inline void set_Default_1(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * value)
  513. {
  514. ___Default_1 = value;
  515. Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
  516. }
  517. };
  518. // System.Void
  519. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  520. {
  521. public:
  522. union
  523. {
  524. struct
  525. {
  526. };
  527. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  528. };
  529. public:
  530. };
  531. // System.Reflection.BindingFlags
  532. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  533. {
  534. public:
  535. // System.Int32 System.Reflection.BindingFlags::value__
  536. int32_t ___value___2;
  537. public:
  538. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  539. inline int32_t get_value___2() const { return ___value___2; }
  540. inline int32_t* get_address_of_value___2() { return &___value___2; }
  541. inline void set_value___2(int32_t value)
  542. {
  543. ___value___2 = value;
  544. }
  545. };
  546. // System.ComponentModel.EditorBrowsableState
  547. struct EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1
  548. {
  549. public:
  550. // System.Int32 System.ComponentModel.EditorBrowsableState::value__
  551. int32_t ___value___2;
  552. public:
  553. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1, ___value___2)); }
  554. inline int32_t get_value___2() const { return ___value___2; }
  555. inline int32_t* get_address_of_value___2() { return &___value___2; }
  556. inline void set_value___2(int32_t value)
  557. {
  558. ___value___2 = value;
  559. }
  560. };
  561. // System.RuntimeTypeHandle
  562. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  563. {
  564. public:
  565. // System.IntPtr System.RuntimeTypeHandle::value
  566. intptr_t ___value_0;
  567. public:
  568. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  569. inline intptr_t get_value_0() const { return ___value_0; }
  570. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  571. inline void set_value_0(intptr_t value)
  572. {
  573. ___value_0 = value;
  574. }
  575. };
  576. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  577. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  578. {
  579. public:
  580. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  581. int32_t ___value___2;
  582. public:
  583. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  584. inline int32_t get_value___2() const { return ___value___2; }
  585. inline int32_t* get_address_of_value___2() { return &___value___2; }
  586. inline void set_value___2(int32_t value)
  587. {
  588. ___value___2 = value;
  589. }
  590. };
  591. // System.Diagnostics.DebuggableAttribute
  592. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  593. {
  594. public:
  595. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  596. int32_t ___m_debuggingModes_0;
  597. public:
  598. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  599. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  600. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  601. inline void set_m_debuggingModes_0(int32_t value)
  602. {
  603. ___m_debuggingModes_0 = value;
  604. }
  605. };
  606. // System.ComponentModel.EditorBrowsableAttribute
  607. struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  608. {
  609. public:
  610. // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState
  611. int32_t ___browsableState_0;
  612. public:
  613. inline static int32_t get_offset_of_browsableState_0() { return static_cast<int32_t>(offsetof(EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614, ___browsableState_0)); }
  614. inline int32_t get_browsableState_0() const { return ___browsableState_0; }
  615. inline int32_t* get_address_of_browsableState_0() { return &___browsableState_0; }
  616. inline void set_browsableState_0(int32_t value)
  617. {
  618. ___browsableState_0 = value;
  619. }
  620. };
  621. // System.Type
  622. struct Type_t : public MemberInfo_t
  623. {
  624. public:
  625. // System.RuntimeTypeHandle System.Type::_impl
  626. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  627. public:
  628. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  629. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  630. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  631. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  632. {
  633. ____impl_9 = value;
  634. }
  635. };
  636. struct Type_t_StaticFields
  637. {
  638. public:
  639. // System.Reflection.MemberFilter System.Type::FilterAttribute
  640. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  641. // System.Reflection.MemberFilter System.Type::FilterName
  642. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  643. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  644. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  645. // System.Object System.Type::Missing
  646. RuntimeObject * ___Missing_3;
  647. // System.Char System.Type::Delimiter
  648. Il2CppChar ___Delimiter_4;
  649. // System.Type[] System.Type::EmptyTypes
  650. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  651. // System.Reflection.Binder System.Type::defaultBinder
  652. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  653. public:
  654. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  655. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  656. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  657. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  658. {
  659. ___FilterAttribute_0 = value;
  660. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  661. }
  662. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  663. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  664. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  665. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  666. {
  667. ___FilterName_1 = value;
  668. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  669. }
  670. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  671. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  672. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  673. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  674. {
  675. ___FilterNameIgnoreCase_2 = value;
  676. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  677. }
  678. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  679. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  680. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  681. inline void set_Missing_3(RuntimeObject * value)
  682. {
  683. ___Missing_3 = value;
  684. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  685. }
  686. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  687. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  688. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  689. inline void set_Delimiter_4(Il2CppChar value)
  690. {
  691. ___Delimiter_4 = value;
  692. }
  693. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  694. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  695. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  696. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  697. {
  698. ___EmptyTypes_5 = value;
  699. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  700. }
  701. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  702. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  703. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  704. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  705. {
  706. ___defaultBinder_6 = value;
  707. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  708. }
  709. };
  710. #ifdef __clang__
  711. #pragma clang diagnostic pop
  712. #endif
  713. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  714. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  715. // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
  716. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
  717. // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
  718. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method);
  719. // System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
  720. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method);
  721. // System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
  722. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method);
  723. // System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
  724. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method);
  725. // System.Void System.Reflection.AssemblyConfigurationAttribute::.ctor(System.String)
  726. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757 (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * __this, String_t* ___configuration0, const RuntimeMethod* method);
  727. // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
  728. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
  729. // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::.ctor(System.String)
  730. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___frameworkName0, const RuntimeMethod* method);
  731. // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::set_FrameworkDisplayName(System.String)
  732. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method);
  733. // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
  734. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
  735. // System.Void System.Reflection.AssemblyMetadataAttribute::.ctor(System.String,System.String)
  736. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529 (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
  737. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  738. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  739. // System.Void System.Runtime.CompilerServices.ExtensionAttribute::.ctor()
  740. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * __this, const RuntimeMethod* method);
  741. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  742. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  743. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  744. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  745. // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.Type)
  746. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mE0B270E39E657178B253AB6F56FCA24E644868F4 (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, Type_t * ___type0, const RuntimeMethod* method);
  747. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  748. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  749. // System.Void System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor()
  750. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerNonUserCodeAttribute__ctor_m91A90A6224EE679EBFC714DA3C5D2B006974D8AF (DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41 * __this, const RuntimeMethod* method);
  751. // System.Void System.CodeDom.Compiler.GeneratedCodeAttribute::.ctor(System.String,System.String)
  752. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneratedCodeAttribute__ctor_m9559A5626DF12955B74E0787573BB5A68C43F6D7 (GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF * __this, String_t* ___tool0, String_t* ___version1, const RuntimeMethod* method);
  753. // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState)
  754. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, int32_t ___state0, const RuntimeMethod* method);
  755. static void Fractions_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  756. {
  757. {
  758. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[0];
  759. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
  760. }
  761. {
  762. AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[1];
  763. AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x46\x72\x61\x63\x74\x69\x6F\x6E\x20\x64\x61\x74\x61\x20\x74\x79\x70\x65"), NULL);
  764. }
  765. {
  766. AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[2];
  767. AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x37\x2E\x30\x2E\x30\x2B\x32\x61\x39\x33\x62\x62\x66\x35\x39\x37\x61\x33\x36\x33\x31\x38\x61\x64\x36\x35\x34\x39\x61\x63\x63\x63\x30\x62\x64\x64\x64\x64\x62\x34\x64\x36\x65\x37\x62\x63"), NULL);
  768. }
  769. {
  770. AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[3];
  771. AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x37\x2E\x30\x2E\x30\x2E\x30"), NULL);
  772. }
  773. {
  774. AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[4];
  775. AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x65\x20\x66\x72\x61\x63\x74\x69\x6F\x6E\x20\x64\x61\x74\x61\x20\x74\x79\x70\x65\x20\x63\x6F\x6E\x73\x69\x73\x74\x73\x20\x6F\x66\x20\x74\x77\x6F\x20\x42\x69\x67\x49\x6E\x74\x65\x67\x65\x72\x20\x76\x61\x6C\x75\x65\x73\x20\x66\x6F\x72\x20\x6E\x75\x6D\x65\x72\x61\x74\x6F\x72\x20\x61\x6E\x64\x20\x64\x65\x6E\x6F\x6D\x69\x6E\x61\x74\x6F\x72\x2E\x20\x49\x74\x20\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x73\x20\x76\x61\x72\x69\x6F\x75\x73\x20\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E\x73\x20\x28\x61\x64\x64\x69\x74\x69\x6F\x6E\x2C\x20\x73\x75\x62\x74\x72\x61\x63\x74\x69\x6F\x6E\x2C\x20\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2C\x20\x64\x69\x76\x69\x73\x69\x6F\x6E\x20\x61\x6E\x64\x20\x72\x65\x6D\x61\x69\x6E\x64\x65\x72\x29\x20\x77\x69\x74\x68\x20\x6F\x70\x65\x72\x61\x74\x6F\x72\x20\x6F\x76\x65\x72\x6C\x6F\x61\x64\x73\x2E"), NULL);
  776. }
  777. {
  778. AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[5];
  779. AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x70\x79\x72\x69\x67\x68\x74\x20\x32\x30\x31\x33\x2D\x32\x30\x32\x31\x20\x44\x61\x6E\x69\x65\x6C\x20\x4D\x75\x65\x6C\x6C\x65\x72"), NULL);
  780. }
  781. {
  782. AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * tmp = (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C *)cache->attributes[6];
  783. AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757(tmp, il2cpp_codegen_string_new_wrapper("\x52\x65\x6C\x65\x61\x73\x65"), NULL);
  784. }
  785. {
  786. AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[7];
  787. AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x44\x61\x6E\x69\x65\x6C\x20\x4D\x75\x65\x6C\x6C\x65\x72"), NULL);
  788. }
  789. {
  790. TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * tmp = (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 *)cache->attributes[8];
  791. TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x53\x74\x61\x6E\x64\x61\x72\x64\x2C\x56\x65\x72\x73\x69\x6F\x6E\x3D\x76\x32\x2E\x30"), NULL);
  792. TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
  793. }
  794. {
  795. AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[9];
  796. AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x46\x72\x61\x63\x74\x69\x6F\x6E\x73"), NULL);
  797. }
  798. {
  799. AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[10];
  800. AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x52\x65\x70\x6F\x73\x69\x74\x6F\x72\x79\x55\x72\x6C"), il2cpp_codegen_string_new_wrapper("\x68\x74\x74\x70\x73\x3A\x2F\x2F\x67\x69\x74\x68\x75\x62\x2E\x63\x6F\x6D\x2F\x64\x61\x6E\x6D\x2D\x64\x65\x2F\x46\x72\x61\x63\x74\x69\x6F\x6E\x73\x2E\x67\x69\x74"), NULL);
  801. }
  802. {
  803. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[11];
  804. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  805. }
  806. {
  807. ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[12];
  808. ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
  809. }
  810. {
  811. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[13];
  812. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  813. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  814. }
  815. }
  816. static void Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  817. {
  818. static bool s_Il2CppMethodInitialized;
  819. if (!s_Il2CppMethodInitialized)
  820. {
  821. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FractionTypeConverter_t8D8154F6C7631033C2126266C1306089D99A2A1C_0_0_0_var);
  822. s_Il2CppMethodInitialized = true;
  823. }
  824. {
  825. TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * tmp = (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)cache->attributes[0];
  826. TypeConverterAttribute__ctor_mE0B270E39E657178B253AB6F56FCA24E644868F4(tmp, il2cpp_codegen_type_get_object(FractionTypeConverter_t8D8154F6C7631033C2126266C1306089D99A2A1C_0_0_0_var), NULL);
  827. }
  828. }
  829. static void U3CU3Ec_t01DAD5DBB8500CE9A465F485A5D085B77F9E82A3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  830. {
  831. {
  832. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  833. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  834. }
  835. }
  836. static void Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  837. {
  838. {
  839. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  840. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  841. }
  842. {
  843. DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41 * tmp = (DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41 *)cache->attributes[1];
  844. DebuggerNonUserCodeAttribute__ctor_m91A90A6224EE679EBFC714DA3C5D2B006974D8AF(tmp, NULL);
  845. }
  846. {
  847. GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF * tmp = (GeneratedCodeAttribute_tFAE0CBAC44F15D84CCDFEFACB02A8FEF95B198EF *)cache->attributes[2];
  848. GeneratedCodeAttribute__ctor_m9559A5626DF12955B74E0787573BB5A68C43F6D7(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x65\x73\x6F\x75\x72\x63\x65\x73\x2E\x54\x6F\x6F\x6C\x73\x2E\x53\x74\x72\x6F\x6E\x67\x6C\x79\x54\x79\x70\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65\x42\x75\x69\x6C\x64\x65\x72"), il2cpp_codegen_string_new_wrapper("\x31\x36\x2E\x30\x2E\x30\x2E\x30"), NULL);
  849. }
  850. }
  851. static void Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF_CustomAttributesCacheGenerator_Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF____ResourceManager_PropertyInfo(CustomAttributesCache* cache)
  852. {
  853. {
  854. EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * tmp = (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)cache->attributes[0];
  855. EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(tmp, 2LL, NULL);
  856. }
  857. }
  858. static void MathExt_t1DE7F92B8390C0BADE41D6F737BE789D2926DDB1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  859. {
  860. {
  861. ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
  862. ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
  863. }
  864. }
  865. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_Fractions_AttributeGenerators[];
  866. const CustomAttributesCacheGenerator g_Fractions_AttributeGenerators[6] =
  867. {
  868. Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_CustomAttributesCacheGenerator,
  869. U3CU3Ec_t01DAD5DBB8500CE9A465F485A5D085B77F9E82A3_CustomAttributesCacheGenerator,
  870. Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF_CustomAttributesCacheGenerator,
  871. MathExt_t1DE7F92B8390C0BADE41D6F737BE789D2926DDB1_CustomAttributesCacheGenerator,
  872. Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF_CustomAttributesCacheGenerator_Resources_t572BDA160C07503B6419BA1F5827228781CCDBBF____ResourceManager_PropertyInfo,
  873. Fractions_CustomAttributesCacheGenerator,
  874. };
  875. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method)
  876. {
  877. {
  878. String_t* L_0 = ___value0;
  879. __this->set__frameworkDisplayName_1(L_0);
  880. return;
  881. }
  882. }
  883. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  884. {
  885. {
  886. bool L_0 = ___value0;
  887. __this->set_m_wrapNonExceptionThrows_0(L_0);
  888. return;
  889. }
  890. }