@alloy-js/csharp 0.21.0-dev.0 → 0.21.0-dev.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +4 -2
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +4 -3
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  263. package/dist/src/components/parameters/parameters.js +2 -2
  264. package/dist/src/components/parameters/parameters.js.map +1 -1
  265. package/dist/src/components/property/property.d.ts.map +1 -1
  266. package/dist/src/components/property/property.js +21 -12
  267. package/dist/src/components/property/property.js.map +1 -1
  268. package/dist/src/components/property/property.test.js +28 -0
  269. package/dist/src/components/property/property.test.js.map +1 -1
  270. package/dist/src/components/record/declaration.d.ts +1 -1
  271. package/dist/src/components/record/declaration.d.ts.map +1 -1
  272. package/dist/src/components/record/declaration.js +3 -4
  273. package/dist/src/components/record/declaration.js.map +1 -1
  274. package/dist/src/components/record/declaration.test.js +14 -1
  275. package/dist/src/components/record/declaration.test.js.map +1 -1
  276. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  277. package/dist/src/components/source-file/source-file.js +6 -4
  278. package/dist/src/components/source-file/source-file.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.test.js +1 -1
  280. package/dist/src/components/source-file/using.test.d.ts.map +1 -0
  281. package/dist/{test → src/components/source-file}/using.test.js +30 -49
  282. package/dist/src/components/source-file/using.test.js.map +1 -0
  283. package/dist/src/components/stc/index.d.ts +1 -1
  284. package/dist/src/components/stc/index.d.ts.map +1 -1
  285. package/dist/src/components/stc/index.js +1 -1
  286. package/dist/src/components/stc/index.js.map +1 -1
  287. package/dist/src/components/struct/declaration.d.ts +1 -1
  288. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  289. package/dist/src/components/struct/declaration.js +3 -3
  290. package/dist/src/components/struct/declaration.js.map +1 -1
  291. package/dist/src/components/struct/declaration.test.js +14 -1
  292. package/dist/src/components/struct/declaration.test.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  294. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  295. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  296. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  297. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  298. package/dist/src/components/using/using.d.ts +28 -0
  299. package/dist/src/components/using/using.d.ts.map +1 -0
  300. package/dist/src/components/using/using.js +37 -0
  301. package/dist/src/components/using/using.js.map +1 -0
  302. package/dist/src/components/using/using.test.d.ts +2 -0
  303. package/dist/src/components/using/using.test.d.ts.map +1 -0
  304. package/dist/src/components/using/using.test.js +19 -0
  305. package/dist/src/components/using/using.test.js.map +1 -0
  306. package/dist/src/components/var/declaration.d.ts +4 -2
  307. package/dist/src/components/var/declaration.d.ts.map +1 -1
  308. package/dist/src/components/var/declaration.js +17 -3
  309. package/dist/src/components/var/declaration.js.map +1 -1
  310. package/dist/src/components/var/declaration.test.js +22 -1
  311. package/dist/src/components/var/declaration.test.js.map +1 -1
  312. package/dist/src/contexts/global-namespace.d.ts +1 -0
  313. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  314. package/dist/src/contexts/global-namespace.js +6 -1
  315. package/dist/src/contexts/global-namespace.js.map +1 -1
  316. package/dist/src/create-library.d.ts +62 -0
  317. package/dist/src/create-library.d.ts.map +1 -0
  318. package/dist/src/create-library.js +128 -0
  319. package/dist/src/create-library.js.map +1 -0
  320. package/dist/src/create-library.test.d.ts +10 -0
  321. package/dist/src/create-library.test.d.ts.map +1 -0
  322. package/dist/src/create-library.test.js +220 -0
  323. package/dist/src/create-library.test.js.map +1 -0
  324. package/dist/src/index.d.ts +2 -0
  325. package/dist/src/index.d.ts.map +1 -1
  326. package/dist/src/index.js +2 -0
  327. package/dist/src/index.js.map +1 -1
  328. package/dist/src/name-policy.d.ts +1 -1
  329. package/dist/src/name-policy.d.ts.map +1 -1
  330. package/dist/src/name-policy.js +1 -0
  331. package/dist/src/name-policy.js.map +1 -1
  332. package/dist/src/symbols/factories.d.ts +1 -1
  333. package/dist/src/symbols/factories.d.ts.map +1 -1
  334. package/dist/src/symbols/factories.js +27 -7
  335. package/dist/src/symbols/factories.js.map +1 -1
  336. package/dist/src/symbols/named-type.d.ts +3 -3
  337. package/dist/src/symbols/named-type.d.ts.map +1 -1
  338. package/dist/src/symbols/named-type.js.map +1 -1
  339. package/dist/src/symbols/namespace.d.ts +2 -2
  340. package/dist/src/symbols/namespace.d.ts.map +1 -1
  341. package/dist/src/symbols/namespace.js.map +1 -1
  342. package/dist/src/symbols/reference.d.ts.map +1 -1
  343. package/dist/src/symbols/reference.js +3 -3
  344. package/dist/src/symbols/reference.js.map +1 -1
  345. package/dist/test/utils.d.ts +4 -2
  346. package/dist/test/utils.d.ts.map +1 -1
  347. package/dist/test/utils.js +5 -4
  348. package/dist/test/utils.js.map +1 -1
  349. package/dist/tsconfig.tsbuildinfo +1 -1
  350. package/package.json +14 -3
  351. package/scripts/components/library-interface.tsx +41 -0
  352. package/scripts/components/namespace-directory.tsx +104 -0
  353. package/scripts/generate-builtins.tsx +35 -0
  354. package/scripts/process-docfx.tsx +309 -0
  355. package/src/access.test.tsx +49 -0
  356. package/src/access.tsx +70 -0
  357. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  358. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  359. package/src/builtins/Microsoft/index.ts +8 -0
  360. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  361. package/src/builtins/System/Buffers/index.ts +267 -0
  362. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  363. package/src/builtins/System/CodeDom/index.ts +8 -0
  364. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  365. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  366. package/src/builtins/System/Collections/index.ts +771 -0
  367. package/src/builtins/System/ComponentModel/index.ts +108 -0
  368. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  369. package/src/builtins/System/Configuration/index.ts +8 -0
  370. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  371. package/src/builtins/System/Diagnostics/index.ts +620 -0
  372. package/src/builtins/System/Globalization/index.ts +4583 -0
  373. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  374. package/src/builtins/System/IO/index.ts +3701 -0
  375. package/src/builtins/System/Net/index.ts +52 -0
  376. package/src/builtins/System/Numerics/index.ts +1184 -0
  377. package/src/builtins/System/Reflection/index.ts +5591 -0
  378. package/src/builtins/System/Resources/index.ts +289 -0
  379. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  380. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  381. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  382. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  383. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  384. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  385. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  386. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  387. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  388. package/src/builtins/System/Runtime/index.ts +298 -0
  389. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  390. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  391. package/src/builtins/System/Security/Principal/index.ts +129 -0
  392. package/src/builtins/System/Security/index.ts +725 -0
  393. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  394. package/src/builtins/System/Text/index.ts +1542 -0
  395. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  396. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  397. package/src/builtins/System/Threading/index.ts +460 -0
  398. package/src/builtins/System/index.ts +15803 -0
  399. package/src/builtins/index.ts +2 -0
  400. package/src/components/access-expression/access-expression.tsx +2 -2
  401. package/src/components/enum/declaration.ref.test.tsx +1 -1
  402. package/src/components/enum/declaration.test.tsx +14 -1
  403. package/src/components/enum/declaration.tsx +4 -3
  404. package/src/components/enum/member.test.tsx +22 -1
  405. package/src/components/enum/member.tsx +4 -4
  406. package/src/components/field/field.test.tsx +14 -1
  407. package/src/components/field/field.tsx +2 -2
  408. package/src/components/if/if-statement.test.tsx +26 -0
  409. package/src/components/if/if-statement.tsx +50 -0
  410. package/src/components/index.ts +4 -2
  411. package/src/components/interface/declaration.test.tsx +11 -1
  412. package/src/components/interface/declaration.tsx +3 -4
  413. package/src/components/interface/method.test.tsx +14 -1
  414. package/src/components/interface/method.tsx +2 -1
  415. package/src/components/interface/property.test.tsx +13 -0
  416. package/src/components/interface/property.tsx +2 -1
  417. package/src/components/method/method.test.tsx +49 -0
  418. package/src/components/method/method.tsx +7 -4
  419. package/src/components/namespace/namespace-name.tsx +31 -0
  420. package/src/components/namespace/namespace.test.tsx +145 -0
  421. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  422. package/src/components/namespace.ref.test.tsx +34 -9
  423. package/src/components/parameters/parameters.tsx +7 -2
  424. package/src/components/property/property.test.tsx +25 -0
  425. package/src/components/property/property.tsx +22 -11
  426. package/src/components/record/declaration.test.tsx +11 -1
  427. package/src/components/record/declaration.tsx +3 -4
  428. package/src/components/source-file/source-file.test.tsx +1 -1
  429. package/src/components/source-file/source-file.tsx +4 -4
  430. package/src/components/source-file/using.test.tsx +94 -0
  431. package/src/components/stc/index.ts +1 -1
  432. package/src/components/struct/declaration.test.tsx +11 -1
  433. package/src/components/struct/declaration.tsx +3 -4
  434. package/src/components/type-parameters/type-parameter.tsx +2 -1
  435. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  436. package/src/components/using/using.test.tsx +15 -0
  437. package/src/components/using/using.tsx +52 -0
  438. package/src/components/var/declaration.test.tsx +16 -1
  439. package/src/components/var/declaration.tsx +17 -2
  440. package/src/contexts/global-namespace.ts +8 -1
  441. package/src/create-library.test.tsx +202 -0
  442. package/src/create-library.ts +270 -0
  443. package/src/index.ts +2 -0
  444. package/src/name-policy.ts +3 -1
  445. package/src/symbols/factories.ts +47 -10
  446. package/src/symbols/named-type.ts +3 -3
  447. package/src/symbols/namespace.ts +2 -2
  448. package/src/symbols/reference.tsx +10 -3
  449. package/temp/api.json +3934 -683
  450. package/test/utils.tsx +6 -3
  451. package/tsconfig.json +11 -2
  452. package/dist/src/components/UsingDirective.d.ts +0 -10
  453. package/dist/src/components/UsingDirective.d.ts.map +0 -1
  454. package/dist/src/components/UsingDirective.js +0 -15
  455. package/dist/src/components/UsingDirective.js.map +0 -1
  456. package/dist/src/components/namespace.d.ts.map +0 -1
  457. package/dist/src/components/namespace.js.map +0 -1
  458. package/dist/src/components/namespace.test.d.ts.map +0 -1
  459. package/dist/src/components/namespace.test.js +0 -79
  460. package/dist/src/components/namespace.test.js.map +0 -1
  461. package/dist/test/using.test.d.ts.map +0 -1
  462. package/dist/test/using.test.js.map +0 -1
  463. package/src/components/UsingDirective.tsx +0 -28
  464. package/src/components/namespace.test.tsx +0 -52
  465. package/test/using.test.tsx +0 -118
  466. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
  467. /package/dist/{test → src/components/source-file}/using.test.d.ts +0 -0
@@ -0,0 +1,1929 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import System from "../../index.js";
3
+ import Tasks from "../../Threading/Tasks/index.js";
4
+
5
+ import { createLibrary } from "#createLibrary";
6
+ import { LibrarySymbolReference } from "@alloy-js/core";
7
+
8
+ type CompilerServicesLibrary = LibrarySymbolReference & {
9
+ AccessedThroughPropertyAttribute: LibrarySymbolReference & {
10
+ AccessedThroughPropertyAttribute: LibrarySymbolReference;
11
+ PropertyName: LibrarySymbolReference
12
+ };
13
+ AsyncIteratorMethodBuilder: LibrarySymbolReference & {
14
+ Complete: LibrarySymbolReference;
15
+ Create: LibrarySymbolReference
16
+ };
17
+ AsyncIteratorStateMachineAttribute: LibrarySymbolReference & {
18
+ AsyncIteratorStateMachineAttribute: LibrarySymbolReference
19
+ };
20
+ AsyncMethodBuilderAttribute: LibrarySymbolReference & {
21
+ AsyncMethodBuilderAttribute: LibrarySymbolReference;
22
+ BuilderType: LibrarySymbolReference
23
+ };
24
+ AsyncStateMachineAttribute: LibrarySymbolReference & {
25
+ AsyncStateMachineAttribute: LibrarySymbolReference
26
+ };
27
+ AsyncTaskMethodBuilder: LibrarySymbolReference & {
28
+ Create: LibrarySymbolReference;
29
+ SetException: LibrarySymbolReference;
30
+ SetResult: LibrarySymbolReference;
31
+ SetStateMachine: LibrarySymbolReference;
32
+ Task: LibrarySymbolReference
33
+ };
34
+ AsyncValueTaskMethodBuilder: LibrarySymbolReference & {
35
+ Create: LibrarySymbolReference;
36
+ SetException: LibrarySymbolReference;
37
+ SetResult: LibrarySymbolReference;
38
+ SetStateMachine: LibrarySymbolReference;
39
+ Task: LibrarySymbolReference
40
+ };
41
+ AsyncVoidMethodBuilder: LibrarySymbolReference & {
42
+ Create: LibrarySymbolReference;
43
+ SetException: LibrarySymbolReference;
44
+ SetResult: LibrarySymbolReference;
45
+ SetStateMachine: LibrarySymbolReference
46
+ };
47
+ CallConvCdecl: LibrarySymbolReference & {
48
+ CallConvCdecl: LibrarySymbolReference
49
+ };
50
+ CallConvFastcall: LibrarySymbolReference & {
51
+ CallConvFastcall: LibrarySymbolReference
52
+ };
53
+ CallConvMemberFunction: LibrarySymbolReference & {
54
+ CallConvMemberFunction: LibrarySymbolReference
55
+ };
56
+ CallConvStdcall: LibrarySymbolReference & {
57
+ CallConvStdcall: LibrarySymbolReference
58
+ };
59
+ CallConvSuppressGCTransition: LibrarySymbolReference & {
60
+ CallConvSuppressGCTransition: LibrarySymbolReference
61
+ };
62
+ CallConvSwift: LibrarySymbolReference & {
63
+ CallConvSwift: LibrarySymbolReference
64
+ };
65
+ CallConvThiscall: LibrarySymbolReference & {
66
+ CallConvThiscall: LibrarySymbolReference
67
+ };
68
+ CallerArgumentExpressionAttribute: LibrarySymbolReference & {
69
+ CallerArgumentExpressionAttribute: LibrarySymbolReference;
70
+ ParameterName: LibrarySymbolReference
71
+ };
72
+ CallerFilePathAttribute: LibrarySymbolReference & {
73
+ CallerFilePathAttribute: LibrarySymbolReference
74
+ };
75
+ CallerLineNumberAttribute: LibrarySymbolReference & {
76
+ CallerLineNumberAttribute: LibrarySymbolReference
77
+ };
78
+ CallerMemberNameAttribute: LibrarySymbolReference & {
79
+ CallerMemberNameAttribute: LibrarySymbolReference
80
+ };
81
+ CollectionBuilderAttribute: LibrarySymbolReference & {
82
+ CollectionBuilderAttribute: LibrarySymbolReference;
83
+ BuilderType: LibrarySymbolReference;
84
+ MethodName: LibrarySymbolReference
85
+ };
86
+ CompilationRelaxations: LibrarySymbolReference & {
87
+ NoStringInterning: LibrarySymbolReference
88
+ };
89
+ CompilationRelaxationsAttribute: LibrarySymbolReference & {
90
+ CompilationRelaxationsAttribute: LibrarySymbolReference;
91
+ CompilationRelaxations: LibrarySymbolReference
92
+ };
93
+ CompilerFeatureRequiredAttribute: LibrarySymbolReference & {
94
+ RefStructs: LibrarySymbolReference;
95
+ RequiredMembers: LibrarySymbolReference;
96
+ CompilerFeatureRequiredAttribute: LibrarySymbolReference;
97
+ FeatureName: LibrarySymbolReference;
98
+ IsOptional: LibrarySymbolReference
99
+ };
100
+ CompilerGeneratedAttribute: LibrarySymbolReference & {
101
+ CompilerGeneratedAttribute: LibrarySymbolReference
102
+ };
103
+ CompilerGlobalScopeAttribute: LibrarySymbolReference & {
104
+ CompilerGlobalScopeAttribute: LibrarySymbolReference
105
+ };
106
+ ConditionalWeakTable: LibrarySymbolReference & {
107
+ CreateValueCallback: LibrarySymbolReference & {
108
+ CreateValueCallback: LibrarySymbolReference;
109
+ Invoke: LibrarySymbolReference;
110
+ BeginInvoke: LibrarySymbolReference;
111
+ EndInvoke: LibrarySymbolReference
112
+ }
113
+ };
114
+ ConfiguredAsyncDisposable: LibrarySymbolReference & {
115
+ DisposeAsync: LibrarySymbolReference
116
+ };
117
+ ConfiguredCancelableAsyncEnumerable: LibrarySymbolReference & {
118
+ Enumerator: LibrarySymbolReference & {
119
+ DisposeAsync: LibrarySymbolReference;
120
+ MoveNextAsync: LibrarySymbolReference;
121
+ Current: LibrarySymbolReference
122
+ }
123
+ };
124
+ ConfiguredTaskAwaitable: LibrarySymbolReference & {
125
+ ConfiguredTaskAwaiter: LibrarySymbolReference & {
126
+ GetResult: LibrarySymbolReference;
127
+ OnCompleted: LibrarySymbolReference;
128
+ UnsafeOnCompleted: LibrarySymbolReference;
129
+ IsCompleted: LibrarySymbolReference
130
+ }
131
+ };
132
+ ConfiguredValueTaskAwaitable: LibrarySymbolReference & {
133
+ ConfiguredValueTaskAwaiter: LibrarySymbolReference & {
134
+ GetResult: LibrarySymbolReference;
135
+ OnCompleted: LibrarySymbolReference;
136
+ UnsafeOnCompleted: LibrarySymbolReference;
137
+ IsCompleted: LibrarySymbolReference
138
+ }
139
+ };
140
+ CustomConstantAttribute: LibrarySymbolReference & {
141
+ CustomConstantAttribute: LibrarySymbolReference;
142
+ Value: LibrarySymbolReference
143
+ };
144
+ DateTimeConstantAttribute: LibrarySymbolReference & {
145
+ DateTimeConstantAttribute: LibrarySymbolReference;
146
+ Value: LibrarySymbolReference
147
+ };
148
+ DecimalConstantAttribute: LibrarySymbolReference & {
149
+ DecimalConstantAttribute: LibrarySymbolReference;
150
+ Value: LibrarySymbolReference
151
+ };
152
+ DefaultDependencyAttribute: LibrarySymbolReference & {
153
+ DefaultDependencyAttribute: LibrarySymbolReference;
154
+ LoadHint: LibrarySymbolReference
155
+ };
156
+ DefaultInterpolatedStringHandler: LibrarySymbolReference & {
157
+ DefaultInterpolatedStringHandler: LibrarySymbolReference;
158
+ AppendFormatted: LibrarySymbolReference;
159
+ AppendLiteral: LibrarySymbolReference;
160
+ ToString: LibrarySymbolReference;
161
+ ToStringAndClear: LibrarySymbolReference
162
+ };
163
+ DependencyAttribute: LibrarySymbolReference & {
164
+ DependencyAttribute: LibrarySymbolReference;
165
+ DependentAssembly: LibrarySymbolReference;
166
+ LoadHint: LibrarySymbolReference
167
+ };
168
+ DisablePrivateReflectionAttribute: LibrarySymbolReference & {
169
+ DisablePrivateReflectionAttribute: LibrarySymbolReference
170
+ };
171
+ DisableRuntimeMarshallingAttribute: LibrarySymbolReference & {
172
+ DisableRuntimeMarshallingAttribute: LibrarySymbolReference
173
+ };
174
+ DiscardableAttribute: LibrarySymbolReference & {
175
+ DiscardableAttribute: LibrarySymbolReference
176
+ };
177
+ EnumeratorCancellationAttribute: LibrarySymbolReference & {
178
+ EnumeratorCancellationAttribute: LibrarySymbolReference
179
+ };
180
+ ExtensionAttribute: LibrarySymbolReference & {
181
+ ExtensionAttribute: LibrarySymbolReference
182
+ };
183
+ FixedAddressValueTypeAttribute: LibrarySymbolReference & {
184
+ FixedAddressValueTypeAttribute: LibrarySymbolReference
185
+ };
186
+ FixedBufferAttribute: LibrarySymbolReference & {
187
+ FixedBufferAttribute: LibrarySymbolReference;
188
+ ElementType: LibrarySymbolReference;
189
+ Length: LibrarySymbolReference
190
+ };
191
+ FormattableStringFactory: LibrarySymbolReference & {
192
+ Create: LibrarySymbolReference
193
+ };
194
+ IAsyncStateMachine: LibrarySymbolReference & {
195
+ MoveNext: LibrarySymbolReference;
196
+ SetStateMachine: LibrarySymbolReference
197
+ };
198
+ ICriticalNotifyCompletion: LibrarySymbolReference & {
199
+ UnsafeOnCompleted: LibrarySymbolReference
200
+ };
201
+ INotifyCompletion: LibrarySymbolReference & {
202
+ OnCompleted: LibrarySymbolReference
203
+ };
204
+ IStrongBox: LibrarySymbolReference & {
205
+ Value: LibrarySymbolReference
206
+ };
207
+ ITuple: LibrarySymbolReference & {
208
+ Item: LibrarySymbolReference;
209
+ Length: LibrarySymbolReference
210
+ };
211
+ IndexerNameAttribute: LibrarySymbolReference & {
212
+ IndexerNameAttribute: LibrarySymbolReference
213
+ };
214
+ InlineArrayAttribute: LibrarySymbolReference & {
215
+ InlineArrayAttribute: LibrarySymbolReference;
216
+ Length: LibrarySymbolReference
217
+ };
218
+ InternalsVisibleToAttribute: LibrarySymbolReference & {
219
+ InternalsVisibleToAttribute: LibrarySymbolReference;
220
+ AllInternalsVisible: LibrarySymbolReference;
221
+ AssemblyName: LibrarySymbolReference
222
+ };
223
+ InterpolatedStringHandlerArgumentAttribute: LibrarySymbolReference & {
224
+ InterpolatedStringHandlerArgumentAttribute: LibrarySymbolReference;
225
+ Arguments: LibrarySymbolReference
226
+ };
227
+ InterpolatedStringHandlerAttribute: LibrarySymbolReference & {
228
+ InterpolatedStringHandlerAttribute: LibrarySymbolReference
229
+ };
230
+ IsConst: LibrarySymbolReference & {
231
+
232
+ };
233
+ IsVolatile: LibrarySymbolReference & {
234
+
235
+ };
236
+ IteratorStateMachineAttribute: LibrarySymbolReference & {
237
+ IteratorStateMachineAttribute: LibrarySymbolReference
238
+ };
239
+ LoadHint: LibrarySymbolReference & {
240
+ Default: LibrarySymbolReference;
241
+ Always: LibrarySymbolReference;
242
+ Sometimes: LibrarySymbolReference
243
+ };
244
+ MethodCodeType: LibrarySymbolReference & {
245
+ IL: LibrarySymbolReference;
246
+ Native: LibrarySymbolReference;
247
+ OPTIL: LibrarySymbolReference;
248
+ Runtime: LibrarySymbolReference
249
+ };
250
+ MethodImplAttribute: LibrarySymbolReference & {
251
+ MethodCodeType: LibrarySymbolReference;
252
+ MethodImplAttribute: LibrarySymbolReference;
253
+ Value: LibrarySymbolReference
254
+ };
255
+ MethodImplOptions: LibrarySymbolReference & {
256
+ Unmanaged: LibrarySymbolReference;
257
+ NoInlining: LibrarySymbolReference;
258
+ ForwardRef: LibrarySymbolReference;
259
+ Synchronized: LibrarySymbolReference;
260
+ NoOptimization: LibrarySymbolReference;
261
+ PreserveSig: LibrarySymbolReference;
262
+ AggressiveInlining: LibrarySymbolReference;
263
+ AggressiveOptimization: LibrarySymbolReference;
264
+ InternalCall: LibrarySymbolReference
265
+ };
266
+ ModuleInitializerAttribute: LibrarySymbolReference & {
267
+ ModuleInitializerAttribute: LibrarySymbolReference
268
+ };
269
+ OverloadResolutionPriorityAttribute: LibrarySymbolReference & {
270
+ OverloadResolutionPriorityAttribute: LibrarySymbolReference;
271
+ Priority: LibrarySymbolReference
272
+ };
273
+ ParamCollectionAttribute: LibrarySymbolReference & {
274
+ ParamCollectionAttribute: LibrarySymbolReference
275
+ };
276
+ PoolingAsyncValueTaskMethodBuilder: LibrarySymbolReference & {
277
+ Create: LibrarySymbolReference;
278
+ SetException: LibrarySymbolReference;
279
+ SetResult: LibrarySymbolReference;
280
+ SetStateMachine: LibrarySymbolReference;
281
+ Task: LibrarySymbolReference
282
+ };
283
+ PreserveBaseOverridesAttribute: LibrarySymbolReference & {
284
+ PreserveBaseOverridesAttribute: LibrarySymbolReference
285
+ };
286
+ ReferenceAssemblyAttribute: LibrarySymbolReference & {
287
+ ReferenceAssemblyAttribute: LibrarySymbolReference;
288
+ Description: LibrarySymbolReference
289
+ };
290
+ RuntimeCompatibilityAttribute: LibrarySymbolReference & {
291
+ RuntimeCompatibilityAttribute: LibrarySymbolReference;
292
+ WrapNonExceptionThrows: LibrarySymbolReference
293
+ };
294
+ RuntimeFeature: LibrarySymbolReference & {
295
+ ByRefFields: LibrarySymbolReference;
296
+ ByRefLikeGenerics: LibrarySymbolReference;
297
+ CovariantReturnsOfClasses: LibrarySymbolReference;
298
+ DefaultImplementationsOfInterfaces: LibrarySymbolReference;
299
+ NumericIntPtr: LibrarySymbolReference;
300
+ PortablePdb: LibrarySymbolReference;
301
+ UnmanagedSignatureCallingConvention: LibrarySymbolReference;
302
+ VirtualStaticsInInterfaces: LibrarySymbolReference;
303
+ IsSupported: LibrarySymbolReference;
304
+ IsDynamicCodeCompiled: LibrarySymbolReference;
305
+ IsDynamicCodeSupported: LibrarySymbolReference
306
+ };
307
+ RuntimeHelpers: LibrarySymbolReference & {
308
+ CleanupCode: LibrarySymbolReference & {
309
+ CleanupCode: LibrarySymbolReference;
310
+ Invoke: LibrarySymbolReference;
311
+ BeginInvoke: LibrarySymbolReference;
312
+ EndInvoke: LibrarySymbolReference
313
+ };
314
+ TryCode: LibrarySymbolReference & {
315
+ TryCode: LibrarySymbolReference;
316
+ Invoke: LibrarySymbolReference;
317
+ BeginInvoke: LibrarySymbolReference;
318
+ EndInvoke: LibrarySymbolReference
319
+ }
320
+ };
321
+ RuntimeWrappedException: LibrarySymbolReference & {
322
+ RuntimeWrappedException: LibrarySymbolReference;
323
+ WrappedException: LibrarySymbolReference
324
+ };
325
+ SkipLocalsInitAttribute: LibrarySymbolReference & {
326
+ SkipLocalsInitAttribute: LibrarySymbolReference
327
+ };
328
+ SpecialNameAttribute: LibrarySymbolReference & {
329
+ SpecialNameAttribute: LibrarySymbolReference
330
+ };
331
+ StateMachineAttribute: LibrarySymbolReference & {
332
+ StateMachineAttribute: LibrarySymbolReference;
333
+ StateMachineType: LibrarySymbolReference
334
+ };
335
+ StringFreezingAttribute: LibrarySymbolReference & {
336
+ StringFreezingAttribute: LibrarySymbolReference
337
+ };
338
+ StrongBox: LibrarySymbolReference & {
339
+ Value: LibrarySymbolReference;
340
+ StrongBox: LibrarySymbolReference
341
+ };
342
+ SuppressIldasmAttribute: LibrarySymbolReference & {
343
+ SuppressIldasmAttribute: LibrarySymbolReference
344
+ };
345
+ SwitchExpressionException: LibrarySymbolReference & {
346
+ SwitchExpressionException: LibrarySymbolReference;
347
+ Message: LibrarySymbolReference;
348
+ UnmatchedValue: LibrarySymbolReference
349
+ };
350
+ TaskAwaiter: LibrarySymbolReference & {
351
+ GetResult: LibrarySymbolReference;
352
+ OnCompleted: LibrarySymbolReference;
353
+ UnsafeOnCompleted: LibrarySymbolReference;
354
+ IsCompleted: LibrarySymbolReference
355
+ };
356
+ TupleElementNamesAttribute: LibrarySymbolReference & {
357
+ TupleElementNamesAttribute: LibrarySymbolReference;
358
+ TransformNames: LibrarySymbolReference
359
+ };
360
+ TypeForwardedFromAttribute: LibrarySymbolReference & {
361
+ TypeForwardedFromAttribute: LibrarySymbolReference;
362
+ AssemblyFullName: LibrarySymbolReference
363
+ };
364
+ TypeForwardedToAttribute: LibrarySymbolReference & {
365
+ TypeForwardedToAttribute: LibrarySymbolReference;
366
+ Destination: LibrarySymbolReference
367
+ };
368
+ Unsafe: LibrarySymbolReference & {
369
+ CopyBlock: LibrarySymbolReference;
370
+ CopyBlockUnaligned: LibrarySymbolReference;
371
+ InitBlock: LibrarySymbolReference;
372
+ InitBlockUnaligned: LibrarySymbolReference
373
+ };
374
+ UnsafeAccessorAttribute: LibrarySymbolReference & {
375
+ UnsafeAccessorAttribute: LibrarySymbolReference;
376
+ Kind: LibrarySymbolReference;
377
+ Name: LibrarySymbolReference
378
+ };
379
+ UnsafeAccessorKind: LibrarySymbolReference & {
380
+ Constructor: LibrarySymbolReference;
381
+ Method: LibrarySymbolReference;
382
+ StaticMethod: LibrarySymbolReference;
383
+ Field: LibrarySymbolReference;
384
+ StaticField: LibrarySymbolReference
385
+ };
386
+ UnsafeValueTypeAttribute: LibrarySymbolReference & {
387
+ UnsafeValueTypeAttribute: LibrarySymbolReference
388
+ };
389
+ ValueTaskAwaiter: LibrarySymbolReference & {
390
+ GetResult: LibrarySymbolReference;
391
+ OnCompleted: LibrarySymbolReference;
392
+ UnsafeOnCompleted: LibrarySymbolReference;
393
+ IsCompleted: LibrarySymbolReference
394
+ };
395
+ YieldAwaitable: LibrarySymbolReference & {
396
+ YieldAwaiter: LibrarySymbolReference & {
397
+ GetResult: LibrarySymbolReference;
398
+ OnCompleted: LibrarySymbolReference;
399
+ UnsafeOnCompleted: LibrarySymbolReference;
400
+ IsCompleted: LibrarySymbolReference
401
+ }
402
+ }
403
+ };
404
+ const CompilerServices: CompilerServicesLibrary = createLibrary("System.Runtime.CompilerServices", {
405
+ AccessedThroughPropertyAttribute: {
406
+ kind: "class",
407
+ members: {
408
+ AccessedThroughPropertyAttribute: {
409
+ kind: "method",
410
+ methodKind: "constructor",
411
+ },
412
+ PropertyName: {
413
+ kind: "property",
414
+ type: () => {
415
+ return System.String;
416
+ },
417
+ },
418
+ },
419
+ isSealed: true,
420
+ },
421
+ AsyncIteratorMethodBuilder: {
422
+ kind: "struct",
423
+ members: {
424
+ Complete: {
425
+ kind: "method",
426
+ methodKind: "ordinary",
427
+ },
428
+ Create: {
429
+ kind: "method",
430
+ methodKind: "ordinary",
431
+ isStatic: true,
432
+ },
433
+ },
434
+ },
435
+ AsyncIteratorStateMachineAttribute: {
436
+ kind: "class",
437
+ members: {
438
+ AsyncIteratorStateMachineAttribute: {
439
+ kind: "method",
440
+ methodKind: "constructor",
441
+ },
442
+ },
443
+ isSealed: true,
444
+ },
445
+ AsyncMethodBuilderAttribute: {
446
+ kind: "class",
447
+ members: {
448
+ AsyncMethodBuilderAttribute: {
449
+ kind: "method",
450
+ methodKind: "constructor",
451
+ },
452
+ BuilderType: {
453
+ kind: "property",
454
+ type: () => {
455
+ return System.Type;
456
+ },
457
+ },
458
+ },
459
+ isSealed: true,
460
+ },
461
+ AsyncStateMachineAttribute: {
462
+ kind: "class",
463
+ members: {
464
+ AsyncStateMachineAttribute: {
465
+ kind: "method",
466
+ methodKind: "constructor",
467
+ },
468
+ },
469
+ isSealed: true,
470
+ },
471
+ AsyncTaskMethodBuilder: {
472
+ kind: "struct",
473
+ members: {
474
+ Create: {
475
+ kind: "method",
476
+ methodKind: "ordinary",
477
+ isStatic: true,
478
+ },
479
+ SetException: {
480
+ kind: "method",
481
+ methodKind: "ordinary",
482
+ },
483
+ SetResult: {
484
+ kind: "method",
485
+ methodKind: "ordinary",
486
+ },
487
+ SetStateMachine: {
488
+ kind: "method",
489
+ methodKind: "ordinary",
490
+ },
491
+ Task: {
492
+ kind: "property",
493
+ type: () => {
494
+ return Tasks.Task;
495
+ },
496
+ },
497
+ },
498
+ },
499
+ AsyncValueTaskMethodBuilder: {
500
+ kind: "struct",
501
+ members: {
502
+ Create: {
503
+ kind: "method",
504
+ methodKind: "ordinary",
505
+ isStatic: true,
506
+ },
507
+ SetException: {
508
+ kind: "method",
509
+ methodKind: "ordinary",
510
+ },
511
+ SetResult: {
512
+ kind: "method",
513
+ methodKind: "ordinary",
514
+ },
515
+ SetStateMachine: {
516
+ kind: "method",
517
+ methodKind: "ordinary",
518
+ },
519
+ Task: {
520
+ kind: "property",
521
+ type: () => {
522
+ return Tasks.ValueTask;
523
+ },
524
+ },
525
+ },
526
+ },
527
+ AsyncVoidMethodBuilder: {
528
+ kind: "struct",
529
+ members: {
530
+ Create: {
531
+ kind: "method",
532
+ methodKind: "ordinary",
533
+ isStatic: true,
534
+ },
535
+ SetException: {
536
+ kind: "method",
537
+ methodKind: "ordinary",
538
+ },
539
+ SetResult: {
540
+ kind: "method",
541
+ methodKind: "ordinary",
542
+ },
543
+ SetStateMachine: {
544
+ kind: "method",
545
+ methodKind: "ordinary",
546
+ },
547
+ },
548
+ },
549
+ CallConvCdecl: {
550
+ kind: "class",
551
+ members: {
552
+ CallConvCdecl: {
553
+ kind: "method",
554
+ methodKind: "constructor",
555
+ },
556
+ },
557
+ },
558
+ CallConvFastcall: {
559
+ kind: "class",
560
+ members: {
561
+ CallConvFastcall: {
562
+ kind: "method",
563
+ methodKind: "constructor",
564
+ },
565
+ },
566
+ },
567
+ CallConvMemberFunction: {
568
+ kind: "class",
569
+ members: {
570
+ CallConvMemberFunction: {
571
+ kind: "method",
572
+ methodKind: "constructor",
573
+ },
574
+ },
575
+ },
576
+ CallConvStdcall: {
577
+ kind: "class",
578
+ members: {
579
+ CallConvStdcall: {
580
+ kind: "method",
581
+ methodKind: "constructor",
582
+ },
583
+ },
584
+ },
585
+ CallConvSuppressGCTransition: {
586
+ kind: "class",
587
+ members: {
588
+ CallConvSuppressGCTransition: {
589
+ kind: "method",
590
+ methodKind: "constructor",
591
+ },
592
+ },
593
+ },
594
+ CallConvSwift: {
595
+ kind: "class",
596
+ members: {
597
+ CallConvSwift: {
598
+ kind: "method",
599
+ methodKind: "constructor",
600
+ },
601
+ },
602
+ },
603
+ CallConvThiscall: {
604
+ kind: "class",
605
+ members: {
606
+ CallConvThiscall: {
607
+ kind: "method",
608
+ methodKind: "constructor",
609
+ },
610
+ },
611
+ },
612
+ CallerArgumentExpressionAttribute: {
613
+ kind: "class",
614
+ members: {
615
+ CallerArgumentExpressionAttribute: {
616
+ kind: "method",
617
+ methodKind: "constructor",
618
+ },
619
+ ParameterName: {
620
+ kind: "property",
621
+ type: () => {
622
+ return System.String;
623
+ },
624
+ },
625
+ },
626
+ isSealed: true,
627
+ },
628
+ CallerFilePathAttribute: {
629
+ kind: "class",
630
+ members: {
631
+ CallerFilePathAttribute: {
632
+ kind: "method",
633
+ methodKind: "constructor",
634
+ },
635
+ },
636
+ isSealed: true,
637
+ },
638
+ CallerLineNumberAttribute: {
639
+ kind: "class",
640
+ members: {
641
+ CallerLineNumberAttribute: {
642
+ kind: "method",
643
+ methodKind: "constructor",
644
+ },
645
+ },
646
+ isSealed: true,
647
+ },
648
+ CallerMemberNameAttribute: {
649
+ kind: "class",
650
+ members: {
651
+ CallerMemberNameAttribute: {
652
+ kind: "method",
653
+ methodKind: "constructor",
654
+ },
655
+ },
656
+ isSealed: true,
657
+ },
658
+ CollectionBuilderAttribute: {
659
+ kind: "class",
660
+ members: {
661
+ CollectionBuilderAttribute: {
662
+ kind: "method",
663
+ methodKind: "constructor",
664
+ },
665
+ BuilderType: {
666
+ kind: "property",
667
+ type: () => {
668
+ return System.Type;
669
+ },
670
+ },
671
+ MethodName: {
672
+ kind: "property",
673
+ type: () => {
674
+ return System.String;
675
+ },
676
+ },
677
+ },
678
+ isSealed: true,
679
+ },
680
+ CompilationRelaxations: {
681
+ kind: "enum",
682
+ members: {
683
+ NoStringInterning: {
684
+ kind: "field",
685
+ type: () => {
686
+ return CompilerServices.CompilationRelaxations;
687
+ },
688
+ },
689
+ },
690
+ },
691
+ CompilationRelaxationsAttribute: {
692
+ kind: "class",
693
+ members: {
694
+ CompilationRelaxationsAttribute: {
695
+ kind: "method",
696
+ methodKind: "constructor",
697
+ },
698
+ CompilationRelaxations: {
699
+ kind: "property",
700
+ type: () => {
701
+ return System.Int32;
702
+ },
703
+ },
704
+ },
705
+ },
706
+ CompilerFeatureRequiredAttribute: {
707
+ kind: "class",
708
+ members: {
709
+ RefStructs: {
710
+ kind: "field",
711
+ type: () => {
712
+ return System.String;
713
+ },
714
+ },
715
+ RequiredMembers: {
716
+ kind: "field",
717
+ type: () => {
718
+ return System.String;
719
+ },
720
+ },
721
+ CompilerFeatureRequiredAttribute: {
722
+ kind: "method",
723
+ methodKind: "constructor",
724
+ },
725
+ FeatureName: {
726
+ kind: "property",
727
+ type: () => {
728
+ return System.String;
729
+ },
730
+ },
731
+ IsOptional: {
732
+ kind: "property",
733
+ type: () => {
734
+ return System.Boolean;
735
+ },
736
+ },
737
+ },
738
+ isSealed: true,
739
+ },
740
+ CompilerGeneratedAttribute: {
741
+ kind: "class",
742
+ members: {
743
+ CompilerGeneratedAttribute: {
744
+ kind: "method",
745
+ methodKind: "constructor",
746
+ },
747
+ },
748
+ isSealed: true,
749
+ },
750
+ CompilerGlobalScopeAttribute: {
751
+ kind: "class",
752
+ members: {
753
+ CompilerGlobalScopeAttribute: {
754
+ kind: "method",
755
+ methodKind: "constructor",
756
+ },
757
+ },
758
+ },
759
+ ConditionalWeakTable: {
760
+ kind: "class",
761
+ members: {
762
+ CreateValueCallback: {
763
+ kind: "generic",
764
+ members: {
765
+ CreateValueCallback: {
766
+ kind: "method",
767
+ methodKind: "constructor",
768
+ },
769
+ Invoke: {
770
+ kind: "method",
771
+ methodKind: "ordinary",
772
+ isVirtual: true,
773
+ },
774
+ BeginInvoke: {
775
+ kind: "method",
776
+ methodKind: "ordinary",
777
+ isVirtual: true,
778
+ },
779
+ EndInvoke: {
780
+ kind: "method",
781
+ methodKind: "ordinary",
782
+ isVirtual: true,
783
+ },
784
+ },
785
+ },
786
+ },
787
+ },
788
+ ConfiguredAsyncDisposable: {
789
+ kind: "struct",
790
+ members: {
791
+ DisposeAsync: {
792
+ kind: "method",
793
+ methodKind: "ordinary",
794
+ },
795
+ },
796
+ },
797
+ ConfiguredCancelableAsyncEnumerable: {
798
+ kind: "class",
799
+ members: {
800
+ Enumerator: {
801
+ kind: "struct",
802
+ members: {
803
+ DisposeAsync: {
804
+ kind: "method",
805
+ methodKind: "ordinary",
806
+ },
807
+ MoveNextAsync: {
808
+ kind: "method",
809
+ methodKind: "ordinary",
810
+ },
811
+ Current: {
812
+ kind: "property",
813
+ type: undefined,
814
+ },
815
+ },
816
+ },
817
+ },
818
+ },
819
+ ConfiguredTaskAwaitable: {
820
+ kind: "class",
821
+ members: {
822
+ ConfiguredTaskAwaiter: {
823
+ kind: "struct",
824
+ members: {
825
+ GetResult: {
826
+ kind: "method",
827
+ methodKind: "ordinary",
828
+ },
829
+ OnCompleted: {
830
+ kind: "method",
831
+ methodKind: "ordinary",
832
+ },
833
+ UnsafeOnCompleted: {
834
+ kind: "method",
835
+ methodKind: "ordinary",
836
+ },
837
+ IsCompleted: {
838
+ kind: "property",
839
+ type: () => {
840
+ return System.Boolean;
841
+ },
842
+ },
843
+ },
844
+ },
845
+ },
846
+ },
847
+ ConfiguredValueTaskAwaitable: {
848
+ kind: "class",
849
+ members: {
850
+ ConfiguredValueTaskAwaiter: {
851
+ kind: "struct",
852
+ members: {
853
+ GetResult: {
854
+ kind: "method",
855
+ methodKind: "ordinary",
856
+ },
857
+ OnCompleted: {
858
+ kind: "method",
859
+ methodKind: "ordinary",
860
+ },
861
+ UnsafeOnCompleted: {
862
+ kind: "method",
863
+ methodKind: "ordinary",
864
+ },
865
+ IsCompleted: {
866
+ kind: "property",
867
+ type: () => {
868
+ return System.Boolean;
869
+ },
870
+ },
871
+ },
872
+ },
873
+ },
874
+ },
875
+ CustomConstantAttribute: {
876
+ kind: "class",
877
+ members: {
878
+ CustomConstantAttribute: {
879
+ kind: "method",
880
+ methodKind: "constructor",
881
+ },
882
+ Value: {
883
+ kind: "property",
884
+ type: () => {
885
+ return System.Object;
886
+ },
887
+ isNullable: true,
888
+ isAbstract: true,
889
+ },
890
+ },
891
+ isAbstract: true,
892
+ },
893
+ DateTimeConstantAttribute: {
894
+ kind: "class",
895
+ members: {
896
+ DateTimeConstantAttribute: {
897
+ kind: "method",
898
+ methodKind: "constructor",
899
+ },
900
+ Value: {
901
+ kind: "property",
902
+ type: () => {
903
+ return System.Object;
904
+ },
905
+ isOverride: true,
906
+ },
907
+ },
908
+ isSealed: true,
909
+ },
910
+ DecimalConstantAttribute: {
911
+ kind: "class",
912
+ members: {
913
+ DecimalConstantAttribute: {
914
+ kind: "method",
915
+ methodKind: "constructor",
916
+ },
917
+ Value: {
918
+ kind: "property",
919
+ type: () => {
920
+ return System.Decimal;
921
+ },
922
+ },
923
+ },
924
+ isSealed: true,
925
+ },
926
+ DefaultDependencyAttribute: {
927
+ kind: "class",
928
+ members: {
929
+ DefaultDependencyAttribute: {
930
+ kind: "method",
931
+ methodKind: "constructor",
932
+ },
933
+ LoadHint: {
934
+ kind: "property",
935
+ type: () => {
936
+ return CompilerServices.LoadHint;
937
+ },
938
+ },
939
+ },
940
+ isSealed: true,
941
+ },
942
+ DefaultInterpolatedStringHandler: {
943
+ kind: "struct",
944
+ members: {
945
+ DefaultInterpolatedStringHandler: {
946
+ kind: "method",
947
+ methodKind: "constructor",
948
+ },
949
+ AppendFormatted: {
950
+ kind: "method",
951
+ methodKind: "ordinary",
952
+ },
953
+ AppendLiteral: {
954
+ kind: "method",
955
+ methodKind: "ordinary",
956
+ },
957
+ ToString: {
958
+ kind: "method",
959
+ methodKind: "ordinary",
960
+ isOverride: true,
961
+ },
962
+ ToStringAndClear: {
963
+ kind: "method",
964
+ methodKind: "ordinary",
965
+ },
966
+ },
967
+ },
968
+ DependencyAttribute: {
969
+ kind: "class",
970
+ members: {
971
+ DependencyAttribute: {
972
+ kind: "method",
973
+ methodKind: "constructor",
974
+ },
975
+ DependentAssembly: {
976
+ kind: "property",
977
+ type: () => {
978
+ return System.String;
979
+ },
980
+ },
981
+ LoadHint: {
982
+ kind: "property",
983
+ type: () => {
984
+ return CompilerServices.LoadHint;
985
+ },
986
+ },
987
+ },
988
+ isSealed: true,
989
+ },
990
+ DisablePrivateReflectionAttribute: {
991
+ kind: "class",
992
+ members: {
993
+ DisablePrivateReflectionAttribute: {
994
+ kind: "method",
995
+ methodKind: "constructor",
996
+ },
997
+ },
998
+ isSealed: true,
999
+ },
1000
+ DisableRuntimeMarshallingAttribute: {
1001
+ kind: "class",
1002
+ members: {
1003
+ DisableRuntimeMarshallingAttribute: {
1004
+ kind: "method",
1005
+ methodKind: "constructor",
1006
+ },
1007
+ },
1008
+ isSealed: true,
1009
+ },
1010
+ DiscardableAttribute: {
1011
+ kind: "class",
1012
+ members: {
1013
+ DiscardableAttribute: {
1014
+ kind: "method",
1015
+ methodKind: "constructor",
1016
+ },
1017
+ },
1018
+ },
1019
+ EnumeratorCancellationAttribute: {
1020
+ kind: "class",
1021
+ members: {
1022
+ EnumeratorCancellationAttribute: {
1023
+ kind: "method",
1024
+ methodKind: "constructor",
1025
+ },
1026
+ },
1027
+ isSealed: true,
1028
+ },
1029
+ ExtensionAttribute: {
1030
+ kind: "class",
1031
+ members: {
1032
+ ExtensionAttribute: {
1033
+ kind: "method",
1034
+ methodKind: "constructor",
1035
+ },
1036
+ },
1037
+ isSealed: true,
1038
+ },
1039
+ FixedAddressValueTypeAttribute: {
1040
+ kind: "class",
1041
+ members: {
1042
+ FixedAddressValueTypeAttribute: {
1043
+ kind: "method",
1044
+ methodKind: "constructor",
1045
+ },
1046
+ },
1047
+ isSealed: true,
1048
+ },
1049
+ FixedBufferAttribute: {
1050
+ kind: "class",
1051
+ members: {
1052
+ FixedBufferAttribute: {
1053
+ kind: "method",
1054
+ methodKind: "constructor",
1055
+ },
1056
+ ElementType: {
1057
+ kind: "property",
1058
+ type: () => {
1059
+ return System.Type;
1060
+ },
1061
+ },
1062
+ Length: {
1063
+ kind: "property",
1064
+ type: () => {
1065
+ return System.Int32;
1066
+ },
1067
+ },
1068
+ },
1069
+ isSealed: true,
1070
+ },
1071
+ FormattableStringFactory: {
1072
+ kind: "class",
1073
+ members: {
1074
+ Create: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ isStatic: true,
1078
+ },
1079
+ },
1080
+ isStatic: true,
1081
+ },
1082
+ IAsyncStateMachine: {
1083
+ kind: "interface",
1084
+ members: {
1085
+ MoveNext: {
1086
+ kind: "method",
1087
+ methodKind: "ordinary",
1088
+ },
1089
+ SetStateMachine: {
1090
+ kind: "method",
1091
+ methodKind: "ordinary",
1092
+ },
1093
+ },
1094
+ },
1095
+ ICriticalNotifyCompletion: {
1096
+ kind: "interface",
1097
+ members: {
1098
+ UnsafeOnCompleted: {
1099
+ kind: "method",
1100
+ methodKind: "ordinary",
1101
+ },
1102
+ },
1103
+ },
1104
+ INotifyCompletion: {
1105
+ kind: "interface",
1106
+ members: {
1107
+ OnCompleted: {
1108
+ kind: "method",
1109
+ methodKind: "ordinary",
1110
+ },
1111
+ },
1112
+ },
1113
+ IStrongBox: {
1114
+ kind: "interface",
1115
+ members: {
1116
+ Value: {
1117
+ kind: "property",
1118
+ type: () => {
1119
+ return System.Object;
1120
+ },
1121
+ isNullable: true,
1122
+ },
1123
+ },
1124
+ },
1125
+ ITuple: {
1126
+ kind: "interface",
1127
+ members: {
1128
+ Item: {
1129
+ kind: "property",
1130
+ type: () => {
1131
+ return System.Object;
1132
+ },
1133
+ },
1134
+ Length: {
1135
+ kind: "property",
1136
+ type: () => {
1137
+ return System.Int32;
1138
+ },
1139
+ },
1140
+ },
1141
+ },
1142
+ IndexerNameAttribute: {
1143
+ kind: "class",
1144
+ members: {
1145
+ IndexerNameAttribute: {
1146
+ kind: "method",
1147
+ methodKind: "constructor",
1148
+ },
1149
+ },
1150
+ isSealed: true,
1151
+ },
1152
+ InlineArrayAttribute: {
1153
+ kind: "class",
1154
+ members: {
1155
+ InlineArrayAttribute: {
1156
+ kind: "method",
1157
+ methodKind: "constructor",
1158
+ },
1159
+ Length: {
1160
+ kind: "property",
1161
+ type: () => {
1162
+ return System.Int32;
1163
+ },
1164
+ },
1165
+ },
1166
+ isSealed: true,
1167
+ },
1168
+ InternalsVisibleToAttribute: {
1169
+ kind: "class",
1170
+ members: {
1171
+ InternalsVisibleToAttribute: {
1172
+ kind: "method",
1173
+ methodKind: "constructor",
1174
+ },
1175
+ AllInternalsVisible: {
1176
+ kind: "property",
1177
+ type: () => {
1178
+ return System.Boolean;
1179
+ },
1180
+ },
1181
+ AssemblyName: {
1182
+ kind: "property",
1183
+ type: () => {
1184
+ return System.String;
1185
+ },
1186
+ },
1187
+ },
1188
+ isSealed: true,
1189
+ },
1190
+ InterpolatedStringHandlerArgumentAttribute: {
1191
+ kind: "class",
1192
+ members: {
1193
+ InterpolatedStringHandlerArgumentAttribute: {
1194
+ kind: "method",
1195
+ methodKind: "constructor",
1196
+ },
1197
+ Arguments: {
1198
+ kind: "property",
1199
+ type: () => {
1200
+ return System.Array;
1201
+ },
1202
+ },
1203
+ },
1204
+ isSealed: true,
1205
+ },
1206
+ InterpolatedStringHandlerAttribute: {
1207
+ kind: "class",
1208
+ members: {
1209
+ InterpolatedStringHandlerAttribute: {
1210
+ kind: "method",
1211
+ methodKind: "constructor",
1212
+ },
1213
+ },
1214
+ isSealed: true,
1215
+ },
1216
+ IsConst: {
1217
+ kind: "class",
1218
+ members: {},
1219
+ isStatic: true,
1220
+ },
1221
+ IsVolatile: {
1222
+ kind: "class",
1223
+ members: {},
1224
+ isStatic: true,
1225
+ },
1226
+ IteratorStateMachineAttribute: {
1227
+ kind: "class",
1228
+ members: {
1229
+ IteratorStateMachineAttribute: {
1230
+ kind: "method",
1231
+ methodKind: "constructor",
1232
+ },
1233
+ },
1234
+ isSealed: true,
1235
+ },
1236
+ LoadHint: {
1237
+ kind: "enum",
1238
+ members: {
1239
+ Default: {
1240
+ kind: "field",
1241
+ type: () => {
1242
+ return CompilerServices.LoadHint;
1243
+ },
1244
+ },
1245
+ Always: {
1246
+ kind: "field",
1247
+ type: () => {
1248
+ return CompilerServices.LoadHint;
1249
+ },
1250
+ },
1251
+ Sometimes: {
1252
+ kind: "field",
1253
+ type: () => {
1254
+ return CompilerServices.LoadHint;
1255
+ },
1256
+ },
1257
+ },
1258
+ },
1259
+ MethodCodeType: {
1260
+ kind: "enum",
1261
+ members: {
1262
+ IL: {
1263
+ kind: "field",
1264
+ type: () => {
1265
+ return CompilerServices.MethodCodeType;
1266
+ },
1267
+ },
1268
+ Native: {
1269
+ kind: "field",
1270
+ type: () => {
1271
+ return CompilerServices.MethodCodeType;
1272
+ },
1273
+ },
1274
+ OPTIL: {
1275
+ kind: "field",
1276
+ type: () => {
1277
+ return CompilerServices.MethodCodeType;
1278
+ },
1279
+ },
1280
+ Runtime: {
1281
+ kind: "field",
1282
+ type: () => {
1283
+ return CompilerServices.MethodCodeType;
1284
+ },
1285
+ },
1286
+ },
1287
+ },
1288
+ MethodImplAttribute: {
1289
+ kind: "class",
1290
+ members: {
1291
+ MethodCodeType: {
1292
+ kind: "field",
1293
+ type: () => {
1294
+ return CompilerServices.MethodCodeType;
1295
+ },
1296
+ },
1297
+ MethodImplAttribute: {
1298
+ kind: "method",
1299
+ methodKind: "constructor",
1300
+ },
1301
+ Value: {
1302
+ kind: "property",
1303
+ type: () => {
1304
+ return CompilerServices.MethodImplOptions;
1305
+ },
1306
+ },
1307
+ },
1308
+ isSealed: true,
1309
+ },
1310
+ MethodImplOptions: {
1311
+ kind: "enum",
1312
+ members: {
1313
+ Unmanaged: {
1314
+ kind: "field",
1315
+ type: () => {
1316
+ return CompilerServices.MethodImplOptions;
1317
+ },
1318
+ },
1319
+ NoInlining: {
1320
+ kind: "field",
1321
+ type: () => {
1322
+ return CompilerServices.MethodImplOptions;
1323
+ },
1324
+ },
1325
+ ForwardRef: {
1326
+ kind: "field",
1327
+ type: () => {
1328
+ return CompilerServices.MethodImplOptions;
1329
+ },
1330
+ },
1331
+ Synchronized: {
1332
+ kind: "field",
1333
+ type: () => {
1334
+ return CompilerServices.MethodImplOptions;
1335
+ },
1336
+ },
1337
+ NoOptimization: {
1338
+ kind: "field",
1339
+ type: () => {
1340
+ return CompilerServices.MethodImplOptions;
1341
+ },
1342
+ },
1343
+ PreserveSig: {
1344
+ kind: "field",
1345
+ type: () => {
1346
+ return CompilerServices.MethodImplOptions;
1347
+ },
1348
+ },
1349
+ AggressiveInlining: {
1350
+ kind: "field",
1351
+ type: () => {
1352
+ return CompilerServices.MethodImplOptions;
1353
+ },
1354
+ },
1355
+ AggressiveOptimization: {
1356
+ kind: "field",
1357
+ type: () => {
1358
+ return CompilerServices.MethodImplOptions;
1359
+ },
1360
+ },
1361
+ InternalCall: {
1362
+ kind: "field",
1363
+ type: () => {
1364
+ return CompilerServices.MethodImplOptions;
1365
+ },
1366
+ },
1367
+ },
1368
+ },
1369
+ ModuleInitializerAttribute: {
1370
+ kind: "class",
1371
+ members: {
1372
+ ModuleInitializerAttribute: {
1373
+ kind: "method",
1374
+ methodKind: "constructor",
1375
+ },
1376
+ },
1377
+ isSealed: true,
1378
+ },
1379
+ OverloadResolutionPriorityAttribute: {
1380
+ kind: "class",
1381
+ members: {
1382
+ OverloadResolutionPriorityAttribute: {
1383
+ kind: "method",
1384
+ methodKind: "constructor",
1385
+ },
1386
+ Priority: {
1387
+ kind: "property",
1388
+ type: () => {
1389
+ return System.Int32;
1390
+ },
1391
+ },
1392
+ },
1393
+ isSealed: true,
1394
+ },
1395
+ ParamCollectionAttribute: {
1396
+ kind: "class",
1397
+ members: {
1398
+ ParamCollectionAttribute: {
1399
+ kind: "method",
1400
+ methodKind: "constructor",
1401
+ },
1402
+ },
1403
+ isSealed: true,
1404
+ },
1405
+ PoolingAsyncValueTaskMethodBuilder: {
1406
+ kind: "struct",
1407
+ members: {
1408
+ Create: {
1409
+ kind: "method",
1410
+ methodKind: "ordinary",
1411
+ isStatic: true,
1412
+ },
1413
+ SetException: {
1414
+ kind: "method",
1415
+ methodKind: "ordinary",
1416
+ },
1417
+ SetResult: {
1418
+ kind: "method",
1419
+ methodKind: "ordinary",
1420
+ },
1421
+ SetStateMachine: {
1422
+ kind: "method",
1423
+ methodKind: "ordinary",
1424
+ },
1425
+ Task: {
1426
+ kind: "property",
1427
+ type: () => {
1428
+ return Tasks.ValueTask;
1429
+ },
1430
+ },
1431
+ },
1432
+ },
1433
+ PreserveBaseOverridesAttribute: {
1434
+ kind: "class",
1435
+ members: {
1436
+ PreserveBaseOverridesAttribute: {
1437
+ kind: "method",
1438
+ methodKind: "constructor",
1439
+ },
1440
+ },
1441
+ isSealed: true,
1442
+ },
1443
+ ReferenceAssemblyAttribute: {
1444
+ kind: "class",
1445
+ members: {
1446
+ ReferenceAssemblyAttribute: {
1447
+ kind: "method",
1448
+ methodKind: "constructor",
1449
+ },
1450
+ Description: {
1451
+ kind: "property",
1452
+ type: () => {
1453
+ return System.String;
1454
+ },
1455
+ isNullable: true,
1456
+ },
1457
+ },
1458
+ isSealed: true,
1459
+ },
1460
+ RuntimeCompatibilityAttribute: {
1461
+ kind: "class",
1462
+ members: {
1463
+ RuntimeCompatibilityAttribute: {
1464
+ kind: "method",
1465
+ methodKind: "constructor",
1466
+ },
1467
+ WrapNonExceptionThrows: {
1468
+ kind: "property",
1469
+ type: () => {
1470
+ return System.Boolean;
1471
+ },
1472
+ },
1473
+ },
1474
+ isSealed: true,
1475
+ },
1476
+ RuntimeFeature: {
1477
+ kind: "class",
1478
+ members: {
1479
+ ByRefFields: {
1480
+ kind: "field",
1481
+ type: () => {
1482
+ return System.String;
1483
+ },
1484
+ },
1485
+ ByRefLikeGenerics: {
1486
+ kind: "field",
1487
+ type: () => {
1488
+ return System.String;
1489
+ },
1490
+ },
1491
+ CovariantReturnsOfClasses: {
1492
+ kind: "field",
1493
+ type: () => {
1494
+ return System.String;
1495
+ },
1496
+ },
1497
+ DefaultImplementationsOfInterfaces: {
1498
+ kind: "field",
1499
+ type: () => {
1500
+ return System.String;
1501
+ },
1502
+ },
1503
+ NumericIntPtr: {
1504
+ kind: "field",
1505
+ type: () => {
1506
+ return System.String;
1507
+ },
1508
+ },
1509
+ PortablePdb: {
1510
+ kind: "field",
1511
+ type: () => {
1512
+ return System.String;
1513
+ },
1514
+ },
1515
+ UnmanagedSignatureCallingConvention: {
1516
+ kind: "field",
1517
+ type: () => {
1518
+ return System.String;
1519
+ },
1520
+ },
1521
+ VirtualStaticsInInterfaces: {
1522
+ kind: "field",
1523
+ type: () => {
1524
+ return System.String;
1525
+ },
1526
+ },
1527
+ IsSupported: {
1528
+ kind: "method",
1529
+ methodKind: "ordinary",
1530
+ isStatic: true,
1531
+ },
1532
+ IsDynamicCodeCompiled: {
1533
+ kind: "property",
1534
+ type: () => {
1535
+ return System.Boolean;
1536
+ },
1537
+ isStatic: true,
1538
+ },
1539
+ IsDynamicCodeSupported: {
1540
+ kind: "property",
1541
+ type: () => {
1542
+ return System.Boolean;
1543
+ },
1544
+ isStatic: true,
1545
+ },
1546
+ },
1547
+ isStatic: true,
1548
+ },
1549
+ RuntimeHelpers: {
1550
+ kind: "class",
1551
+ members: {
1552
+ CleanupCode: {
1553
+ kind: "generic",
1554
+ members: {
1555
+ CleanupCode: {
1556
+ kind: "method",
1557
+ methodKind: "constructor",
1558
+ },
1559
+ Invoke: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary",
1562
+ isVirtual: true,
1563
+ },
1564
+ BeginInvoke: {
1565
+ kind: "method",
1566
+ methodKind: "ordinary",
1567
+ isVirtual: true,
1568
+ },
1569
+ EndInvoke: {
1570
+ kind: "method",
1571
+ methodKind: "ordinary",
1572
+ isVirtual: true,
1573
+ },
1574
+ },
1575
+ },
1576
+ TryCode: {
1577
+ kind: "generic",
1578
+ members: {
1579
+ TryCode: {
1580
+ kind: "method",
1581
+ methodKind: "constructor",
1582
+ },
1583
+ Invoke: {
1584
+ kind: "method",
1585
+ methodKind: "ordinary",
1586
+ isVirtual: true,
1587
+ },
1588
+ BeginInvoke: {
1589
+ kind: "method",
1590
+ methodKind: "ordinary",
1591
+ isVirtual: true,
1592
+ },
1593
+ EndInvoke: {
1594
+ kind: "method",
1595
+ methodKind: "ordinary",
1596
+ isVirtual: true,
1597
+ },
1598
+ },
1599
+ },
1600
+ },
1601
+ },
1602
+ RuntimeWrappedException: {
1603
+ kind: "class",
1604
+ members: {
1605
+ RuntimeWrappedException: {
1606
+ kind: "method",
1607
+ methodKind: "constructor",
1608
+ },
1609
+ WrappedException: {
1610
+ kind: "property",
1611
+ type: () => {
1612
+ return System.Object;
1613
+ },
1614
+ },
1615
+ },
1616
+ isSealed: true,
1617
+ },
1618
+ SkipLocalsInitAttribute: {
1619
+ kind: "class",
1620
+ members: {
1621
+ SkipLocalsInitAttribute: {
1622
+ kind: "method",
1623
+ methodKind: "constructor",
1624
+ },
1625
+ },
1626
+ isSealed: true,
1627
+ },
1628
+ SpecialNameAttribute: {
1629
+ kind: "class",
1630
+ members: {
1631
+ SpecialNameAttribute: {
1632
+ kind: "method",
1633
+ methodKind: "constructor",
1634
+ },
1635
+ },
1636
+ isSealed: true,
1637
+ },
1638
+ StateMachineAttribute: {
1639
+ kind: "class",
1640
+ members: {
1641
+ StateMachineAttribute: {
1642
+ kind: "method",
1643
+ methodKind: "constructor",
1644
+ },
1645
+ StateMachineType: {
1646
+ kind: "property",
1647
+ type: () => {
1648
+ return System.Type;
1649
+ },
1650
+ },
1651
+ },
1652
+ },
1653
+ StringFreezingAttribute: {
1654
+ kind: "class",
1655
+ members: {
1656
+ StringFreezingAttribute: {
1657
+ kind: "method",
1658
+ methodKind: "constructor",
1659
+ },
1660
+ },
1661
+ isSealed: true,
1662
+ },
1663
+ StrongBox: {
1664
+ kind: "class",
1665
+ members: {
1666
+ Value: {
1667
+ kind: "field",
1668
+ type: undefined,
1669
+ },
1670
+ StrongBox: {
1671
+ kind: "method",
1672
+ methodKind: "constructor",
1673
+ },
1674
+ },
1675
+ },
1676
+ SuppressIldasmAttribute: {
1677
+ kind: "class",
1678
+ members: {
1679
+ SuppressIldasmAttribute: {
1680
+ kind: "method",
1681
+ methodKind: "constructor",
1682
+ },
1683
+ },
1684
+ isSealed: true,
1685
+ },
1686
+ SwitchExpressionException: {
1687
+ kind: "class",
1688
+ members: {
1689
+ SwitchExpressionException: {
1690
+ kind: "method",
1691
+ methodKind: "constructor",
1692
+ },
1693
+ Message: {
1694
+ kind: "property",
1695
+ type: () => {
1696
+ return System.String;
1697
+ },
1698
+ isOverride: true,
1699
+ },
1700
+ UnmatchedValue: {
1701
+ kind: "property",
1702
+ type: () => {
1703
+ return System.Object;
1704
+ },
1705
+ isNullable: true,
1706
+ },
1707
+ },
1708
+ isSealed: true,
1709
+ },
1710
+ TaskAwaiter: {
1711
+ kind: "struct",
1712
+ members: {
1713
+ GetResult: {
1714
+ kind: "method",
1715
+ methodKind: "ordinary",
1716
+ },
1717
+ OnCompleted: {
1718
+ kind: "method",
1719
+ methodKind: "ordinary",
1720
+ },
1721
+ UnsafeOnCompleted: {
1722
+ kind: "method",
1723
+ methodKind: "ordinary",
1724
+ },
1725
+ IsCompleted: {
1726
+ kind: "property",
1727
+ type: () => {
1728
+ return System.Boolean;
1729
+ },
1730
+ },
1731
+ },
1732
+ },
1733
+ TupleElementNamesAttribute: {
1734
+ kind: "class",
1735
+ members: {
1736
+ TupleElementNamesAttribute: {
1737
+ kind: "method",
1738
+ methodKind: "constructor",
1739
+ },
1740
+ TransformNames: {
1741
+ kind: "property",
1742
+ type: () => {
1743
+ return Generic.IList;
1744
+ },
1745
+ },
1746
+ },
1747
+ isSealed: true,
1748
+ },
1749
+ TypeForwardedFromAttribute: {
1750
+ kind: "class",
1751
+ members: {
1752
+ TypeForwardedFromAttribute: {
1753
+ kind: "method",
1754
+ methodKind: "constructor",
1755
+ },
1756
+ AssemblyFullName: {
1757
+ kind: "property",
1758
+ type: () => {
1759
+ return System.String;
1760
+ },
1761
+ },
1762
+ },
1763
+ isSealed: true,
1764
+ },
1765
+ TypeForwardedToAttribute: {
1766
+ kind: "class",
1767
+ members: {
1768
+ TypeForwardedToAttribute: {
1769
+ kind: "method",
1770
+ methodKind: "constructor",
1771
+ },
1772
+ Destination: {
1773
+ kind: "property",
1774
+ type: () => {
1775
+ return System.Type;
1776
+ },
1777
+ },
1778
+ },
1779
+ isSealed: true,
1780
+ },
1781
+ Unsafe: {
1782
+ kind: "class",
1783
+ members: {
1784
+ CopyBlock: {
1785
+ kind: "method",
1786
+ methodKind: "ordinary",
1787
+ isStatic: true,
1788
+ isReadOnly: true,
1789
+ },
1790
+ CopyBlockUnaligned: {
1791
+ kind: "method",
1792
+ methodKind: "ordinary",
1793
+ isStatic: true,
1794
+ isReadOnly: true,
1795
+ },
1796
+ InitBlock: {
1797
+ kind: "method",
1798
+ methodKind: "ordinary",
1799
+ isStatic: true,
1800
+ },
1801
+ InitBlockUnaligned: {
1802
+ kind: "method",
1803
+ methodKind: "ordinary",
1804
+ isStatic: true,
1805
+ },
1806
+ },
1807
+ isStatic: true,
1808
+ },
1809
+ UnsafeAccessorAttribute: {
1810
+ kind: "class",
1811
+ members: {
1812
+ UnsafeAccessorAttribute: {
1813
+ kind: "method",
1814
+ methodKind: "constructor",
1815
+ },
1816
+ Kind: {
1817
+ kind: "property",
1818
+ type: () => {
1819
+ return CompilerServices.UnsafeAccessorKind;
1820
+ },
1821
+ },
1822
+ Name: {
1823
+ kind: "property",
1824
+ type: () => {
1825
+ return System.String;
1826
+ },
1827
+ isNullable: true,
1828
+ },
1829
+ },
1830
+ isSealed: true,
1831
+ },
1832
+ UnsafeAccessorKind: {
1833
+ kind: "enum",
1834
+ members: {
1835
+ Constructor: {
1836
+ kind: "field",
1837
+ type: () => {
1838
+ return CompilerServices.UnsafeAccessorKind;
1839
+ },
1840
+ },
1841
+ Method: {
1842
+ kind: "field",
1843
+ type: () => {
1844
+ return CompilerServices.UnsafeAccessorKind;
1845
+ },
1846
+ },
1847
+ StaticMethod: {
1848
+ kind: "field",
1849
+ type: () => {
1850
+ return CompilerServices.UnsafeAccessorKind;
1851
+ },
1852
+ },
1853
+ Field: {
1854
+ kind: "field",
1855
+ type: () => {
1856
+ return CompilerServices.UnsafeAccessorKind;
1857
+ },
1858
+ },
1859
+ StaticField: {
1860
+ kind: "field",
1861
+ type: () => {
1862
+ return CompilerServices.UnsafeAccessorKind;
1863
+ },
1864
+ },
1865
+ },
1866
+ },
1867
+ UnsafeValueTypeAttribute: {
1868
+ kind: "class",
1869
+ members: {
1870
+ UnsafeValueTypeAttribute: {
1871
+ kind: "method",
1872
+ methodKind: "constructor",
1873
+ },
1874
+ },
1875
+ isSealed: true,
1876
+ },
1877
+ ValueTaskAwaiter: {
1878
+ kind: "struct",
1879
+ members: {
1880
+ GetResult: {
1881
+ kind: "method",
1882
+ methodKind: "ordinary",
1883
+ },
1884
+ OnCompleted: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ },
1888
+ UnsafeOnCompleted: {
1889
+ kind: "method",
1890
+ methodKind: "ordinary",
1891
+ },
1892
+ IsCompleted: {
1893
+ kind: "property",
1894
+ type: () => {
1895
+ return System.Boolean;
1896
+ },
1897
+ },
1898
+ },
1899
+ },
1900
+ YieldAwaitable: {
1901
+ kind: "class",
1902
+ members: {
1903
+ YieldAwaiter: {
1904
+ kind: "struct",
1905
+ members: {
1906
+ GetResult: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ },
1910
+ OnCompleted: {
1911
+ kind: "method",
1912
+ methodKind: "ordinary",
1913
+ },
1914
+ UnsafeOnCompleted: {
1915
+ kind: "method",
1916
+ methodKind: "ordinary",
1917
+ },
1918
+ IsCompleted: {
1919
+ kind: "property",
1920
+ type: () => {
1921
+ return System.Boolean;
1922
+ },
1923
+ },
1924
+ },
1925
+ },
1926
+ },
1927
+ },
1928
+ });
1929
+ export default CompilerServices