@alloy-js/csharp 0.23.0-dev.4 → 0.23.0-dev.5

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