System.Core.cpp 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  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.IntPtr[]
  10. struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6;
  11. // System.Diagnostics.StackTrace[]
  12. struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971;
  13. // System.ArgumentNullException
  14. struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB;
  15. // System.Exception
  16. struct Exception_t;
  17. // System.Collections.IDictionary
  18. struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A;
  19. // System.InvalidOperationException
  20. struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB;
  21. // System.Runtime.Serialization.SafeSerializationManager
  22. struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F;
  23. // System.String
  24. struct String_t;
  25. // System.Void
  26. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  27. IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var;
  28. IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var;
  29. IL2CPP_EXTERN_C String_t* _stringLiteral9D0E978C2541B8A36DFB07E397656689CE9E713F;
  30. IL2CPP_EXTERN_C String_t* _stringLiteralB7E78BE66617B9AE36B6A6E170E3545EE25C1D11;
  31. struct Exception_t_marshaled_com;
  32. struct Exception_t_marshaled_pinvoke;
  33. IL2CPP_EXTERN_C_BEGIN
  34. IL2CPP_EXTERN_C_END
  35. #ifdef __clang__
  36. #pragma clang diagnostic push
  37. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  38. #pragma clang diagnostic ignored "-Wunused-variable"
  39. #endif
  40. // <Module>
  41. struct U3CModuleU3E_tD7A92A53AC93772205DA609EE6D57CD672A8EBE1
  42. {
  43. public:
  44. public:
  45. };
  46. // System.Object
  47. struct Il2CppArrayBounds;
  48. // System.Array
  49. // System.Linq.Enumerable
  50. struct Enumerable_t928C505614FDD67F6D61FB58BED73235DF569B0E : public RuntimeObject
  51. {
  52. public:
  53. public:
  54. };
  55. // System.Linq.Error
  56. struct Error_t2D04CC8BAE165E534F2E8EDD93065E47E2C3405D : public RuntimeObject
  57. {
  58. public:
  59. public:
  60. };
  61. // System.String
  62. struct String_t : public RuntimeObject
  63. {
  64. public:
  65. // System.Int32 System.String::m_stringLength
  66. int32_t ___m_stringLength_0;
  67. // System.Char System.String::m_firstChar
  68. Il2CppChar ___m_firstChar_1;
  69. public:
  70. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  71. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  72. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  73. inline void set_m_stringLength_0(int32_t value)
  74. {
  75. ___m_stringLength_0 = value;
  76. }
  77. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  78. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  79. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  80. inline void set_m_firstChar_1(Il2CppChar value)
  81. {
  82. ___m_firstChar_1 = value;
  83. }
  84. };
  85. struct String_t_StaticFields
  86. {
  87. public:
  88. // System.String System.String::Empty
  89. String_t* ___Empty_5;
  90. public:
  91. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  92. inline String_t* get_Empty_5() const { return ___Empty_5; }
  93. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  94. inline void set_Empty_5(String_t* value)
  95. {
  96. ___Empty_5 = value;
  97. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  98. }
  99. };
  100. // System.ValueType
  101. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  102. {
  103. public:
  104. public:
  105. };
  106. // Native definition for P/Invoke marshalling of System.ValueType
  107. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  108. {
  109. };
  110. // Native definition for COM marshalling of System.ValueType
  111. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  112. {
  113. };
  114. // System.IntPtr
  115. struct IntPtr_t
  116. {
  117. public:
  118. // System.Void* System.IntPtr::m_value
  119. void* ___m_value_0;
  120. public:
  121. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  122. inline void* get_m_value_0() const { return ___m_value_0; }
  123. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  124. inline void set_m_value_0(void* value)
  125. {
  126. ___m_value_0 = value;
  127. }
  128. };
  129. struct IntPtr_t_StaticFields
  130. {
  131. public:
  132. // System.IntPtr System.IntPtr::Zero
  133. intptr_t ___Zero_1;
  134. public:
  135. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  136. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  137. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  138. inline void set_Zero_1(intptr_t value)
  139. {
  140. ___Zero_1 = value;
  141. }
  142. };
  143. // System.Void
  144. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  145. {
  146. public:
  147. union
  148. {
  149. struct
  150. {
  151. };
  152. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  153. };
  154. public:
  155. };
  156. // System.Exception
  157. struct Exception_t : public RuntimeObject
  158. {
  159. public:
  160. // System.String System.Exception::_className
  161. String_t* ____className_1;
  162. // System.String System.Exception::_message
  163. String_t* ____message_2;
  164. // System.Collections.IDictionary System.Exception::_data
  165. RuntimeObject* ____data_3;
  166. // System.Exception System.Exception::_innerException
  167. Exception_t * ____innerException_4;
  168. // System.String System.Exception::_helpURL
  169. String_t* ____helpURL_5;
  170. // System.Object System.Exception::_stackTrace
  171. RuntimeObject * ____stackTrace_6;
  172. // System.String System.Exception::_stackTraceString
  173. String_t* ____stackTraceString_7;
  174. // System.String System.Exception::_remoteStackTraceString
  175. String_t* ____remoteStackTraceString_8;
  176. // System.Int32 System.Exception::_remoteStackIndex
  177. int32_t ____remoteStackIndex_9;
  178. // System.Object System.Exception::_dynamicMethods
  179. RuntimeObject * ____dynamicMethods_10;
  180. // System.Int32 System.Exception::_HResult
  181. int32_t ____HResult_11;
  182. // System.String System.Exception::_source
  183. String_t* ____source_12;
  184. // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
  185. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  186. // System.Diagnostics.StackTrace[] System.Exception::captured_traces
  187. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  188. // System.IntPtr[] System.Exception::native_trace_ips
  189. IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15;
  190. public:
  191. inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
  192. inline String_t* get__className_1() const { return ____className_1; }
  193. inline String_t** get_address_of__className_1() { return &____className_1; }
  194. inline void set__className_1(String_t* value)
  195. {
  196. ____className_1 = value;
  197. Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
  198. }
  199. inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
  200. inline String_t* get__message_2() const { return ____message_2; }
  201. inline String_t** get_address_of__message_2() { return &____message_2; }
  202. inline void set__message_2(String_t* value)
  203. {
  204. ____message_2 = value;
  205. Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
  206. }
  207. inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
  208. inline RuntimeObject* get__data_3() const { return ____data_3; }
  209. inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
  210. inline void set__data_3(RuntimeObject* value)
  211. {
  212. ____data_3 = value;
  213. Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
  214. }
  215. inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
  216. inline Exception_t * get__innerException_4() const { return ____innerException_4; }
  217. inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
  218. inline void set__innerException_4(Exception_t * value)
  219. {
  220. ____innerException_4 = value;
  221. Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
  222. }
  223. inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
  224. inline String_t* get__helpURL_5() const { return ____helpURL_5; }
  225. inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
  226. inline void set__helpURL_5(String_t* value)
  227. {
  228. ____helpURL_5 = value;
  229. Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
  230. }
  231. inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
  232. inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
  233. inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
  234. inline void set__stackTrace_6(RuntimeObject * value)
  235. {
  236. ____stackTrace_6 = value;
  237. Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
  238. }
  239. inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
  240. inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
  241. inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
  242. inline void set__stackTraceString_7(String_t* value)
  243. {
  244. ____stackTraceString_7 = value;
  245. Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
  246. }
  247. inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
  248. inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
  249. inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
  250. inline void set__remoteStackTraceString_8(String_t* value)
  251. {
  252. ____remoteStackTraceString_8 = value;
  253. Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
  254. }
  255. inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
  256. inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
  257. inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
  258. inline void set__remoteStackIndex_9(int32_t value)
  259. {
  260. ____remoteStackIndex_9 = value;
  261. }
  262. inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
  263. inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
  264. inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
  265. inline void set__dynamicMethods_10(RuntimeObject * value)
  266. {
  267. ____dynamicMethods_10 = value;
  268. Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
  269. }
  270. inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
  271. inline int32_t get__HResult_11() const { return ____HResult_11; }
  272. inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
  273. inline void set__HResult_11(int32_t value)
  274. {
  275. ____HResult_11 = value;
  276. }
  277. inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
  278. inline String_t* get__source_12() const { return ____source_12; }
  279. inline String_t** get_address_of__source_12() { return &____source_12; }
  280. inline void set__source_12(String_t* value)
  281. {
  282. ____source_12 = value;
  283. Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
  284. }
  285. inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
  286. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
  287. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
  288. inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value)
  289. {
  290. ____safeSerializationManager_13 = value;
  291. Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
  292. }
  293. inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
  294. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; }
  295. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; }
  296. inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value)
  297. {
  298. ___captured_traces_14 = value;
  299. Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
  300. }
  301. inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
  302. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
  303. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
  304. inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value)
  305. {
  306. ___native_trace_ips_15 = value;
  307. Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
  308. }
  309. };
  310. struct Exception_t_StaticFields
  311. {
  312. public:
  313. // System.Object System.Exception::s_EDILock
  314. RuntimeObject * ___s_EDILock_0;
  315. public:
  316. inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
  317. inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
  318. inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
  319. inline void set_s_EDILock_0(RuntimeObject * value)
  320. {
  321. ___s_EDILock_0 = value;
  322. Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
  323. }
  324. };
  325. // Native definition for P/Invoke marshalling of System.Exception
  326. struct Exception_t_marshaled_pinvoke
  327. {
  328. char* ____className_1;
  329. char* ____message_2;
  330. RuntimeObject* ____data_3;
  331. Exception_t_marshaled_pinvoke* ____innerException_4;
  332. char* ____helpURL_5;
  333. Il2CppIUnknown* ____stackTrace_6;
  334. char* ____stackTraceString_7;
  335. char* ____remoteStackTraceString_8;
  336. int32_t ____remoteStackIndex_9;
  337. Il2CppIUnknown* ____dynamicMethods_10;
  338. int32_t ____HResult_11;
  339. char* ____source_12;
  340. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  341. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  342. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  343. };
  344. // Native definition for COM marshalling of System.Exception
  345. struct Exception_t_marshaled_com
  346. {
  347. Il2CppChar* ____className_1;
  348. Il2CppChar* ____message_2;
  349. RuntimeObject* ____data_3;
  350. Exception_t_marshaled_com* ____innerException_4;
  351. Il2CppChar* ____helpURL_5;
  352. Il2CppIUnknown* ____stackTrace_6;
  353. Il2CppChar* ____stackTraceString_7;
  354. Il2CppChar* ____remoteStackTraceString_8;
  355. int32_t ____remoteStackIndex_9;
  356. Il2CppIUnknown* ____dynamicMethods_10;
  357. int32_t ____HResult_11;
  358. Il2CppChar* ____source_12;
  359. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  360. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  361. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  362. };
  363. // System.SystemException
  364. struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t
  365. {
  366. public:
  367. public:
  368. };
  369. // System.ArgumentException
  370. struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62
  371. {
  372. public:
  373. // System.String System.ArgumentException::m_paramName
  374. String_t* ___m_paramName_17;
  375. public:
  376. inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); }
  377. inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
  378. inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
  379. inline void set_m_paramName_17(String_t* value)
  380. {
  381. ___m_paramName_17 = value;
  382. Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
  383. }
  384. };
  385. // System.InvalidOperationException
  386. struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62
  387. {
  388. public:
  389. public:
  390. };
  391. // System.ArgumentNullException
  392. struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00
  393. {
  394. public:
  395. public:
  396. };
  397. #ifdef __clang__
  398. #pragma clang diagnostic pop
  399. #endif
  400. // System.Void System.ArgumentNullException::.ctor(System.String)
  401. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method);
  402. // System.Void System.InvalidOperationException::.ctor(System.String)
  403. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method);
  404. #ifdef __clang__
  405. #pragma clang diagnostic push
  406. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  407. #pragma clang diagnostic ignored "-Wunused-variable"
  408. #endif
  409. #ifdef __clang__
  410. #pragma clang diagnostic pop
  411. #endif
  412. #ifdef __clang__
  413. #pragma clang diagnostic push
  414. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  415. #pragma clang diagnostic ignored "-Wunused-variable"
  416. #endif
  417. #ifdef __clang__
  418. #pragma clang diagnostic pop
  419. #endif
  420. #ifdef __clang__
  421. #pragma clang diagnostic push
  422. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  423. #pragma clang diagnostic ignored "-Wunused-variable"
  424. #endif
  425. // System.Exception System.Linq.Error::ArgumentNull(System.String)
  426. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E (String_t* ___s0, const RuntimeMethod* method)
  427. {
  428. static bool s_Il2CppMethodInitialized;
  429. if (!s_Il2CppMethodInitialized)
  430. {
  431. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var);
  432. s_Il2CppMethodInitialized = true;
  433. }
  434. {
  435. String_t* L_0 = ___s0;
  436. ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var);
  437. ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, L_0, /*hidden argument*/NULL);
  438. return L_1;
  439. }
  440. }
  441. // System.Exception System.Linq.Error::MoreThanOneMatch()
  442. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_MoreThanOneMatch_m4C4756AF34A76EF12F3B2B6D8C78DE547F0FBCF8 (const RuntimeMethod* method)
  443. {
  444. static bool s_Il2CppMethodInitialized;
  445. if (!s_Il2CppMethodInitialized)
  446. {
  447. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var);
  448. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D0E978C2541B8A36DFB07E397656689CE9E713F);
  449. s_Il2CppMethodInitialized = true;
  450. }
  451. {
  452. InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var);
  453. InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, _stringLiteral9D0E978C2541B8A36DFB07E397656689CE9E713F, /*hidden argument*/NULL);
  454. return L_0;
  455. }
  456. }
  457. // System.Exception System.Linq.Error::NoElements()
  458. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_NoElements_mB89E91246572F009281D79730950808F17C3F353 (const RuntimeMethod* method)
  459. {
  460. static bool s_Il2CppMethodInitialized;
  461. if (!s_Il2CppMethodInitialized)
  462. {
  463. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var);
  464. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7E78BE66617B9AE36B6A6E170E3545EE25C1D11);
  465. s_Il2CppMethodInitialized = true;
  466. }
  467. {
  468. InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var);
  469. InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, _stringLiteralB7E78BE66617B9AE36B6A6E170E3545EE25C1D11, /*hidden argument*/NULL);
  470. return L_0;
  471. }
  472. }
  473. #ifdef __clang__
  474. #pragma clang diagnostic pop
  475. #endif