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