@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.11

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 (784) hide show
  1. package/CHANGELOG.md +1 -14
  2. package/dist/dev/scripts/components/library-interface.js +67 -0
  3. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  4. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  5. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  6. package/dist/dev/scripts/generate-builtins.js +45 -0
  7. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  8. package/dist/dev/scripts/process-docfx.js +316 -0
  9. package/dist/dev/scripts/process-docfx.js.map +1 -0
  10. package/dist/dev/src/access.js +73 -0
  11. package/dist/dev/src/access.js.map +1 -0
  12. package/dist/dev/src/access.test.js +43 -0
  13. package/dist/dev/src/access.test.js.map +1 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  17. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  25. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  27. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  29. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  31. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  33. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  35. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  37. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  39. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  41. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  43. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  45. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  47. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  49. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  51. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  61. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  63. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  65. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  67. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  69. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  70. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  71. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  83. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  85. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  87. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  89. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  91. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  93. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  95. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  97. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  99. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  101. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  103. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  105. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  107. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  108. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  109. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  111. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  113. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  115. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  121. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  123. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  125. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  127. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  129. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  131. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  133. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  135. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  137. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  138. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  139. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  141. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  143. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  147. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  149. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  151. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  153. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  155. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  157. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  159. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  171. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  179. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  181. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  183. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  193. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  195. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  197. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  199. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  203. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  205. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  209. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  211. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  213. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  215. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  216. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  217. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  221. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  229. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  231. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  233. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  235. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  236. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  237. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  239. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  245. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  247. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  249. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  251. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  252. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  253. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  255. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  257. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  259. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  261. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  263. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  265. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  267. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  269. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  271. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  273. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  274. package/dist/dev/src/builtins/System/index.js +14587 -0
  275. package/dist/dev/src/builtins/System/index.js.map +1 -0
  276. package/dist/dev/src/builtins/index.js +3 -0
  277. package/dist/dev/src/builtins/index.js.map +1 -0
  278. package/dist/dev/src/components/Declaration.js +9 -0
  279. package/dist/dev/src/components/Declaration.js.map +1 -0
  280. package/dist/dev/src/components/Name.js +12 -0
  281. package/dist/dev/src/components/Name.js.map +1 -0
  282. package/dist/dev/src/components/Reference.js +13 -0
  283. package/dist/dev/src/components/Reference.js.map +1 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  285. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  287. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  289. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  290. package/dist/dev/src/components/attributes/attributes.js +113 -0
  291. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  293. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  294. package/dist/dev/src/components/class/declaration.js +123 -0
  295. package/dist/dev/src/components/class/declaration.js.map +1 -0
  296. package/dist/dev/src/components/class/declaration.test.js +893 -0
  297. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  298. package/dist/dev/src/components/constructor/constructor.js +129 -0
  299. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js +228 -0
  301. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  305. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  306. package/dist/dev/src/components/doc/comment.js +129 -0
  307. package/dist/dev/src/components/doc/comment.js.map +1 -0
  308. package/dist/dev/src/components/doc/comment.test.js +577 -0
  309. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  310. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  311. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  313. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  314. package/dist/dev/src/components/enum/declaration.js +80 -0
  315. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  317. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  318. package/dist/dev/src/components/enum/declaration.test.js +122 -0
  319. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  320. package/dist/dev/src/components/enum/member.js +47 -0
  321. package/dist/dev/src/components/enum/member.js.map +1 -0
  322. package/dist/dev/src/components/enum/member.test.js +126 -0
  323. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  324. package/dist/dev/src/components/field/field.js +43 -0
  325. package/dist/dev/src/components/field/field.js.map +1 -0
  326. package/dist/dev/src/components/field/field.test.js +242 -0
  327. package/dist/dev/src/components/field/field.test.js.map +1 -0
  328. package/dist/dev/src/components/if/if-statement.js +56 -0
  329. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  330. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  331. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  332. package/dist/dev/src/components/index.js +31 -0
  333. package/dist/dev/src/components/index.js.map +1 -0
  334. package/dist/dev/src/components/interface/declaration.js +114 -0
  335. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  336. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  337. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  338. package/dist/dev/src/components/interface/method.js +100 -0
  339. package/dist/dev/src/components/interface/method.js.map +1 -0
  340. package/dist/dev/src/components/interface/method.test.js +432 -0
  341. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  342. package/dist/dev/src/components/interface/property.js +80 -0
  343. package/dist/dev/src/components/interface/property.js.map +1 -0
  344. package/dist/dev/src/components/interface/property.test.js +305 -0
  345. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  349. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  350. package/dist/dev/src/components/lexical-scope.js +30 -0
  351. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  352. package/dist/dev/src/components/method/method.js +134 -0
  353. package/dist/dev/src/components/method/method.js.map +1 -0
  354. package/dist/dev/src/components/method/method.test.js +422 -0
  355. package/dist/dev/src/components/method/method.test.js.map +1 -0
  356. package/dist/dev/src/components/method-scope.js +30 -0
  357. package/dist/dev/src/components/method-scope.js.map +1 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  359. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  360. package/dist/dev/src/components/namespace/namespace.js +61 -0
  361. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js +419 -0
  363. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  364. package/dist/dev/src/components/namespace-scopes.js +68 -0
  365. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  366. package/dist/dev/src/components/namespace.ref.test.js +431 -0
  367. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  368. package/dist/dev/src/components/parameters/parameters.js +96 -0
  369. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  371. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  372. package/dist/dev/src/components/property/property.js +192 -0
  373. package/dist/dev/src/components/property/property.js.map +1 -0
  374. package/dist/dev/src/components/property/property.test.js +535 -0
  375. package/dist/dev/src/components/property/property.test.js.map +1 -0
  376. package/dist/dev/src/components/record/declaration.js +132 -0
  377. package/dist/dev/src/components/record/declaration.js.map +1 -0
  378. package/dist/dev/src/components/record/declaration.test.js +231 -0
  379. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  380. package/dist/dev/src/components/region/region.js +14 -0
  381. package/dist/dev/src/components/region/region.js.map +1 -0
  382. package/dist/dev/src/components/region/region.test.js +39 -0
  383. package/dist/dev/src/components/region/region.test.js.map +1 -0
  384. package/dist/dev/src/components/source-file/source-file.js +164 -0
  385. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  387. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  388. package/dist/dev/src/components/source-file/using.test.js +201 -0
  389. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  390. package/dist/dev/src/components/stc/index.js +13 -0
  391. package/dist/dev/src/components/stc/index.js.map +1 -0
  392. package/dist/dev/src/components/struct/declaration.js +113 -0
  393. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  394. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  395. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  401. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  405. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  406. package/dist/dev/src/components/using/using.js +45 -0
  407. package/dist/dev/src/components/using/using.js.map +1 -0
  408. package/dist/dev/src/components/using/using.test.js +27 -0
  409. package/dist/dev/src/components/using/using.test.js.map +1 -0
  410. package/dist/dev/src/components/var/declaration.js +72 -0
  411. package/dist/dev/src/components/var/declaration.js.map +1 -0
  412. package/dist/dev/src/components/var/declaration.test.js +167 -0
  413. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  414. package/dist/dev/src/contexts/format-options.js +9 -0
  415. package/dist/dev/src/contexts/format-options.js.map +1 -0
  416. package/dist/dev/src/contexts/global-namespace.js +30 -0
  417. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  418. package/dist/dev/src/contexts/namespace.js +6 -0
  419. package/dist/dev/src/contexts/namespace.js.map +1 -0
  420. package/dist/dev/src/contexts/reference-context.js +15 -0
  421. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  422. package/dist/dev/src/create-library.js +136 -0
  423. package/dist/dev/src/create-library.js.map +1 -0
  424. package/dist/dev/src/create-library.test.js +289 -0
  425. package/dist/dev/src/create-library.test.js.map +1 -0
  426. package/dist/dev/src/identifier-utils.js +45 -0
  427. package/dist/dev/src/identifier-utils.js.map +1 -0
  428. package/dist/dev/src/index.js +11 -0
  429. package/dist/dev/src/index.js.map +1 -0
  430. package/dist/dev/src/keywords.js +39 -0
  431. package/dist/dev/src/keywords.js.map +1 -0
  432. package/dist/dev/src/modifiers.js +21 -0
  433. package/dist/dev/src/modifiers.js.map +1 -0
  434. package/dist/dev/src/name-policy.js +59 -0
  435. package/dist/dev/src/name-policy.js.map +1 -0
  436. package/dist/dev/src/name-policy.test.js +167 -0
  437. package/dist/dev/src/name-policy.test.js.map +1 -0
  438. package/dist/dev/src/scopes/class.js +11 -0
  439. package/dist/dev/src/scopes/class.js.map +1 -0
  440. package/dist/dev/src/scopes/contexts.js +34 -0
  441. package/dist/dev/src/scopes/contexts.js.map +1 -0
  442. package/dist/dev/src/scopes/csharp.js +25 -0
  443. package/dist/dev/src/scopes/csharp.js.map +1 -0
  444. package/dist/dev/src/scopes/factories.js +25 -0
  445. package/dist/dev/src/scopes/factories.js.map +1 -0
  446. package/dist/dev/src/scopes/index.js +10 -0
  447. package/dist/dev/src/scopes/index.js.map +1 -0
  448. package/dist/dev/src/scopes/lexical.js +8 -0
  449. package/dist/dev/src/scopes/lexical.js.map +1 -0
  450. package/dist/dev/src/scopes/method.js +14 -0
  451. package/dist/dev/src/scopes/method.js.map +1 -0
  452. package/dist/dev/src/scopes/named-type.js +33 -0
  453. package/dist/dev/src/scopes/named-type.js.map +1 -0
  454. package/dist/dev/src/scopes/namespace.js +39 -0
  455. package/dist/dev/src/scopes/namespace.js.map +1 -0
  456. package/dist/dev/src/scopes/source-file.js +44 -0
  457. package/dist/dev/src/scopes/source-file.js.map +1 -0
  458. package/dist/dev/src/symbols/csharp.js +263 -0
  459. package/dist/dev/src/symbols/csharp.js.map +1 -0
  460. package/dist/dev/src/symbols/factories.js +145 -0
  461. package/dist/dev/src/symbols/factories.js.map +1 -0
  462. package/dist/dev/src/symbols/index.js +7 -0
  463. package/dist/dev/src/symbols/index.js.map +1 -0
  464. package/dist/dev/src/symbols/method.js +16 -0
  465. package/dist/dev/src/symbols/method.js.map +1 -0
  466. package/dist/dev/src/symbols/named-type.js +42 -0
  467. package/dist/dev/src/symbols/named-type.js.map +1 -0
  468. package/dist/dev/src/symbols/namespace.js +55 -0
  469. package/dist/dev/src/symbols/namespace.js.map +1 -0
  470. package/dist/dev/src/symbols/reference.js +79 -0
  471. package/dist/dev/src/symbols/reference.js.map +1 -0
  472. package/dist/dev/test/utils.js +111 -0
  473. package/dist/dev/test/utils.js.map +1 -0
  474. package/dist/dev/test/vitest.setup.js +2 -0
  475. package/dist/dev/test/vitest.setup.js.map +1 -0
  476. package/dist/dev/testing/create-wrapper.js +13 -0
  477. package/dist/dev/testing/create-wrapper.js.map +1 -0
  478. package/dist/dev/testing/create-wrapper.test.js +300 -0
  479. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  480. package/dist/dev/testing/index.js +2 -0
  481. package/dist/dev/testing/index.js.map +1 -0
  482. package/dist/src/components/access-expression/access-expression.d.ts +7 -2
  483. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  484. package/dist/src/components/access-expression/access-expression.js +108 -197
  485. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  486. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  487. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  488. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  489. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  490. package/dist/src/components/constructor/constructor.d.ts +34 -0
  491. package/dist/src/components/constructor/constructor.d.ts.map +1 -1
  492. package/dist/src/components/constructor/constructor.js +41 -4
  493. package/dist/src/components/constructor/constructor.js.map +1 -1
  494. package/dist/src/components/constructor/constructor.test.js +114 -0
  495. package/dist/src/components/constructor/constructor.test.js.map +1 -1
  496. package/dist/src/components/doc/from-markdown.js +1 -1
  497. package/dist/src/components/doc/from-markdown.js.map +1 -1
  498. package/dist/src/components/enum/declaration.d.ts +2 -0
  499. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  500. package/dist/src/components/enum/declaration.js +6 -1
  501. package/dist/src/components/enum/declaration.js.map +1 -1
  502. package/dist/src/components/enum/declaration.test.js +24 -0
  503. package/dist/src/components/enum/declaration.test.js.map +1 -1
  504. package/dist/src/components/enum/member.d.ts +4 -2
  505. package/dist/src/components/enum/member.d.ts.map +1 -1
  506. package/dist/src/components/enum/member.js +8 -3
  507. package/dist/src/components/enum/member.js.map +1 -1
  508. package/dist/src/components/enum/member.test.js +26 -0
  509. package/dist/src/components/enum/member.test.js.map +1 -1
  510. package/dist/src/components/lexical-scope.d.ts.map +1 -1
  511. package/dist/src/components/lexical-scope.js +4 -3
  512. package/dist/src/components/lexical-scope.js.map +1 -1
  513. package/dist/src/components/method/method.test.js +48 -0
  514. package/dist/src/components/method/method.test.js.map +1 -1
  515. package/dist/src/components/method-scope.d.ts.map +1 -1
  516. package/dist/src/components/method-scope.js +4 -3
  517. package/dist/src/components/method-scope.js.map +1 -1
  518. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  519. package/dist/src/components/namespace/namespace.js +13 -14
  520. package/dist/src/components/namespace/namespace.js.map +1 -1
  521. package/dist/src/components/namespace/namespace.test.js +66 -4
  522. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  523. package/dist/src/components/namespace-scopes.d.ts +16 -0
  524. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  525. package/dist/src/components/namespace-scopes.js +8 -1
  526. package/dist/src/components/namespace-scopes.js.map +1 -1
  527. package/dist/src/components/namespace.ref.test.js +62 -9
  528. package/dist/src/components/namespace.ref.test.js.map +1 -1
  529. package/dist/src/components/property/property.d.ts +42 -4
  530. package/dist/src/components/property/property.d.ts.map +1 -1
  531. package/dist/src/components/property/property.js +64 -11
  532. package/dist/src/components/property/property.js.map +1 -1
  533. package/dist/src/components/property/property.test.js +104 -0
  534. package/dist/src/components/property/property.test.js.map +1 -1
  535. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  536. package/dist/src/components/source-file/source-file.js +9 -5
  537. package/dist/src/components/source-file/source-file.js.map +1 -1
  538. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  539. package/dist/src/contexts/global-namespace.js +4 -4
  540. package/dist/src/contexts/global-namespace.js.map +1 -1
  541. package/dist/src/create-library.d.ts.map +1 -1
  542. package/dist/src/create-library.js +7 -7
  543. package/dist/src/create-library.js.map +1 -1
  544. package/dist/src/identifier-utils.d.ts +22 -0
  545. package/dist/src/identifier-utils.d.ts.map +1 -0
  546. package/dist/src/identifier-utils.js +45 -0
  547. package/dist/src/identifier-utils.js.map +1 -0
  548. package/dist/src/index.d.ts +2 -0
  549. package/dist/src/index.d.ts.map +1 -1
  550. package/dist/src/index.js +2 -0
  551. package/dist/src/index.js.map +1 -1
  552. package/dist/src/keywords.d.ts +32 -0
  553. package/dist/src/keywords.d.ts.map +1 -0
  554. package/dist/src/keywords.js +39 -0
  555. package/dist/src/keywords.js.map +1 -0
  556. package/dist/src/name-policy.d.ts +7 -0
  557. package/dist/src/name-policy.d.ts.map +1 -1
  558. package/dist/src/name-policy.js +29 -6
  559. package/dist/src/name-policy.js.map +1 -1
  560. package/dist/src/name-policy.test.d.ts +2 -0
  561. package/dist/src/name-policy.test.d.ts.map +1 -0
  562. package/dist/src/name-policy.test.js +167 -0
  563. package/dist/src/name-policy.test.js.map +1 -0
  564. package/dist/src/scopes/csharp.d.ts +1 -0
  565. package/dist/src/scopes/csharp.d.ts.map +1 -1
  566. package/dist/src/scopes/csharp.js +10 -0
  567. package/dist/src/scopes/csharp.js.map +1 -1
  568. package/dist/src/scopes/factories.d.ts.map +1 -1
  569. package/dist/src/scopes/factories.js +4 -3
  570. package/dist/src/scopes/factories.js.map +1 -1
  571. package/dist/src/scopes/namespace.js +2 -2
  572. package/dist/src/scopes/namespace.js.map +1 -1
  573. package/dist/src/symbols/csharp.d.ts +1 -0
  574. package/dist/src/symbols/csharp.d.ts.map +1 -1
  575. package/dist/src/symbols/csharp.js +19 -2
  576. package/dist/src/symbols/csharp.js.map +1 -1
  577. package/dist/src/symbols/factories.d.ts.map +1 -1
  578. package/dist/src/symbols/factories.js +42 -10
  579. package/dist/src/symbols/factories.js.map +1 -1
  580. package/dist/src/symbols/named-type.d.ts +1 -0
  581. package/dist/src/symbols/named-type.d.ts.map +1 -1
  582. package/dist/src/symbols/named-type.js +12 -1
  583. package/dist/src/symbols/named-type.js.map +1 -1
  584. package/dist/src/symbols/namespace.d.ts +1 -0
  585. package/dist/src/symbols/namespace.d.ts.map +1 -1
  586. package/dist/src/symbols/namespace.js +11 -1
  587. package/dist/src/symbols/namespace.js.map +1 -1
  588. package/dist/testing/create-wrapper.d.ts.map +1 -1
  589. package/dist/testing/create-wrapper.js +2 -1
  590. package/dist/testing/create-wrapper.js.map +1 -1
  591. package/dist/tsconfig.tsbuildinfo +1 -1
  592. package/docs/api/components/AttributeList.md +34 -0
  593. package/docs/api/components/ClassDeclaration.md +104 -0
  594. package/docs/api/components/Constructor.md +61 -0
  595. package/docs/api/components/CsprojFile.md +34 -0
  596. package/docs/api/components/Declaration.md +32 -0
  597. package/docs/api/components/DocC.md +27 -0
  598. package/docs/api/components/DocCode.md +27 -0
  599. package/docs/api/components/DocComment.md +27 -0
  600. package/docs/api/components/DocDescription.md +27 -0
  601. package/docs/api/components/DocExample.md +27 -0
  602. package/docs/api/components/DocException.md +27 -0
  603. package/docs/api/components/DocFromMarkdown.md +27 -0
  604. package/docs/api/components/DocInclude.md +26 -0
  605. package/docs/api/components/DocList.md +26 -0
  606. package/docs/api/components/DocPara.md +27 -0
  607. package/docs/api/components/DocParam.md +28 -0
  608. package/docs/api/components/DocParamRef.md +25 -0
  609. package/docs/api/components/DocPermission.md +27 -0
  610. package/docs/api/components/DocRemarks.md +27 -0
  611. package/docs/api/components/DocReturns.md +27 -0
  612. package/docs/api/components/DocSee.md +30 -0
  613. package/docs/api/components/DocSeeAlso.md +29 -0
  614. package/docs/api/components/DocSummary.md +27 -0
  615. package/docs/api/components/DocTypeParam.md +28 -0
  616. package/docs/api/components/DocTypeParamRef.md +25 -0
  617. package/docs/api/components/DocValue.md +27 -0
  618. package/docs/api/components/DocWhen.md +27 -0
  619. package/docs/api/components/ElseClause.md +29 -0
  620. package/docs/api/components/ElseIfClause.md +30 -0
  621. package/docs/api/components/EnumDeclaration.md +76 -0
  622. package/docs/api/components/EnumMember.md +31 -0
  623. package/docs/api/components/Field.md +67 -0
  624. package/docs/api/components/IfStatement.md +30 -0
  625. package/docs/api/components/InterfaceDeclaration.md +82 -0
  626. package/docs/api/components/InterfaceMethod.md +68 -0
  627. package/docs/api/components/InterfaceProperty.md +78 -0
  628. package/docs/api/components/InvocationExpression.md +49 -0
  629. package/docs/api/components/LexicalScope.md +65 -0
  630. package/docs/api/components/Method.md +92 -0
  631. package/docs/api/components/MethodScope.md +65 -0
  632. package/docs/api/components/Name.md +19 -0
  633. package/docs/api/components/Namespace.md +35 -0
  634. package/docs/api/components/Parameter.md +58 -0
  635. package/docs/api/components/Parameters_2.md +27 -0
  636. package/docs/api/components/Property.md +110 -0
  637. package/docs/api/components/RecordDeclaration.md +84 -0
  638. package/docs/api/components/Reference.md +25 -0
  639. package/docs/api/components/Region.md +28 -0
  640. package/docs/api/components/SourceFile.md +45 -0
  641. package/docs/api/components/StructDeclaration.md +94 -0
  642. package/docs/api/components/UsingNamespaceDirective.md +25 -0
  643. package/docs/api/components/Usings.md +40 -0
  644. package/docs/api/components/VarDeclaration.md +74 -0
  645. package/docs/api/components/index.md +55 -0
  646. package/docs/api/contexts/csharp-context.md +21 -0
  647. package/docs/api/contexts/index.md +3 -0
  648. package/docs/api/functions/access.md +35 -0
  649. package/docs/api/functions/accessibilityFromProps.md +18 -0
  650. package/docs/api/functions/computeModifiersPrefix.md +20 -0
  651. package/docs/api/functions/createCSharpNamePolicy.md +21 -0
  652. package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
  653. package/docs/api/functions/createClassScope.md +27 -0
  654. package/docs/api/functions/createFieldSymbol.md +43 -0
  655. package/docs/api/functions/createLibrary.md +19 -0
  656. package/docs/api/functions/createMethodScope.md +26 -0
  657. package/docs/api/functions/createMethodSymbol.md +34 -0
  658. package/docs/api/functions/createNamedTypeScope.md +27 -0
  659. package/docs/api/functions/createNamedTypeSymbol.md +35 -0
  660. package/docs/api/functions/createNamespaceSymbol.md +43 -0
  661. package/docs/api/functions/createParameterSymbol.md +45 -0
  662. package/docs/api/functions/createPropertySymbol.md +43 -0
  663. package/docs/api/functions/createTypeParameterSymbol.md +34 -0
  664. package/docs/api/functions/createVariableSymbol.md +43 -0
  665. package/docs/api/functions/getAccessModifier.md +18 -0
  666. package/docs/api/functions/getAsyncModifier.md +18 -0
  667. package/docs/api/functions/index.md +37 -0
  668. package/docs/api/functions/isCSharpContextualKeyword.md +20 -0
  669. package/docs/api/functions/isCSharpKeyword.md +22 -0
  670. package/docs/api/functions/isValidCSharpIdentifier.md +20 -0
  671. package/docs/api/functions/makeModifiers.md +18 -0
  672. package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
  673. package/docs/api/functions/ref.md +18 -0
  674. package/docs/api/functions/sanitizeCSharpIdentifier.md +24 -0
  675. package/docs/api/functions/useCSharpNamePolicy.md +17 -0
  676. package/docs/api/functions/useCSharpScope.md +17 -0
  677. package/docs/api/functions/useCsharpFormatOptions.md +18 -0
  678. package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
  679. package/docs/api/functions/useLexicalScope.md +17 -0
  680. package/docs/api/functions/useMethodScope.md +17 -0
  681. package/docs/api/functions/useNamedTypeScope.md +17 -0
  682. package/docs/api/functions/useNamespace.md +17 -0
  683. package/docs/api/functions/useSourceFileScope.md +17 -0
  684. package/docs/api/index.md +7 -0
  685. package/docs/api/types/AccessExpressionBuilder.md +11 -0
  686. package/docs/api/types/AccessExpressionPartProps.md +17 -0
  687. package/docs/api/types/AccessModifiers.md +13 -0
  688. package/docs/api/types/AttributeProps.md +8 -0
  689. package/docs/api/types/AttributesProp.md +5 -0
  690. package/docs/api/types/CSharpClassScope.md +9 -0
  691. package/docs/api/types/CSharpElements.md +5 -0
  692. package/docs/api/types/CSharpFormatOptions.md +5 -0
  693. package/docs/api/types/CSharpLexicalScope.md +10 -0
  694. package/docs/api/types/CSharpMethodScope.md +12 -0
  695. package/docs/api/types/CSharpNamedTypeScope.md +16 -0
  696. package/docs/api/types/CSharpNamespaceScope.md +10 -0
  697. package/docs/api/types/CSharpProjectSdk.md +5 -0
  698. package/docs/api/types/CSharpScope.md +12 -0
  699. package/docs/api/types/CSharpSourceFileScope.md +13 -0
  700. package/docs/api/types/CSharpSymbol.md +30 -0
  701. package/docs/api/types/CSharpSymbolKinds.md +5 -0
  702. package/docs/api/types/CSharpSymbolOptions.md +17 -0
  703. package/docs/api/types/ClassDescriptor.md +9 -0
  704. package/docs/api/types/ClassModifiers.md +10 -0
  705. package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
  706. package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
  707. package/docs/api/types/DeclarationModifiers.md +8 -0
  708. package/docs/api/types/DeclaredAccessibility.md +5 -0
  709. package/docs/api/types/Descriptor.md +5 -0
  710. package/docs/api/types/DocCommentTagProps.md +7 -0
  711. package/docs/api/types/EnumDescriptor.md +9 -0
  712. package/docs/api/types/FieldDescriptor.md +9 -0
  713. package/docs/api/types/FieldModifiers.md +12 -0
  714. package/docs/api/types/GenericDescriptor.md +7 -0
  715. package/docs/api/types/InterfaceDescriptor.md +9 -0
  716. package/docs/api/types/InterfaceMethodModifiers.md +9 -0
  717. package/docs/api/types/InterfaceModifiers.md +7 -0
  718. package/docs/api/types/InterfacePropertyModifiers.md +9 -0
  719. package/docs/api/types/LexicalScopeProps.md +5 -0
  720. package/docs/api/types/LibraryFrom.md +7 -0
  721. package/docs/api/types/MemberDescriptor.md +16 -0
  722. package/docs/api/types/MethodDescriptor.md +10 -0
  723. package/docs/api/types/MethodKinds.md +5 -0
  724. package/docs/api/types/MethodModifiers.md +15 -0
  725. package/docs/api/types/MethodScopeProps.md +5 -0
  726. package/docs/api/types/MethodSymbol.md +13 -0
  727. package/docs/api/types/NamedTypeDescriptor.md +11 -0
  728. package/docs/api/types/NamedTypeSymbol.md +17 -0
  729. package/docs/api/types/NamedTypeSymbolKind.md +5 -0
  730. package/docs/api/types/NamedTypeTypeKind.md +5 -0
  731. package/docs/api/types/NamespaceDescriptor.md +8 -0
  732. package/docs/api/types/NamespaceSymbol.md +16 -0
  733. package/docs/api/types/NamespaceSymbolOptions.md +9 -0
  734. package/docs/api/types/NonAccessModifiers.md +13 -0
  735. package/docs/api/types/PropertyDescriptor_2.md +9 -0
  736. package/docs/api/types/PropertyModifiers.md +17 -0
  737. package/docs/api/types/RecordDescriptor.md +9 -0
  738. package/docs/api/types/RecordModifiers.md +7 -0
  739. package/docs/api/types/ResolveDescriptor.md +7 -0
  740. package/docs/api/types/StructDescriptor.md +9 -0
  741. package/docs/api/types/StructModifiers.md +10 -0
  742. package/docs/api/types/TypeParameterProps.md +11 -0
  743. package/docs/api/types/VarModifiers.md +8 -0
  744. package/docs/api/types/index.md +62 -0
  745. package/docs/api/variables/Attribute.md +21 -0
  746. package/docs/api/variables/csharpKeywords.md +11 -0
  747. package/docs/api/variables/index.md +4 -0
  748. package/package.json +19 -8
  749. package/src/components/access-expression/access-expression.tsx +146 -243
  750. package/src/components/access-expression/part-descriptors.ts +0 -186
  751. package/src/components/constructor/constructor.test.tsx +91 -0
  752. package/src/components/constructor/constructor.tsx +86 -1
  753. package/src/components/doc/from-markdown.tsx +4 -1
  754. package/src/components/enum/declaration.test.tsx +20 -0
  755. package/src/components/enum/declaration.tsx +4 -0
  756. package/src/components/enum/member.test.tsx +21 -0
  757. package/src/components/enum/member.tsx +21 -5
  758. package/src/components/lexical-scope.tsx +15 -4
  759. package/src/components/method/method.test.tsx +36 -0
  760. package/src/components/method-scope.tsx +15 -4
  761. package/src/components/namespace/namespace.test.tsx +47 -3
  762. package/src/components/namespace/namespace.tsx +17 -9
  763. package/src/components/namespace-scopes.tsx +25 -1
  764. package/src/components/namespace.ref.test.tsx +50 -9
  765. package/src/components/property/property.test.tsx +89 -0
  766. package/src/components/property/property.tsx +111 -16
  767. package/src/components/source-file/source-file.tsx +12 -6
  768. package/src/contexts/global-namespace.ts +11 -6
  769. package/src/create-library.ts +18 -9
  770. package/src/identifier-utils.ts +45 -0
  771. package/src/index.ts +2 -0
  772. package/src/keywords.ts +162 -0
  773. package/src/name-policy.test.ts +210 -0
  774. package/src/name-policy.ts +30 -6
  775. package/src/scopes/csharp.ts +11 -0
  776. package/src/scopes/factories.ts +4 -4
  777. package/src/scopes/namespace.ts +2 -2
  778. package/src/symbols/csharp.ts +20 -1
  779. package/src/symbols/factories.ts +46 -34
  780. package/src/symbols/named-type.ts +15 -3
  781. package/src/symbols/namespace.ts +12 -2
  782. package/temp/api.json +546 -249
  783. package/testing/create-wrapper.tsx +2 -1
  784. package/vitest.config.ts +8 -0
@@ -0,0 +1,2218 @@
1
+ import Immutable from "../../../Collections/Immutable/index.js";
2
+ import System from "../../../index.js";
3
+ import Metadata from "../index.js";
4
+ import { createLibrary } from "#createLibrary";
5
+ const Ecma335 = createLibrary("System.Reflection.Metadata.Ecma335", {
6
+ ArrayShapeEncoder: {
7
+ kind: "struct",
8
+ members: {
9
+ ArrayShapeEncoder: {
10
+ kind: "method",
11
+ methodKind: "constructor"
12
+ },
13
+ Shape: {
14
+ kind: "method",
15
+ methodKind: "ordinary"
16
+ },
17
+ Builder: {
18
+ kind: "property",
19
+ type: () => {
20
+ return Metadata.BlobBuilder;
21
+ }
22
+ }
23
+ }
24
+ },
25
+ BlobEncoder: {
26
+ kind: "struct",
27
+ members: {
28
+ BlobEncoder: {
29
+ kind: "method",
30
+ methodKind: "constructor"
31
+ },
32
+ CustomAttributeSignature: {
33
+ kind: "method",
34
+ methodKind: "ordinary"
35
+ },
36
+ Field: {
37
+ kind: "method",
38
+ methodKind: "ordinary"
39
+ },
40
+ FieldSignature: {
41
+ kind: "method",
42
+ methodKind: "ordinary"
43
+ },
44
+ LocalVariableSignature: {
45
+ kind: "method",
46
+ methodKind: "ordinary"
47
+ },
48
+ MethodSignature: {
49
+ kind: "method",
50
+ methodKind: "ordinary"
51
+ },
52
+ MethodSpecificationSignature: {
53
+ kind: "method",
54
+ methodKind: "ordinary"
55
+ },
56
+ PermissionSetArguments: {
57
+ kind: "method",
58
+ methodKind: "ordinary"
59
+ },
60
+ PermissionSetBlob: {
61
+ kind: "method",
62
+ methodKind: "ordinary"
63
+ },
64
+ PropertySignature: {
65
+ kind: "method",
66
+ methodKind: "ordinary"
67
+ },
68
+ TypeSpecificationSignature: {
69
+ kind: "method",
70
+ methodKind: "ordinary"
71
+ },
72
+ Builder: {
73
+ kind: "property",
74
+ type: () => {
75
+ return Metadata.BlobBuilder;
76
+ }
77
+ }
78
+ }
79
+ },
80
+ CodedIndex: {
81
+ kind: "class",
82
+ members: {
83
+ CustomAttributeType: {
84
+ kind: "method",
85
+ methodKind: "ordinary",
86
+ isStatic: true
87
+ },
88
+ HasConstant: {
89
+ kind: "method",
90
+ methodKind: "ordinary",
91
+ isStatic: true
92
+ },
93
+ HasCustomAttribute: {
94
+ kind: "method",
95
+ methodKind: "ordinary",
96
+ isStatic: true
97
+ },
98
+ HasCustomDebugInformation: {
99
+ kind: "method",
100
+ methodKind: "ordinary",
101
+ isStatic: true
102
+ },
103
+ HasDeclSecurity: {
104
+ kind: "method",
105
+ methodKind: "ordinary",
106
+ isStatic: true
107
+ },
108
+ HasFieldMarshal: {
109
+ kind: "method",
110
+ methodKind: "ordinary",
111
+ isStatic: true
112
+ },
113
+ HasSemantics: {
114
+ kind: "method",
115
+ methodKind: "ordinary",
116
+ isStatic: true
117
+ },
118
+ Implementation: {
119
+ kind: "method",
120
+ methodKind: "ordinary",
121
+ isStatic: true
122
+ },
123
+ MemberForwarded: {
124
+ kind: "method",
125
+ methodKind: "ordinary",
126
+ isStatic: true
127
+ },
128
+ MemberRefParent: {
129
+ kind: "method",
130
+ methodKind: "ordinary",
131
+ isStatic: true
132
+ },
133
+ MethodDefOrRef: {
134
+ kind: "method",
135
+ methodKind: "ordinary",
136
+ isStatic: true
137
+ },
138
+ ResolutionScope: {
139
+ kind: "method",
140
+ methodKind: "ordinary",
141
+ isStatic: true
142
+ },
143
+ TypeDefOrRef: {
144
+ kind: "method",
145
+ methodKind: "ordinary",
146
+ isStatic: true
147
+ },
148
+ TypeDefOrRefOrSpec: {
149
+ kind: "method",
150
+ methodKind: "ordinary",
151
+ isStatic: true
152
+ },
153
+ TypeOrMethodDef: {
154
+ kind: "method",
155
+ methodKind: "ordinary",
156
+ isStatic: true
157
+ }
158
+ },
159
+ isStatic: true
160
+ },
161
+ ControlFlowBuilder: {
162
+ kind: "class",
163
+ members: {
164
+ ControlFlowBuilder: {
165
+ kind: "method",
166
+ methodKind: "constructor"
167
+ },
168
+ AddCatchRegion: {
169
+ kind: "method",
170
+ methodKind: "ordinary"
171
+ },
172
+ AddFaultRegion: {
173
+ kind: "method",
174
+ methodKind: "ordinary"
175
+ },
176
+ AddFilterRegion: {
177
+ kind: "method",
178
+ methodKind: "ordinary"
179
+ },
180
+ AddFinallyRegion: {
181
+ kind: "method",
182
+ methodKind: "ordinary"
183
+ },
184
+ Clear: {
185
+ kind: "method",
186
+ methodKind: "ordinary"
187
+ }
188
+ },
189
+ isSealed: true
190
+ },
191
+ CustomAttributeArrayTypeEncoder: {
192
+ kind: "struct",
193
+ members: {
194
+ CustomAttributeArrayTypeEncoder: {
195
+ kind: "method",
196
+ methodKind: "constructor"
197
+ },
198
+ ElementType: {
199
+ kind: "method",
200
+ methodKind: "ordinary"
201
+ },
202
+ ObjectArray: {
203
+ kind: "method",
204
+ methodKind: "ordinary"
205
+ },
206
+ Builder: {
207
+ kind: "property",
208
+ type: () => {
209
+ return Metadata.BlobBuilder;
210
+ }
211
+ }
212
+ }
213
+ },
214
+ CustomAttributeElementTypeEncoder: {
215
+ kind: "struct",
216
+ members: {
217
+ CustomAttributeElementTypeEncoder: {
218
+ kind: "method",
219
+ methodKind: "constructor"
220
+ },
221
+ Boolean: {
222
+ kind: "method",
223
+ methodKind: "ordinary"
224
+ },
225
+ Byte: {
226
+ kind: "method",
227
+ methodKind: "ordinary"
228
+ },
229
+ Char: {
230
+ kind: "method",
231
+ methodKind: "ordinary"
232
+ },
233
+ Double: {
234
+ kind: "method",
235
+ methodKind: "ordinary"
236
+ },
237
+ Enum: {
238
+ kind: "method",
239
+ methodKind: "ordinary"
240
+ },
241
+ Int16: {
242
+ kind: "method",
243
+ methodKind: "ordinary"
244
+ },
245
+ Int32: {
246
+ kind: "method",
247
+ methodKind: "ordinary"
248
+ },
249
+ Int64: {
250
+ kind: "method",
251
+ methodKind: "ordinary"
252
+ },
253
+ PrimitiveType: {
254
+ kind: "method",
255
+ methodKind: "ordinary"
256
+ },
257
+ SByte: {
258
+ kind: "method",
259
+ methodKind: "ordinary"
260
+ },
261
+ Single: {
262
+ kind: "method",
263
+ methodKind: "ordinary"
264
+ },
265
+ String: {
266
+ kind: "method",
267
+ methodKind: "ordinary"
268
+ },
269
+ SystemType: {
270
+ kind: "method",
271
+ methodKind: "ordinary"
272
+ },
273
+ UInt16: {
274
+ kind: "method",
275
+ methodKind: "ordinary"
276
+ },
277
+ UInt32: {
278
+ kind: "method",
279
+ methodKind: "ordinary"
280
+ },
281
+ UInt64: {
282
+ kind: "method",
283
+ methodKind: "ordinary"
284
+ },
285
+ Builder: {
286
+ kind: "property",
287
+ type: () => {
288
+ return Metadata.BlobBuilder;
289
+ }
290
+ }
291
+ }
292
+ },
293
+ CustomAttributeNamedArgumentsEncoder: {
294
+ kind: "struct",
295
+ members: {
296
+ CustomAttributeNamedArgumentsEncoder: {
297
+ kind: "method",
298
+ methodKind: "constructor"
299
+ },
300
+ Count: {
301
+ kind: "method",
302
+ methodKind: "ordinary"
303
+ },
304
+ Builder: {
305
+ kind: "property",
306
+ type: () => {
307
+ return Metadata.BlobBuilder;
308
+ }
309
+ }
310
+ }
311
+ },
312
+ CustomModifiersEncoder: {
313
+ kind: "struct",
314
+ members: {
315
+ CustomModifiersEncoder: {
316
+ kind: "method",
317
+ methodKind: "constructor"
318
+ },
319
+ AddModifier: {
320
+ kind: "method",
321
+ methodKind: "ordinary"
322
+ },
323
+ Builder: {
324
+ kind: "property",
325
+ type: () => {
326
+ return Metadata.BlobBuilder;
327
+ }
328
+ }
329
+ }
330
+ },
331
+ EditAndContinueLogEntry: {
332
+ kind: "struct",
333
+ members: {
334
+ EditAndContinueLogEntry: {
335
+ kind: "method",
336
+ methodKind: "constructor"
337
+ },
338
+ Equals: {
339
+ kind: "method",
340
+ methodKind: "ordinary",
341
+ isOverride: true
342
+ },
343
+ GetHashCode: {
344
+ kind: "method",
345
+ methodKind: "ordinary",
346
+ isOverride: true
347
+ },
348
+ Handle: {
349
+ kind: "property",
350
+ type: () => {
351
+ return Metadata.EntityHandle;
352
+ }
353
+ },
354
+ Operation: {
355
+ kind: "property",
356
+ type: () => {
357
+ return Ecma335.EditAndContinueOperation;
358
+ }
359
+ }
360
+ }
361
+ },
362
+ EditAndContinueOperation: {
363
+ kind: "enum",
364
+ members: {
365
+ Default: {
366
+ kind: "field",
367
+ type: () => {
368
+ return Ecma335.EditAndContinueOperation;
369
+ }
370
+ },
371
+ AddMethod: {
372
+ kind: "field",
373
+ type: () => {
374
+ return Ecma335.EditAndContinueOperation;
375
+ }
376
+ },
377
+ AddField: {
378
+ kind: "field",
379
+ type: () => {
380
+ return Ecma335.EditAndContinueOperation;
381
+ }
382
+ },
383
+ AddParameter: {
384
+ kind: "field",
385
+ type: () => {
386
+ return Ecma335.EditAndContinueOperation;
387
+ }
388
+ },
389
+ AddProperty: {
390
+ kind: "field",
391
+ type: () => {
392
+ return Ecma335.EditAndContinueOperation;
393
+ }
394
+ },
395
+ AddEvent: {
396
+ kind: "field",
397
+ type: () => {
398
+ return Ecma335.EditAndContinueOperation;
399
+ }
400
+ }
401
+ }
402
+ },
403
+ ExceptionRegionEncoder: {
404
+ kind: "struct",
405
+ members: {
406
+ Add: {
407
+ kind: "method",
408
+ methodKind: "ordinary"
409
+ },
410
+ AddCatch: {
411
+ kind: "method",
412
+ methodKind: "ordinary"
413
+ },
414
+ AddFault: {
415
+ kind: "method",
416
+ methodKind: "ordinary"
417
+ },
418
+ AddFilter: {
419
+ kind: "method",
420
+ methodKind: "ordinary"
421
+ },
422
+ AddFinally: {
423
+ kind: "method",
424
+ methodKind: "ordinary"
425
+ },
426
+ IsSmallExceptionRegion: {
427
+ kind: "method",
428
+ methodKind: "ordinary",
429
+ isStatic: true
430
+ },
431
+ IsSmallRegionCount: {
432
+ kind: "method",
433
+ methodKind: "ordinary",
434
+ isStatic: true
435
+ },
436
+ Builder: {
437
+ kind: "property",
438
+ type: () => {
439
+ return Metadata.BlobBuilder;
440
+ }
441
+ },
442
+ HasSmallFormat: {
443
+ kind: "property",
444
+ type: () => {
445
+ return System.Boolean;
446
+ }
447
+ }
448
+ }
449
+ },
450
+ ExportedTypeExtensions: {
451
+ kind: "class",
452
+ members: {
453
+ GetTypeDefinitionId: {
454
+ kind: "method",
455
+ methodKind: "ordinary",
456
+ isStatic: true
457
+ }
458
+ },
459
+ isStatic: true
460
+ },
461
+ FieldTypeEncoder: {
462
+ kind: "struct",
463
+ members: {
464
+ FieldTypeEncoder: {
465
+ kind: "method",
466
+ methodKind: "constructor"
467
+ },
468
+ CustomModifiers: {
469
+ kind: "method",
470
+ methodKind: "ordinary"
471
+ },
472
+ Type: {
473
+ kind: "method",
474
+ methodKind: "ordinary"
475
+ },
476
+ TypedReference: {
477
+ kind: "method",
478
+ methodKind: "ordinary"
479
+ },
480
+ Builder: {
481
+ kind: "property",
482
+ type: () => {
483
+ return Metadata.BlobBuilder;
484
+ }
485
+ }
486
+ }
487
+ },
488
+ FixedArgumentsEncoder: {
489
+ kind: "struct",
490
+ members: {
491
+ FixedArgumentsEncoder: {
492
+ kind: "method",
493
+ methodKind: "constructor"
494
+ },
495
+ AddArgument: {
496
+ kind: "method",
497
+ methodKind: "ordinary"
498
+ },
499
+ Builder: {
500
+ kind: "property",
501
+ type: () => {
502
+ return Metadata.BlobBuilder;
503
+ }
504
+ }
505
+ }
506
+ },
507
+ FunctionPointerAttributes: {
508
+ kind: "enum",
509
+ members: {
510
+ None: {
511
+ kind: "field",
512
+ type: () => {
513
+ return Ecma335.FunctionPointerAttributes;
514
+ }
515
+ },
516
+ HasThis: {
517
+ kind: "field",
518
+ type: () => {
519
+ return Ecma335.FunctionPointerAttributes;
520
+ }
521
+ },
522
+ HasExplicitThis: {
523
+ kind: "field",
524
+ type: () => {
525
+ return Ecma335.FunctionPointerAttributes;
526
+ }
527
+ }
528
+ }
529
+ },
530
+ GenericTypeArgumentsEncoder: {
531
+ kind: "struct",
532
+ members: {
533
+ GenericTypeArgumentsEncoder: {
534
+ kind: "method",
535
+ methodKind: "constructor"
536
+ },
537
+ AddArgument: {
538
+ kind: "method",
539
+ methodKind: "ordinary"
540
+ },
541
+ Builder: {
542
+ kind: "property",
543
+ type: () => {
544
+ return Metadata.BlobBuilder;
545
+ }
546
+ }
547
+ }
548
+ },
549
+ HeapIndex: {
550
+ kind: "enum",
551
+ members: {
552
+ UserString: {
553
+ kind: "field",
554
+ type: () => {
555
+ return Ecma335.HeapIndex;
556
+ }
557
+ },
558
+ String: {
559
+ kind: "field",
560
+ type: () => {
561
+ return Ecma335.HeapIndex;
562
+ }
563
+ },
564
+ Blob: {
565
+ kind: "field",
566
+ type: () => {
567
+ return Ecma335.HeapIndex;
568
+ }
569
+ },
570
+ Guid: {
571
+ kind: "field",
572
+ type: () => {
573
+ return Ecma335.HeapIndex;
574
+ }
575
+ }
576
+ }
577
+ },
578
+ InstructionEncoder: {
579
+ kind: "struct",
580
+ members: {
581
+ InstructionEncoder: {
582
+ kind: "method",
583
+ methodKind: "constructor"
584
+ },
585
+ Branch: {
586
+ kind: "method",
587
+ methodKind: "ordinary"
588
+ },
589
+ Call: {
590
+ kind: "method",
591
+ methodKind: "ordinary"
592
+ },
593
+ CallIndirect: {
594
+ kind: "method",
595
+ methodKind: "ordinary"
596
+ },
597
+ DefineLabel: {
598
+ kind: "method",
599
+ methodKind: "ordinary"
600
+ },
601
+ LoadArgument: {
602
+ kind: "method",
603
+ methodKind: "ordinary"
604
+ },
605
+ LoadArgumentAddress: {
606
+ kind: "method",
607
+ methodKind: "ordinary"
608
+ },
609
+ LoadConstantI4: {
610
+ kind: "method",
611
+ methodKind: "ordinary"
612
+ },
613
+ LoadConstantI8: {
614
+ kind: "method",
615
+ methodKind: "ordinary"
616
+ },
617
+ LoadConstantR4: {
618
+ kind: "method",
619
+ methodKind: "ordinary"
620
+ },
621
+ LoadConstantR8: {
622
+ kind: "method",
623
+ methodKind: "ordinary"
624
+ },
625
+ LoadLocal: {
626
+ kind: "method",
627
+ methodKind: "ordinary"
628
+ },
629
+ LoadLocalAddress: {
630
+ kind: "method",
631
+ methodKind: "ordinary"
632
+ },
633
+ LoadString: {
634
+ kind: "method",
635
+ methodKind: "ordinary"
636
+ },
637
+ MarkLabel: {
638
+ kind: "method",
639
+ methodKind: "ordinary"
640
+ },
641
+ OpCode: {
642
+ kind: "method",
643
+ methodKind: "ordinary"
644
+ },
645
+ StoreArgument: {
646
+ kind: "method",
647
+ methodKind: "ordinary"
648
+ },
649
+ StoreLocal: {
650
+ kind: "method",
651
+ methodKind: "ordinary"
652
+ },
653
+ Switch: {
654
+ kind: "method",
655
+ methodKind: "ordinary"
656
+ },
657
+ Token: {
658
+ kind: "method",
659
+ methodKind: "ordinary"
660
+ },
661
+ CodeBuilder: {
662
+ kind: "property",
663
+ type: () => {
664
+ return Metadata.BlobBuilder;
665
+ }
666
+ },
667
+ ControlFlowBuilder: {
668
+ kind: "property",
669
+ type: () => {
670
+ return Ecma335.ControlFlowBuilder;
671
+ }
672
+ },
673
+ Offset: {
674
+ kind: "property",
675
+ type: () => {
676
+ return System.Int32;
677
+ }
678
+ }
679
+ }
680
+ },
681
+ LabelHandle: {
682
+ kind: "struct",
683
+ members: {
684
+ Equals: {
685
+ kind: "method",
686
+ methodKind: "ordinary",
687
+ isOverride: true
688
+ },
689
+ GetHashCode: {
690
+ kind: "method",
691
+ methodKind: "ordinary",
692
+ isOverride: true
693
+ },
694
+ Id: {
695
+ kind: "property",
696
+ type: () => {
697
+ return System.Int32;
698
+ }
699
+ },
700
+ IsNil: {
701
+ kind: "property",
702
+ type: () => {
703
+ return System.Boolean;
704
+ }
705
+ }
706
+ }
707
+ },
708
+ LiteralEncoder: {
709
+ kind: "struct",
710
+ members: {
711
+ LiteralEncoder: {
712
+ kind: "method",
713
+ methodKind: "constructor"
714
+ },
715
+ Scalar: {
716
+ kind: "method",
717
+ methodKind: "ordinary"
718
+ },
719
+ TaggedScalar: {
720
+ kind: "method",
721
+ methodKind: "ordinary"
722
+ },
723
+ TaggedVector: {
724
+ kind: "method",
725
+ methodKind: "ordinary"
726
+ },
727
+ Vector: {
728
+ kind: "method",
729
+ methodKind: "ordinary"
730
+ },
731
+ Builder: {
732
+ kind: "property",
733
+ type: () => {
734
+ return Metadata.BlobBuilder;
735
+ }
736
+ }
737
+ }
738
+ },
739
+ LiteralsEncoder: {
740
+ kind: "struct",
741
+ members: {
742
+ LiteralsEncoder: {
743
+ kind: "method",
744
+ methodKind: "constructor"
745
+ },
746
+ AddLiteral: {
747
+ kind: "method",
748
+ methodKind: "ordinary"
749
+ },
750
+ Builder: {
751
+ kind: "property",
752
+ type: () => {
753
+ return Metadata.BlobBuilder;
754
+ }
755
+ }
756
+ }
757
+ },
758
+ LocalVariableTypeEncoder: {
759
+ kind: "struct",
760
+ members: {
761
+ LocalVariableTypeEncoder: {
762
+ kind: "method",
763
+ methodKind: "constructor"
764
+ },
765
+ CustomModifiers: {
766
+ kind: "method",
767
+ methodKind: "ordinary"
768
+ },
769
+ Type: {
770
+ kind: "method",
771
+ methodKind: "ordinary"
772
+ },
773
+ TypedReference: {
774
+ kind: "method",
775
+ methodKind: "ordinary"
776
+ },
777
+ Builder: {
778
+ kind: "property",
779
+ type: () => {
780
+ return Metadata.BlobBuilder;
781
+ }
782
+ }
783
+ }
784
+ },
785
+ LocalVariablesEncoder: {
786
+ kind: "struct",
787
+ members: {
788
+ LocalVariablesEncoder: {
789
+ kind: "method",
790
+ methodKind: "constructor"
791
+ },
792
+ AddVariable: {
793
+ kind: "method",
794
+ methodKind: "ordinary"
795
+ },
796
+ Builder: {
797
+ kind: "property",
798
+ type: () => {
799
+ return Metadata.BlobBuilder;
800
+ }
801
+ }
802
+ }
803
+ },
804
+ MetadataAggregator: {
805
+ kind: "class",
806
+ members: {
807
+ MetadataAggregator: {
808
+ kind: "method",
809
+ methodKind: "constructor"
810
+ },
811
+ GetGenerationHandle: {
812
+ kind: "method",
813
+ methodKind: "ordinary"
814
+ }
815
+ },
816
+ isSealed: true
817
+ },
818
+ MetadataBuilder: {
819
+ kind: "class",
820
+ members: {
821
+ MetadataBuilder: {
822
+ kind: "method",
823
+ methodKind: "constructor"
824
+ },
825
+ AddAssembly: {
826
+ kind: "method",
827
+ methodKind: "ordinary"
828
+ },
829
+ AddAssemblyFile: {
830
+ kind: "method",
831
+ methodKind: "ordinary"
832
+ },
833
+ AddAssemblyReference: {
834
+ kind: "method",
835
+ methodKind: "ordinary"
836
+ },
837
+ AddConstant: {
838
+ kind: "method",
839
+ methodKind: "ordinary"
840
+ },
841
+ AddCustomAttribute: {
842
+ kind: "method",
843
+ methodKind: "ordinary"
844
+ },
845
+ AddCustomDebugInformation: {
846
+ kind: "method",
847
+ methodKind: "ordinary"
848
+ },
849
+ AddDeclarativeSecurityAttribute: {
850
+ kind: "method",
851
+ methodKind: "ordinary"
852
+ },
853
+ AddDocument: {
854
+ kind: "method",
855
+ methodKind: "ordinary"
856
+ },
857
+ AddEncLogEntry: {
858
+ kind: "method",
859
+ methodKind: "ordinary"
860
+ },
861
+ AddEncMapEntry: {
862
+ kind: "method",
863
+ methodKind: "ordinary"
864
+ },
865
+ AddEvent: {
866
+ kind: "method",
867
+ methodKind: "ordinary"
868
+ },
869
+ AddEventMap: {
870
+ kind: "method",
871
+ methodKind: "ordinary"
872
+ },
873
+ AddExportedType: {
874
+ kind: "method",
875
+ methodKind: "ordinary"
876
+ },
877
+ AddFieldDefinition: {
878
+ kind: "method",
879
+ methodKind: "ordinary"
880
+ },
881
+ AddFieldLayout: {
882
+ kind: "method",
883
+ methodKind: "ordinary"
884
+ },
885
+ AddFieldRelativeVirtualAddress: {
886
+ kind: "method",
887
+ methodKind: "ordinary"
888
+ },
889
+ AddGenericParameter: {
890
+ kind: "method",
891
+ methodKind: "ordinary"
892
+ },
893
+ AddGenericParameterConstraint: {
894
+ kind: "method",
895
+ methodKind: "ordinary"
896
+ },
897
+ AddImportScope: {
898
+ kind: "method",
899
+ methodKind: "ordinary"
900
+ },
901
+ AddInterfaceImplementation: {
902
+ kind: "method",
903
+ methodKind: "ordinary"
904
+ },
905
+ AddLocalConstant: {
906
+ kind: "method",
907
+ methodKind: "ordinary"
908
+ },
909
+ AddLocalScope: {
910
+ kind: "method",
911
+ methodKind: "ordinary"
912
+ },
913
+ AddLocalVariable: {
914
+ kind: "method",
915
+ methodKind: "ordinary"
916
+ },
917
+ AddManifestResource: {
918
+ kind: "method",
919
+ methodKind: "ordinary"
920
+ },
921
+ AddMarshallingDescriptor: {
922
+ kind: "method",
923
+ methodKind: "ordinary"
924
+ },
925
+ AddMemberReference: {
926
+ kind: "method",
927
+ methodKind: "ordinary"
928
+ },
929
+ AddMethodDebugInformation: {
930
+ kind: "method",
931
+ methodKind: "ordinary"
932
+ },
933
+ AddMethodDefinition: {
934
+ kind: "method",
935
+ methodKind: "ordinary"
936
+ },
937
+ AddMethodImplementation: {
938
+ kind: "method",
939
+ methodKind: "ordinary"
940
+ },
941
+ AddMethodImport: {
942
+ kind: "method",
943
+ methodKind: "ordinary"
944
+ },
945
+ AddMethodSemantics: {
946
+ kind: "method",
947
+ methodKind: "ordinary"
948
+ },
949
+ AddMethodSpecification: {
950
+ kind: "method",
951
+ methodKind: "ordinary"
952
+ },
953
+ AddModule: {
954
+ kind: "method",
955
+ methodKind: "ordinary"
956
+ },
957
+ AddModuleReference: {
958
+ kind: "method",
959
+ methodKind: "ordinary"
960
+ },
961
+ AddNestedType: {
962
+ kind: "method",
963
+ methodKind: "ordinary"
964
+ },
965
+ AddParameter: {
966
+ kind: "method",
967
+ methodKind: "ordinary"
968
+ },
969
+ AddProperty: {
970
+ kind: "method",
971
+ methodKind: "ordinary"
972
+ },
973
+ AddPropertyMap: {
974
+ kind: "method",
975
+ methodKind: "ordinary"
976
+ },
977
+ AddStandaloneSignature: {
978
+ kind: "method",
979
+ methodKind: "ordinary"
980
+ },
981
+ AddStateMachineMethod: {
982
+ kind: "method",
983
+ methodKind: "ordinary"
984
+ },
985
+ AddTypeDefinition: {
986
+ kind: "method",
987
+ methodKind: "ordinary"
988
+ },
989
+ AddTypeLayout: {
990
+ kind: "method",
991
+ methodKind: "ordinary"
992
+ },
993
+ AddTypeReference: {
994
+ kind: "method",
995
+ methodKind: "ordinary"
996
+ },
997
+ AddTypeSpecification: {
998
+ kind: "method",
999
+ methodKind: "ordinary"
1000
+ },
1001
+ GetOrAddBlob: {
1002
+ kind: "method",
1003
+ methodKind: "ordinary"
1004
+ },
1005
+ GetOrAddBlobUTF16: {
1006
+ kind: "method",
1007
+ methodKind: "ordinary"
1008
+ },
1009
+ GetOrAddBlobUTF8: {
1010
+ kind: "method",
1011
+ methodKind: "ordinary"
1012
+ },
1013
+ GetOrAddConstantBlob: {
1014
+ kind: "method",
1015
+ methodKind: "ordinary"
1016
+ },
1017
+ GetOrAddDocumentName: {
1018
+ kind: "method",
1019
+ methodKind: "ordinary"
1020
+ },
1021
+ GetOrAddGuid: {
1022
+ kind: "method",
1023
+ methodKind: "ordinary"
1024
+ },
1025
+ GetOrAddString: {
1026
+ kind: "method",
1027
+ methodKind: "ordinary"
1028
+ },
1029
+ GetOrAddUserString: {
1030
+ kind: "method",
1031
+ methodKind: "ordinary"
1032
+ },
1033
+ GetRowCount: {
1034
+ kind: "method",
1035
+ methodKind: "ordinary"
1036
+ },
1037
+ GetRowCounts: {
1038
+ kind: "method",
1039
+ methodKind: "ordinary"
1040
+ },
1041
+ ReserveGuid: {
1042
+ kind: "method",
1043
+ methodKind: "ordinary"
1044
+ },
1045
+ ReserveUserString: {
1046
+ kind: "method",
1047
+ methodKind: "ordinary"
1048
+ },
1049
+ SetCapacity: {
1050
+ kind: "method",
1051
+ methodKind: "ordinary"
1052
+ }
1053
+ },
1054
+ isSealed: true
1055
+ },
1056
+ MetadataReaderExtensions: {
1057
+ kind: "class",
1058
+ members: {
1059
+ GetEditAndContinueLogEntries: {
1060
+ kind: "method",
1061
+ methodKind: "ordinary",
1062
+ isStatic: true
1063
+ },
1064
+ GetEditAndContinueMapEntries: {
1065
+ kind: "method",
1066
+ methodKind: "ordinary",
1067
+ isStatic: true
1068
+ },
1069
+ GetHeapMetadataOffset: {
1070
+ kind: "method",
1071
+ methodKind: "ordinary",
1072
+ isStatic: true
1073
+ },
1074
+ GetHeapSize: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ isStatic: true
1078
+ },
1079
+ GetNextHandle: {
1080
+ kind: "method",
1081
+ methodKind: "ordinary",
1082
+ isStatic: true
1083
+ },
1084
+ GetTableMetadataOffset: {
1085
+ kind: "method",
1086
+ methodKind: "ordinary",
1087
+ isStatic: true
1088
+ },
1089
+ GetTableRowCount: {
1090
+ kind: "method",
1091
+ methodKind: "ordinary",
1092
+ isStatic: true
1093
+ },
1094
+ GetTableRowSize: {
1095
+ kind: "method",
1096
+ methodKind: "ordinary",
1097
+ isStatic: true
1098
+ },
1099
+ GetTypesWithEvents: {
1100
+ kind: "method",
1101
+ methodKind: "ordinary",
1102
+ isStatic: true
1103
+ },
1104
+ GetTypesWithProperties: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary",
1107
+ isStatic: true
1108
+ },
1109
+ ResolveSignatureTypeKind: {
1110
+ kind: "method",
1111
+ methodKind: "ordinary",
1112
+ isStatic: true
1113
+ }
1114
+ },
1115
+ isStatic: true
1116
+ },
1117
+ MetadataRootBuilder: {
1118
+ kind: "class",
1119
+ members: {
1120
+ MetadataRootBuilder: {
1121
+ kind: "method",
1122
+ methodKind: "constructor"
1123
+ },
1124
+ Serialize: {
1125
+ kind: "method",
1126
+ methodKind: "ordinary"
1127
+ },
1128
+ MetadataVersion: {
1129
+ kind: "property",
1130
+ type: () => {
1131
+ return System.String;
1132
+ }
1133
+ },
1134
+ Sizes: {
1135
+ kind: "property",
1136
+ type: () => {
1137
+ return Ecma335.MetadataSizes;
1138
+ }
1139
+ },
1140
+ SuppressValidation: {
1141
+ kind: "property",
1142
+ type: () => {
1143
+ return System.Boolean;
1144
+ }
1145
+ }
1146
+ },
1147
+ isSealed: true
1148
+ },
1149
+ MetadataSizes: {
1150
+ kind: "class",
1151
+ members: {
1152
+ GetAlignedHeapSize: {
1153
+ kind: "method",
1154
+ methodKind: "ordinary"
1155
+ },
1156
+ ExternalRowCounts: {
1157
+ kind: "property",
1158
+ type: () => {
1159
+ return Immutable.ImmutableArray;
1160
+ }
1161
+ },
1162
+ HeapSizes: {
1163
+ kind: "property",
1164
+ type: () => {
1165
+ return Immutable.ImmutableArray;
1166
+ }
1167
+ },
1168
+ RowCounts: {
1169
+ kind: "property",
1170
+ type: () => {
1171
+ return Immutable.ImmutableArray;
1172
+ }
1173
+ }
1174
+ },
1175
+ isSealed: true
1176
+ },
1177
+ MetadataTokens: {
1178
+ kind: "class",
1179
+ members: {
1180
+ HeapCount: {
1181
+ kind: "field",
1182
+ type: () => {
1183
+ return System.Int32;
1184
+ },
1185
+ isStatic: true,
1186
+ isReadOnly: true
1187
+ },
1188
+ TableCount: {
1189
+ kind: "field",
1190
+ type: () => {
1191
+ return System.Int32;
1192
+ },
1193
+ isStatic: true,
1194
+ isReadOnly: true
1195
+ },
1196
+ AssemblyFileHandle: {
1197
+ kind: "method",
1198
+ methodKind: "ordinary",
1199
+ isStatic: true
1200
+ },
1201
+ AssemblyReferenceHandle: {
1202
+ kind: "method",
1203
+ methodKind: "ordinary",
1204
+ isStatic: true
1205
+ },
1206
+ BlobHandle: {
1207
+ kind: "method",
1208
+ methodKind: "ordinary",
1209
+ isStatic: true
1210
+ },
1211
+ ConstantHandle: {
1212
+ kind: "method",
1213
+ methodKind: "ordinary",
1214
+ isStatic: true
1215
+ },
1216
+ CustomAttributeHandle: {
1217
+ kind: "method",
1218
+ methodKind: "ordinary",
1219
+ isStatic: true
1220
+ },
1221
+ CustomDebugInformationHandle: {
1222
+ kind: "method",
1223
+ methodKind: "ordinary",
1224
+ isStatic: true
1225
+ },
1226
+ DeclarativeSecurityAttributeHandle: {
1227
+ kind: "method",
1228
+ methodKind: "ordinary",
1229
+ isStatic: true
1230
+ },
1231
+ DocumentHandle: {
1232
+ kind: "method",
1233
+ methodKind: "ordinary",
1234
+ isStatic: true
1235
+ },
1236
+ DocumentNameBlobHandle: {
1237
+ kind: "method",
1238
+ methodKind: "ordinary",
1239
+ isStatic: true
1240
+ },
1241
+ EntityHandle: {
1242
+ kind: "method",
1243
+ methodKind: "ordinary",
1244
+ isStatic: true
1245
+ },
1246
+ EventDefinitionHandle: {
1247
+ kind: "method",
1248
+ methodKind: "ordinary",
1249
+ isStatic: true
1250
+ },
1251
+ ExportedTypeHandle: {
1252
+ kind: "method",
1253
+ methodKind: "ordinary",
1254
+ isStatic: true
1255
+ },
1256
+ FieldDefinitionHandle: {
1257
+ kind: "method",
1258
+ methodKind: "ordinary",
1259
+ isStatic: true
1260
+ },
1261
+ GenericParameterConstraintHandle: {
1262
+ kind: "method",
1263
+ methodKind: "ordinary",
1264
+ isStatic: true
1265
+ },
1266
+ GenericParameterHandle: {
1267
+ kind: "method",
1268
+ methodKind: "ordinary",
1269
+ isStatic: true
1270
+ },
1271
+ GetHeapOffset: {
1272
+ kind: "method",
1273
+ methodKind: "ordinary",
1274
+ isStatic: true
1275
+ },
1276
+ GetRowNumber: {
1277
+ kind: "method",
1278
+ methodKind: "ordinary",
1279
+ isStatic: true
1280
+ },
1281
+ GetToken: {
1282
+ kind: "method",
1283
+ methodKind: "ordinary",
1284
+ isStatic: true
1285
+ },
1286
+ GuidHandle: {
1287
+ kind: "method",
1288
+ methodKind: "ordinary",
1289
+ isStatic: true
1290
+ },
1291
+ Handle: {
1292
+ kind: "method",
1293
+ methodKind: "ordinary",
1294
+ isStatic: true
1295
+ },
1296
+ ImportScopeHandle: {
1297
+ kind: "method",
1298
+ methodKind: "ordinary",
1299
+ isStatic: true
1300
+ },
1301
+ InterfaceImplementationHandle: {
1302
+ kind: "method",
1303
+ methodKind: "ordinary",
1304
+ isStatic: true
1305
+ },
1306
+ LocalConstantHandle: {
1307
+ kind: "method",
1308
+ methodKind: "ordinary",
1309
+ isStatic: true
1310
+ },
1311
+ LocalScopeHandle: {
1312
+ kind: "method",
1313
+ methodKind: "ordinary",
1314
+ isStatic: true
1315
+ },
1316
+ LocalVariableHandle: {
1317
+ kind: "method",
1318
+ methodKind: "ordinary",
1319
+ isStatic: true
1320
+ },
1321
+ ManifestResourceHandle: {
1322
+ kind: "method",
1323
+ methodKind: "ordinary",
1324
+ isStatic: true
1325
+ },
1326
+ MemberReferenceHandle: {
1327
+ kind: "method",
1328
+ methodKind: "ordinary",
1329
+ isStatic: true
1330
+ },
1331
+ MethodDebugInformationHandle: {
1332
+ kind: "method",
1333
+ methodKind: "ordinary",
1334
+ isStatic: true
1335
+ },
1336
+ MethodDefinitionHandle: {
1337
+ kind: "method",
1338
+ methodKind: "ordinary",
1339
+ isStatic: true
1340
+ },
1341
+ MethodImplementationHandle: {
1342
+ kind: "method",
1343
+ methodKind: "ordinary",
1344
+ isStatic: true
1345
+ },
1346
+ MethodSpecificationHandle: {
1347
+ kind: "method",
1348
+ methodKind: "ordinary",
1349
+ isStatic: true
1350
+ },
1351
+ ModuleReferenceHandle: {
1352
+ kind: "method",
1353
+ methodKind: "ordinary",
1354
+ isStatic: true
1355
+ },
1356
+ ParameterHandle: {
1357
+ kind: "method",
1358
+ methodKind: "ordinary",
1359
+ isStatic: true
1360
+ },
1361
+ PropertyDefinitionHandle: {
1362
+ kind: "method",
1363
+ methodKind: "ordinary",
1364
+ isStatic: true
1365
+ },
1366
+ StandaloneSignatureHandle: {
1367
+ kind: "method",
1368
+ methodKind: "ordinary",
1369
+ isStatic: true
1370
+ },
1371
+ StringHandle: {
1372
+ kind: "method",
1373
+ methodKind: "ordinary",
1374
+ isStatic: true
1375
+ },
1376
+ TryGetHeapIndex: {
1377
+ kind: "method",
1378
+ methodKind: "ordinary",
1379
+ isStatic: true
1380
+ },
1381
+ TryGetTableIndex: {
1382
+ kind: "method",
1383
+ methodKind: "ordinary",
1384
+ isStatic: true
1385
+ },
1386
+ TypeDefinitionHandle: {
1387
+ kind: "method",
1388
+ methodKind: "ordinary",
1389
+ isStatic: true
1390
+ },
1391
+ TypeReferenceHandle: {
1392
+ kind: "method",
1393
+ methodKind: "ordinary",
1394
+ isStatic: true
1395
+ },
1396
+ TypeSpecificationHandle: {
1397
+ kind: "method",
1398
+ methodKind: "ordinary",
1399
+ isStatic: true
1400
+ },
1401
+ UserStringHandle: {
1402
+ kind: "method",
1403
+ methodKind: "ordinary",
1404
+ isStatic: true
1405
+ }
1406
+ },
1407
+ isStatic: true
1408
+ },
1409
+ MethodBodyAttributes: {
1410
+ kind: "enum",
1411
+ members: {
1412
+ None: {
1413
+ kind: "field",
1414
+ type: () => {
1415
+ return Ecma335.MethodBodyAttributes;
1416
+ }
1417
+ },
1418
+ InitLocals: {
1419
+ kind: "field",
1420
+ type: () => {
1421
+ return Ecma335.MethodBodyAttributes;
1422
+ }
1423
+ }
1424
+ }
1425
+ },
1426
+ MethodBodyStreamEncoder: {
1427
+ kind: "class",
1428
+ members: {
1429
+ MethodBody: {
1430
+ kind: "struct",
1431
+ members: {
1432
+ ExceptionRegions: {
1433
+ kind: "property",
1434
+ type: () => {
1435
+ return Ecma335.ExceptionRegionEncoder;
1436
+ }
1437
+ },
1438
+ Instructions: {
1439
+ kind: "property",
1440
+ type: () => {
1441
+ return Metadata.Blob;
1442
+ }
1443
+ },
1444
+ Offset: {
1445
+ kind: "property",
1446
+ type: () => {
1447
+ return System.Int32;
1448
+ }
1449
+ }
1450
+ }
1451
+ }
1452
+ }
1453
+ },
1454
+ MethodSignatureEncoder: {
1455
+ kind: "struct",
1456
+ members: {
1457
+ MethodSignatureEncoder: {
1458
+ kind: "method",
1459
+ methodKind: "constructor"
1460
+ },
1461
+ Parameters: {
1462
+ kind: "method",
1463
+ methodKind: "ordinary"
1464
+ },
1465
+ Builder: {
1466
+ kind: "property",
1467
+ type: () => {
1468
+ return Metadata.BlobBuilder;
1469
+ }
1470
+ },
1471
+ HasVarArgs: {
1472
+ kind: "property",
1473
+ type: () => {
1474
+ return System.Boolean;
1475
+ }
1476
+ }
1477
+ }
1478
+ },
1479
+ NameEncoder: {
1480
+ kind: "struct",
1481
+ members: {
1482
+ NameEncoder: {
1483
+ kind: "method",
1484
+ methodKind: "constructor"
1485
+ },
1486
+ Name: {
1487
+ kind: "method",
1488
+ methodKind: "ordinary"
1489
+ },
1490
+ Builder: {
1491
+ kind: "property",
1492
+ type: () => {
1493
+ return Metadata.BlobBuilder;
1494
+ }
1495
+ }
1496
+ }
1497
+ },
1498
+ NamedArgumentTypeEncoder: {
1499
+ kind: "struct",
1500
+ members: {
1501
+ NamedArgumentTypeEncoder: {
1502
+ kind: "method",
1503
+ methodKind: "constructor"
1504
+ },
1505
+ Object: {
1506
+ kind: "method",
1507
+ methodKind: "ordinary"
1508
+ },
1509
+ ScalarType: {
1510
+ kind: "method",
1511
+ methodKind: "ordinary"
1512
+ },
1513
+ SZArray: {
1514
+ kind: "method",
1515
+ methodKind: "ordinary"
1516
+ },
1517
+ Builder: {
1518
+ kind: "property",
1519
+ type: () => {
1520
+ return Metadata.BlobBuilder;
1521
+ }
1522
+ }
1523
+ }
1524
+ },
1525
+ NamedArgumentsEncoder: {
1526
+ kind: "struct",
1527
+ members: {
1528
+ NamedArgumentsEncoder: {
1529
+ kind: "method",
1530
+ methodKind: "constructor"
1531
+ },
1532
+ AddArgument: {
1533
+ kind: "method",
1534
+ methodKind: "ordinary"
1535
+ },
1536
+ Builder: {
1537
+ kind: "property",
1538
+ type: () => {
1539
+ return Metadata.BlobBuilder;
1540
+ }
1541
+ }
1542
+ }
1543
+ },
1544
+ ParameterTypeEncoder: {
1545
+ kind: "struct",
1546
+ members: {
1547
+ ParameterTypeEncoder: {
1548
+ kind: "method",
1549
+ methodKind: "constructor"
1550
+ },
1551
+ CustomModifiers: {
1552
+ kind: "method",
1553
+ methodKind: "ordinary"
1554
+ },
1555
+ Type: {
1556
+ kind: "method",
1557
+ methodKind: "ordinary"
1558
+ },
1559
+ TypedReference: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary"
1562
+ },
1563
+ Builder: {
1564
+ kind: "property",
1565
+ type: () => {
1566
+ return Metadata.BlobBuilder;
1567
+ }
1568
+ }
1569
+ }
1570
+ },
1571
+ ParametersEncoder: {
1572
+ kind: "struct",
1573
+ members: {
1574
+ ParametersEncoder: {
1575
+ kind: "method",
1576
+ methodKind: "constructor"
1577
+ },
1578
+ AddParameter: {
1579
+ kind: "method",
1580
+ methodKind: "ordinary"
1581
+ },
1582
+ StartVarArgs: {
1583
+ kind: "method",
1584
+ methodKind: "ordinary"
1585
+ },
1586
+ Builder: {
1587
+ kind: "property",
1588
+ type: () => {
1589
+ return Metadata.BlobBuilder;
1590
+ }
1591
+ },
1592
+ HasVarArgs: {
1593
+ kind: "property",
1594
+ type: () => {
1595
+ return System.Boolean;
1596
+ }
1597
+ }
1598
+ }
1599
+ },
1600
+ PermissionSetEncoder: {
1601
+ kind: "struct",
1602
+ members: {
1603
+ PermissionSetEncoder: {
1604
+ kind: "method",
1605
+ methodKind: "constructor"
1606
+ },
1607
+ AddPermission: {
1608
+ kind: "method",
1609
+ methodKind: "ordinary"
1610
+ },
1611
+ Builder: {
1612
+ kind: "property",
1613
+ type: () => {
1614
+ return Metadata.BlobBuilder;
1615
+ }
1616
+ }
1617
+ }
1618
+ },
1619
+ PortablePdbBuilder: {
1620
+ kind: "class",
1621
+ members: {
1622
+ PortablePdbBuilder: {
1623
+ kind: "method",
1624
+ methodKind: "constructor"
1625
+ },
1626
+ Serialize: {
1627
+ kind: "method",
1628
+ methodKind: "ordinary"
1629
+ },
1630
+ FormatVersion: {
1631
+ kind: "property",
1632
+ type: () => {
1633
+ return System.UInt16;
1634
+ }
1635
+ },
1636
+ IdProvider: {
1637
+ kind: "property",
1638
+ type: () => {
1639
+ return System.Func;
1640
+ }
1641
+ },
1642
+ MetadataVersion: {
1643
+ kind: "property",
1644
+ type: () => {
1645
+ return System.String;
1646
+ }
1647
+ }
1648
+ },
1649
+ isSealed: true
1650
+ },
1651
+ ReturnTypeEncoder: {
1652
+ kind: "struct",
1653
+ members: {
1654
+ ReturnTypeEncoder: {
1655
+ kind: "method",
1656
+ methodKind: "constructor"
1657
+ },
1658
+ CustomModifiers: {
1659
+ kind: "method",
1660
+ methodKind: "ordinary"
1661
+ },
1662
+ Type: {
1663
+ kind: "method",
1664
+ methodKind: "ordinary"
1665
+ },
1666
+ TypedReference: {
1667
+ kind: "method",
1668
+ methodKind: "ordinary"
1669
+ },
1670
+ Void: {
1671
+ kind: "method",
1672
+ methodKind: "ordinary"
1673
+ },
1674
+ Builder: {
1675
+ kind: "property",
1676
+ type: () => {
1677
+ return Metadata.BlobBuilder;
1678
+ }
1679
+ }
1680
+ }
1681
+ },
1682
+ ScalarEncoder: {
1683
+ kind: "struct",
1684
+ members: {
1685
+ ScalarEncoder: {
1686
+ kind: "method",
1687
+ methodKind: "constructor"
1688
+ },
1689
+ Constant: {
1690
+ kind: "method",
1691
+ methodKind: "ordinary"
1692
+ },
1693
+ NullArray: {
1694
+ kind: "method",
1695
+ methodKind: "ordinary"
1696
+ },
1697
+ SystemType: {
1698
+ kind: "method",
1699
+ methodKind: "ordinary"
1700
+ },
1701
+ Builder: {
1702
+ kind: "property",
1703
+ type: () => {
1704
+ return Metadata.BlobBuilder;
1705
+ }
1706
+ }
1707
+ }
1708
+ },
1709
+ SignatureDecoder: {
1710
+ kind: "struct",
1711
+ members: {
1712
+ SignatureDecoder: {
1713
+ kind: "method",
1714
+ methodKind: "constructor"
1715
+ },
1716
+ DecodeFieldSignature: {
1717
+ kind: "method",
1718
+ methodKind: "ordinary"
1719
+ },
1720
+ DecodeLocalSignature: {
1721
+ kind: "method",
1722
+ methodKind: "ordinary"
1723
+ },
1724
+ DecodeMethodSignature: {
1725
+ kind: "method",
1726
+ methodKind: "ordinary"
1727
+ },
1728
+ DecodeMethodSpecificationSignature: {
1729
+ kind: "method",
1730
+ methodKind: "ordinary"
1731
+ },
1732
+ DecodeType: {
1733
+ kind: "method",
1734
+ methodKind: "ordinary"
1735
+ }
1736
+ }
1737
+ },
1738
+ SignatureTypeEncoder: {
1739
+ kind: "struct",
1740
+ members: {
1741
+ SignatureTypeEncoder: {
1742
+ kind: "method",
1743
+ methodKind: "constructor"
1744
+ },
1745
+ Array: {
1746
+ kind: "method",
1747
+ methodKind: "ordinary"
1748
+ },
1749
+ Boolean: {
1750
+ kind: "method",
1751
+ methodKind: "ordinary"
1752
+ },
1753
+ Byte: {
1754
+ kind: "method",
1755
+ methodKind: "ordinary"
1756
+ },
1757
+ Char: {
1758
+ kind: "method",
1759
+ methodKind: "ordinary"
1760
+ },
1761
+ CustomModifiers: {
1762
+ kind: "method",
1763
+ methodKind: "ordinary"
1764
+ },
1765
+ Double: {
1766
+ kind: "method",
1767
+ methodKind: "ordinary"
1768
+ },
1769
+ FunctionPointer: {
1770
+ kind: "method",
1771
+ methodKind: "ordinary"
1772
+ },
1773
+ GenericInstantiation: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary"
1776
+ },
1777
+ GenericMethodTypeParameter: {
1778
+ kind: "method",
1779
+ methodKind: "ordinary"
1780
+ },
1781
+ GenericTypeParameter: {
1782
+ kind: "method",
1783
+ methodKind: "ordinary"
1784
+ },
1785
+ Int16: {
1786
+ kind: "method",
1787
+ methodKind: "ordinary"
1788
+ },
1789
+ Int32: {
1790
+ kind: "method",
1791
+ methodKind: "ordinary"
1792
+ },
1793
+ Int64: {
1794
+ kind: "method",
1795
+ methodKind: "ordinary"
1796
+ },
1797
+ IntPtr: {
1798
+ kind: "method",
1799
+ methodKind: "ordinary"
1800
+ },
1801
+ Object: {
1802
+ kind: "method",
1803
+ methodKind: "ordinary"
1804
+ },
1805
+ Pointer: {
1806
+ kind: "method",
1807
+ methodKind: "ordinary"
1808
+ },
1809
+ PrimitiveType: {
1810
+ kind: "method",
1811
+ methodKind: "ordinary"
1812
+ },
1813
+ SByte: {
1814
+ kind: "method",
1815
+ methodKind: "ordinary"
1816
+ },
1817
+ Single: {
1818
+ kind: "method",
1819
+ methodKind: "ordinary"
1820
+ },
1821
+ String: {
1822
+ kind: "method",
1823
+ methodKind: "ordinary"
1824
+ },
1825
+ SZArray: {
1826
+ kind: "method",
1827
+ methodKind: "ordinary"
1828
+ },
1829
+ Type: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary"
1832
+ },
1833
+ TypedReference: {
1834
+ kind: "method",
1835
+ methodKind: "ordinary"
1836
+ },
1837
+ UInt16: {
1838
+ kind: "method",
1839
+ methodKind: "ordinary"
1840
+ },
1841
+ UInt32: {
1842
+ kind: "method",
1843
+ methodKind: "ordinary"
1844
+ },
1845
+ UInt64: {
1846
+ kind: "method",
1847
+ methodKind: "ordinary"
1848
+ },
1849
+ UIntPtr: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary"
1852
+ },
1853
+ VoidPointer: {
1854
+ kind: "method",
1855
+ methodKind: "ordinary"
1856
+ },
1857
+ Builder: {
1858
+ kind: "property",
1859
+ type: () => {
1860
+ return Metadata.BlobBuilder;
1861
+ }
1862
+ }
1863
+ }
1864
+ },
1865
+ SwitchInstructionEncoder: {
1866
+ kind: "struct",
1867
+ members: {
1868
+ Branch: {
1869
+ kind: "method",
1870
+ methodKind: "ordinary"
1871
+ }
1872
+ }
1873
+ },
1874
+ TableIndex: {
1875
+ kind: "enum",
1876
+ members: {
1877
+ Module: {
1878
+ kind: "field",
1879
+ type: () => {
1880
+ return Ecma335.TableIndex;
1881
+ }
1882
+ },
1883
+ TypeRef: {
1884
+ kind: "field",
1885
+ type: () => {
1886
+ return Ecma335.TableIndex;
1887
+ }
1888
+ },
1889
+ TypeDef: {
1890
+ kind: "field",
1891
+ type: () => {
1892
+ return Ecma335.TableIndex;
1893
+ }
1894
+ },
1895
+ FieldPtr: {
1896
+ kind: "field",
1897
+ type: () => {
1898
+ return Ecma335.TableIndex;
1899
+ }
1900
+ },
1901
+ Field: {
1902
+ kind: "field",
1903
+ type: () => {
1904
+ return Ecma335.TableIndex;
1905
+ }
1906
+ },
1907
+ MethodPtr: {
1908
+ kind: "field",
1909
+ type: () => {
1910
+ return Ecma335.TableIndex;
1911
+ }
1912
+ },
1913
+ MethodDef: {
1914
+ kind: "field",
1915
+ type: () => {
1916
+ return Ecma335.TableIndex;
1917
+ }
1918
+ },
1919
+ ParamPtr: {
1920
+ kind: "field",
1921
+ type: () => {
1922
+ return Ecma335.TableIndex;
1923
+ }
1924
+ },
1925
+ Param: {
1926
+ kind: "field",
1927
+ type: () => {
1928
+ return Ecma335.TableIndex;
1929
+ }
1930
+ },
1931
+ InterfaceImpl: {
1932
+ kind: "field",
1933
+ type: () => {
1934
+ return Ecma335.TableIndex;
1935
+ }
1936
+ },
1937
+ MemberRef: {
1938
+ kind: "field",
1939
+ type: () => {
1940
+ return Ecma335.TableIndex;
1941
+ }
1942
+ },
1943
+ Constant: {
1944
+ kind: "field",
1945
+ type: () => {
1946
+ return Ecma335.TableIndex;
1947
+ }
1948
+ },
1949
+ CustomAttribute: {
1950
+ kind: "field",
1951
+ type: () => {
1952
+ return Ecma335.TableIndex;
1953
+ }
1954
+ },
1955
+ FieldMarshal: {
1956
+ kind: "field",
1957
+ type: () => {
1958
+ return Ecma335.TableIndex;
1959
+ }
1960
+ },
1961
+ DeclSecurity: {
1962
+ kind: "field",
1963
+ type: () => {
1964
+ return Ecma335.TableIndex;
1965
+ }
1966
+ },
1967
+ ClassLayout: {
1968
+ kind: "field",
1969
+ type: () => {
1970
+ return Ecma335.TableIndex;
1971
+ }
1972
+ },
1973
+ FieldLayout: {
1974
+ kind: "field",
1975
+ type: () => {
1976
+ return Ecma335.TableIndex;
1977
+ }
1978
+ },
1979
+ StandAloneSig: {
1980
+ kind: "field",
1981
+ type: () => {
1982
+ return Ecma335.TableIndex;
1983
+ }
1984
+ },
1985
+ EventMap: {
1986
+ kind: "field",
1987
+ type: () => {
1988
+ return Ecma335.TableIndex;
1989
+ }
1990
+ },
1991
+ EventPtr: {
1992
+ kind: "field",
1993
+ type: () => {
1994
+ return Ecma335.TableIndex;
1995
+ }
1996
+ },
1997
+ Event: {
1998
+ kind: "field",
1999
+ type: () => {
2000
+ return Ecma335.TableIndex;
2001
+ }
2002
+ },
2003
+ PropertyMap: {
2004
+ kind: "field",
2005
+ type: () => {
2006
+ return Ecma335.TableIndex;
2007
+ }
2008
+ },
2009
+ PropertyPtr: {
2010
+ kind: "field",
2011
+ type: () => {
2012
+ return Ecma335.TableIndex;
2013
+ }
2014
+ },
2015
+ Property: {
2016
+ kind: "field",
2017
+ type: () => {
2018
+ return Ecma335.TableIndex;
2019
+ }
2020
+ },
2021
+ MethodSemantics: {
2022
+ kind: "field",
2023
+ type: () => {
2024
+ return Ecma335.TableIndex;
2025
+ }
2026
+ },
2027
+ MethodImpl: {
2028
+ kind: "field",
2029
+ type: () => {
2030
+ return Ecma335.TableIndex;
2031
+ }
2032
+ },
2033
+ ModuleRef: {
2034
+ kind: "field",
2035
+ type: () => {
2036
+ return Ecma335.TableIndex;
2037
+ }
2038
+ },
2039
+ TypeSpec: {
2040
+ kind: "field",
2041
+ type: () => {
2042
+ return Ecma335.TableIndex;
2043
+ }
2044
+ },
2045
+ ImplMap: {
2046
+ kind: "field",
2047
+ type: () => {
2048
+ return Ecma335.TableIndex;
2049
+ }
2050
+ },
2051
+ FieldRva: {
2052
+ kind: "field",
2053
+ type: () => {
2054
+ return Ecma335.TableIndex;
2055
+ }
2056
+ },
2057
+ EncLog: {
2058
+ kind: "field",
2059
+ type: () => {
2060
+ return Ecma335.TableIndex;
2061
+ }
2062
+ },
2063
+ EncMap: {
2064
+ kind: "field",
2065
+ type: () => {
2066
+ return Ecma335.TableIndex;
2067
+ }
2068
+ },
2069
+ Assembly: {
2070
+ kind: "field",
2071
+ type: () => {
2072
+ return Ecma335.TableIndex;
2073
+ }
2074
+ },
2075
+ AssemblyProcessor: {
2076
+ kind: "field",
2077
+ type: () => {
2078
+ return Ecma335.TableIndex;
2079
+ }
2080
+ },
2081
+ AssemblyOS: {
2082
+ kind: "field",
2083
+ type: () => {
2084
+ return Ecma335.TableIndex;
2085
+ }
2086
+ },
2087
+ AssemblyRef: {
2088
+ kind: "field",
2089
+ type: () => {
2090
+ return Ecma335.TableIndex;
2091
+ }
2092
+ },
2093
+ AssemblyRefProcessor: {
2094
+ kind: "field",
2095
+ type: () => {
2096
+ return Ecma335.TableIndex;
2097
+ }
2098
+ },
2099
+ AssemblyRefOS: {
2100
+ kind: "field",
2101
+ type: () => {
2102
+ return Ecma335.TableIndex;
2103
+ }
2104
+ },
2105
+ File: {
2106
+ kind: "field",
2107
+ type: () => {
2108
+ return Ecma335.TableIndex;
2109
+ }
2110
+ },
2111
+ ExportedType: {
2112
+ kind: "field",
2113
+ type: () => {
2114
+ return Ecma335.TableIndex;
2115
+ }
2116
+ },
2117
+ ManifestResource: {
2118
+ kind: "field",
2119
+ type: () => {
2120
+ return Ecma335.TableIndex;
2121
+ }
2122
+ },
2123
+ NestedClass: {
2124
+ kind: "field",
2125
+ type: () => {
2126
+ return Ecma335.TableIndex;
2127
+ }
2128
+ },
2129
+ GenericParam: {
2130
+ kind: "field",
2131
+ type: () => {
2132
+ return Ecma335.TableIndex;
2133
+ }
2134
+ },
2135
+ MethodSpec: {
2136
+ kind: "field",
2137
+ type: () => {
2138
+ return Ecma335.TableIndex;
2139
+ }
2140
+ },
2141
+ GenericParamConstraint: {
2142
+ kind: "field",
2143
+ type: () => {
2144
+ return Ecma335.TableIndex;
2145
+ }
2146
+ },
2147
+ Document: {
2148
+ kind: "field",
2149
+ type: () => {
2150
+ return Ecma335.TableIndex;
2151
+ }
2152
+ },
2153
+ MethodDebugInformation: {
2154
+ kind: "field",
2155
+ type: () => {
2156
+ return Ecma335.TableIndex;
2157
+ }
2158
+ },
2159
+ LocalScope: {
2160
+ kind: "field",
2161
+ type: () => {
2162
+ return Ecma335.TableIndex;
2163
+ }
2164
+ },
2165
+ LocalVariable: {
2166
+ kind: "field",
2167
+ type: () => {
2168
+ return Ecma335.TableIndex;
2169
+ }
2170
+ },
2171
+ LocalConstant: {
2172
+ kind: "field",
2173
+ type: () => {
2174
+ return Ecma335.TableIndex;
2175
+ }
2176
+ },
2177
+ ImportScope: {
2178
+ kind: "field",
2179
+ type: () => {
2180
+ return Ecma335.TableIndex;
2181
+ }
2182
+ },
2183
+ StateMachineMethod: {
2184
+ kind: "field",
2185
+ type: () => {
2186
+ return Ecma335.TableIndex;
2187
+ }
2188
+ },
2189
+ CustomDebugInformation: {
2190
+ kind: "field",
2191
+ type: () => {
2192
+ return Ecma335.TableIndex;
2193
+ }
2194
+ }
2195
+ }
2196
+ },
2197
+ VectorEncoder: {
2198
+ kind: "struct",
2199
+ members: {
2200
+ VectorEncoder: {
2201
+ kind: "method",
2202
+ methodKind: "constructor"
2203
+ },
2204
+ Count: {
2205
+ kind: "method",
2206
+ methodKind: "ordinary"
2207
+ },
2208
+ Builder: {
2209
+ kind: "property",
2210
+ type: () => {
2211
+ return Metadata.BlobBuilder;
2212
+ }
2213
+ }
2214
+ }
2215
+ }
2216
+ });
2217
+ export default Ecma335;
2218
+ //# sourceMappingURL=index.js.map