System_Attr.cpp 89 KB

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