@alloy-js/csharp 0.21.0-dev.9 → 0.22.0-dev.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +2 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +2 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +19 -3
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +2 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4021 -1922
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,2680 @@
1
+ import ObjectModel from "../../Collections/ObjectModel/index.js";
2
+ import System from "../../index.js";
3
+ import Reflection from "../../Reflection/index.js";
4
+ import CompilerServices from "../../Runtime/CompilerServices/index.js";
5
+
6
+ import { createLibrary } from "#createLibrary";
7
+ import { LibrarySymbolReference } from "@alloy-js/core";
8
+
9
+ type ExpressionsLibrary = LibrarySymbolReference & {
10
+ BinaryExpression: LibrarySymbolReference & {
11
+ Accept: LibrarySymbolReference;
12
+ Reduce: LibrarySymbolReference;
13
+ Update: LibrarySymbolReference;
14
+ CanReduce: LibrarySymbolReference;
15
+ Conversion: LibrarySymbolReference;
16
+ IsLifted: LibrarySymbolReference;
17
+ IsLiftedToNull: LibrarySymbolReference;
18
+ Left: LibrarySymbolReference;
19
+ Method: LibrarySymbolReference;
20
+ Right: LibrarySymbolReference
21
+ };
22
+ BlockExpression: LibrarySymbolReference & {
23
+ Accept: LibrarySymbolReference;
24
+ Update: LibrarySymbolReference;
25
+ Expressions: LibrarySymbolReference;
26
+ NodeType: LibrarySymbolReference;
27
+ Result: LibrarySymbolReference;
28
+ Type: LibrarySymbolReference;
29
+ Variables: LibrarySymbolReference
30
+ };
31
+ CatchBlock: LibrarySymbolReference & {
32
+ ToString: LibrarySymbolReference;
33
+ Update: LibrarySymbolReference;
34
+ Body: LibrarySymbolReference;
35
+ Filter: LibrarySymbolReference;
36
+ Test: LibrarySymbolReference;
37
+ Variable: LibrarySymbolReference
38
+ };
39
+ ConditionalExpression: LibrarySymbolReference & {
40
+ Accept: LibrarySymbolReference;
41
+ Update: LibrarySymbolReference;
42
+ IfFalse: LibrarySymbolReference;
43
+ IfTrue: LibrarySymbolReference;
44
+ NodeType: LibrarySymbolReference;
45
+ Test: LibrarySymbolReference;
46
+ Type: LibrarySymbolReference
47
+ };
48
+ ConstantExpression: LibrarySymbolReference & {
49
+ Accept: LibrarySymbolReference;
50
+ NodeType: LibrarySymbolReference;
51
+ Type: LibrarySymbolReference;
52
+ Value: LibrarySymbolReference
53
+ };
54
+ DebugInfoExpression: LibrarySymbolReference & {
55
+ Accept: LibrarySymbolReference;
56
+ Document: LibrarySymbolReference;
57
+ EndColumn: LibrarySymbolReference;
58
+ EndLine: LibrarySymbolReference;
59
+ IsClear: LibrarySymbolReference;
60
+ NodeType: LibrarySymbolReference;
61
+ StartColumn: LibrarySymbolReference;
62
+ StartLine: LibrarySymbolReference;
63
+ Type: LibrarySymbolReference
64
+ };
65
+ DefaultExpression: LibrarySymbolReference & {
66
+ Accept: LibrarySymbolReference;
67
+ NodeType: LibrarySymbolReference;
68
+ Type: LibrarySymbolReference
69
+ };
70
+ DynamicExpression: LibrarySymbolReference & {
71
+ Accept: LibrarySymbolReference;
72
+ Dynamic: LibrarySymbolReference;
73
+ MakeDynamic: LibrarySymbolReference;
74
+ Update: LibrarySymbolReference;
75
+ Arguments: LibrarySymbolReference;
76
+ Binder: LibrarySymbolReference;
77
+ DelegateType: LibrarySymbolReference;
78
+ NodeType: LibrarySymbolReference;
79
+ Type: LibrarySymbolReference
80
+ };
81
+ DynamicExpressionVisitor: LibrarySymbolReference & {
82
+ DynamicExpressionVisitor: LibrarySymbolReference;
83
+ VisitDynamic: LibrarySymbolReference
84
+ };
85
+ ElementInit: LibrarySymbolReference & {
86
+ ToString: LibrarySymbolReference;
87
+ Update: LibrarySymbolReference;
88
+ AddMethod: LibrarySymbolReference;
89
+ Arguments: LibrarySymbolReference
90
+ };
91
+ Expression: LibrarySymbolReference & {
92
+ Accept: LibrarySymbolReference;
93
+ Compile: LibrarySymbolReference;
94
+ Update: LibrarySymbolReference
95
+ };
96
+ ExpressionType: LibrarySymbolReference & {
97
+ Add: LibrarySymbolReference;
98
+ AddChecked: LibrarySymbolReference;
99
+ And: LibrarySymbolReference;
100
+ AndAlso: LibrarySymbolReference;
101
+ ArrayLength: LibrarySymbolReference;
102
+ ArrayIndex: LibrarySymbolReference;
103
+ Call: LibrarySymbolReference;
104
+ Coalesce: LibrarySymbolReference;
105
+ Conditional: LibrarySymbolReference;
106
+ Constant: LibrarySymbolReference;
107
+ Convert: LibrarySymbolReference;
108
+ ConvertChecked: LibrarySymbolReference;
109
+ Divide: LibrarySymbolReference;
110
+ Equal: LibrarySymbolReference;
111
+ ExclusiveOr: LibrarySymbolReference;
112
+ GreaterThan: LibrarySymbolReference;
113
+ GreaterThanOrEqual: LibrarySymbolReference;
114
+ Invoke: LibrarySymbolReference;
115
+ Lambda: LibrarySymbolReference;
116
+ LeftShift: LibrarySymbolReference;
117
+ LessThan: LibrarySymbolReference;
118
+ LessThanOrEqual: LibrarySymbolReference;
119
+ ListInit: LibrarySymbolReference;
120
+ MemberAccess: LibrarySymbolReference;
121
+ MemberInit: LibrarySymbolReference;
122
+ Modulo: LibrarySymbolReference;
123
+ Multiply: LibrarySymbolReference;
124
+ MultiplyChecked: LibrarySymbolReference;
125
+ Negate: LibrarySymbolReference;
126
+ UnaryPlus: LibrarySymbolReference;
127
+ NegateChecked: LibrarySymbolReference;
128
+ New: LibrarySymbolReference;
129
+ NewArrayInit: LibrarySymbolReference;
130
+ NewArrayBounds: LibrarySymbolReference;
131
+ Not: LibrarySymbolReference;
132
+ NotEqual: LibrarySymbolReference;
133
+ Or: LibrarySymbolReference;
134
+ OrElse: LibrarySymbolReference;
135
+ Parameter: LibrarySymbolReference;
136
+ Power: LibrarySymbolReference;
137
+ Quote: LibrarySymbolReference;
138
+ RightShift: LibrarySymbolReference;
139
+ Subtract: LibrarySymbolReference;
140
+ SubtractChecked: LibrarySymbolReference;
141
+ TypeAs: LibrarySymbolReference;
142
+ TypeIs: LibrarySymbolReference;
143
+ Assign: LibrarySymbolReference;
144
+ Block: LibrarySymbolReference;
145
+ DebugInfo: LibrarySymbolReference;
146
+ Decrement: LibrarySymbolReference;
147
+ Dynamic: LibrarySymbolReference;
148
+ Default: LibrarySymbolReference;
149
+ Extension: LibrarySymbolReference;
150
+ Goto: LibrarySymbolReference;
151
+ Increment: LibrarySymbolReference;
152
+ Index: LibrarySymbolReference;
153
+ Label: LibrarySymbolReference;
154
+ RuntimeVariables: LibrarySymbolReference;
155
+ Loop: LibrarySymbolReference;
156
+ Switch: LibrarySymbolReference;
157
+ Throw: LibrarySymbolReference;
158
+ Try: LibrarySymbolReference;
159
+ Unbox: LibrarySymbolReference;
160
+ AddAssign: LibrarySymbolReference;
161
+ AndAssign: LibrarySymbolReference;
162
+ DivideAssign: LibrarySymbolReference;
163
+ ExclusiveOrAssign: LibrarySymbolReference;
164
+ LeftShiftAssign: LibrarySymbolReference;
165
+ ModuloAssign: LibrarySymbolReference;
166
+ MultiplyAssign: LibrarySymbolReference;
167
+ OrAssign: LibrarySymbolReference;
168
+ PowerAssign: LibrarySymbolReference;
169
+ RightShiftAssign: LibrarySymbolReference;
170
+ SubtractAssign: LibrarySymbolReference;
171
+ AddAssignChecked: LibrarySymbolReference;
172
+ MultiplyAssignChecked: LibrarySymbolReference;
173
+ SubtractAssignChecked: LibrarySymbolReference;
174
+ PreIncrementAssign: LibrarySymbolReference;
175
+ PreDecrementAssign: LibrarySymbolReference;
176
+ PostIncrementAssign: LibrarySymbolReference;
177
+ PostDecrementAssign: LibrarySymbolReference;
178
+ TypeEqual: LibrarySymbolReference;
179
+ OnesComplement: LibrarySymbolReference;
180
+ IsTrue: LibrarySymbolReference;
181
+ IsFalse: LibrarySymbolReference
182
+ };
183
+ ExpressionVisitor: LibrarySymbolReference & {
184
+ ExpressionVisitor: LibrarySymbolReference;
185
+ Visit: LibrarySymbolReference;
186
+ VisitBinary: LibrarySymbolReference;
187
+ VisitBlock: LibrarySymbolReference;
188
+ VisitCatchBlock: LibrarySymbolReference;
189
+ VisitConditional: LibrarySymbolReference;
190
+ VisitConstant: LibrarySymbolReference;
191
+ VisitDebugInfo: LibrarySymbolReference;
192
+ VisitDefault: LibrarySymbolReference;
193
+ VisitDynamic: LibrarySymbolReference;
194
+ VisitElementInit: LibrarySymbolReference;
195
+ VisitExtension: LibrarySymbolReference;
196
+ VisitGoto: LibrarySymbolReference;
197
+ VisitIndex: LibrarySymbolReference;
198
+ VisitInvocation: LibrarySymbolReference;
199
+ VisitLabel: LibrarySymbolReference;
200
+ VisitLabelTarget: LibrarySymbolReference;
201
+ VisitListInit: LibrarySymbolReference;
202
+ VisitLoop: LibrarySymbolReference;
203
+ VisitMember: LibrarySymbolReference;
204
+ VisitMemberAssignment: LibrarySymbolReference;
205
+ VisitMemberBinding: LibrarySymbolReference;
206
+ VisitMemberInit: LibrarySymbolReference;
207
+ VisitMemberListBinding: LibrarySymbolReference;
208
+ VisitMemberMemberBinding: LibrarySymbolReference;
209
+ VisitMethodCall: LibrarySymbolReference;
210
+ VisitNew: LibrarySymbolReference;
211
+ VisitNewArray: LibrarySymbolReference;
212
+ VisitParameter: LibrarySymbolReference;
213
+ VisitRuntimeVariables: LibrarySymbolReference;
214
+ VisitSwitch: LibrarySymbolReference;
215
+ VisitSwitchCase: LibrarySymbolReference;
216
+ VisitTry: LibrarySymbolReference;
217
+ VisitTypeBinary: LibrarySymbolReference;
218
+ VisitUnary: LibrarySymbolReference
219
+ };
220
+ GotoExpression: LibrarySymbolReference & {
221
+ Accept: LibrarySymbolReference;
222
+ Update: LibrarySymbolReference;
223
+ Kind: LibrarySymbolReference;
224
+ NodeType: LibrarySymbolReference;
225
+ Target: LibrarySymbolReference;
226
+ Type: LibrarySymbolReference;
227
+ Value: LibrarySymbolReference
228
+ };
229
+ GotoExpressionKind: LibrarySymbolReference & {
230
+ Goto: LibrarySymbolReference;
231
+ Return: LibrarySymbolReference;
232
+ Break: LibrarySymbolReference;
233
+ Continue: LibrarySymbolReference
234
+ };
235
+ IArgumentProvider: LibrarySymbolReference & {
236
+ GetArgument: LibrarySymbolReference;
237
+ ArgumentCount: LibrarySymbolReference
238
+ };
239
+ IDynamicExpression: LibrarySymbolReference & {
240
+ CreateCallSite: LibrarySymbolReference;
241
+ Rewrite: LibrarySymbolReference;
242
+ DelegateType: LibrarySymbolReference
243
+ };
244
+ IndexExpression: LibrarySymbolReference & {
245
+ Accept: LibrarySymbolReference;
246
+ Update: LibrarySymbolReference;
247
+ Arguments: LibrarySymbolReference;
248
+ Indexer: LibrarySymbolReference;
249
+ NodeType: LibrarySymbolReference;
250
+ Object: LibrarySymbolReference;
251
+ Type: LibrarySymbolReference
252
+ };
253
+ InvocationExpression: LibrarySymbolReference & {
254
+ Accept: LibrarySymbolReference;
255
+ Update: LibrarySymbolReference;
256
+ Arguments: LibrarySymbolReference;
257
+ Expression: LibrarySymbolReference;
258
+ NodeType: LibrarySymbolReference;
259
+ Type: LibrarySymbolReference
260
+ };
261
+ LabelExpression: LibrarySymbolReference & {
262
+ Accept: LibrarySymbolReference;
263
+ Update: LibrarySymbolReference;
264
+ DefaultValue: LibrarySymbolReference;
265
+ NodeType: LibrarySymbolReference;
266
+ Target: LibrarySymbolReference;
267
+ Type: LibrarySymbolReference
268
+ };
269
+ LabelTarget: LibrarySymbolReference & {
270
+ ToString: LibrarySymbolReference;
271
+ Name: LibrarySymbolReference;
272
+ Type: LibrarySymbolReference
273
+ };
274
+ LambdaExpression: LibrarySymbolReference & {
275
+ Compile: LibrarySymbolReference;
276
+ Body: LibrarySymbolReference;
277
+ Name: LibrarySymbolReference;
278
+ NodeType: LibrarySymbolReference;
279
+ Parameters: LibrarySymbolReference;
280
+ ReturnType: LibrarySymbolReference;
281
+ TailCall: LibrarySymbolReference;
282
+ Type: LibrarySymbolReference
283
+ };
284
+ ListInitExpression: LibrarySymbolReference & {
285
+ Accept: LibrarySymbolReference;
286
+ Reduce: LibrarySymbolReference;
287
+ Update: LibrarySymbolReference;
288
+ CanReduce: LibrarySymbolReference;
289
+ Initializers: LibrarySymbolReference;
290
+ NewExpression: LibrarySymbolReference;
291
+ NodeType: LibrarySymbolReference;
292
+ Type: LibrarySymbolReference
293
+ };
294
+ LoopExpression: LibrarySymbolReference & {
295
+ Accept: LibrarySymbolReference;
296
+ Update: LibrarySymbolReference;
297
+ Body: LibrarySymbolReference;
298
+ BreakLabel: LibrarySymbolReference;
299
+ ContinueLabel: LibrarySymbolReference;
300
+ NodeType: LibrarySymbolReference;
301
+ Type: LibrarySymbolReference
302
+ };
303
+ MemberAssignment: LibrarySymbolReference & {
304
+ Update: LibrarySymbolReference;
305
+ Expression: LibrarySymbolReference
306
+ };
307
+ MemberBinding: LibrarySymbolReference & {
308
+ MemberBinding: LibrarySymbolReference;
309
+ ToString: LibrarySymbolReference;
310
+ BindingType: LibrarySymbolReference;
311
+ Member: LibrarySymbolReference
312
+ };
313
+ MemberBindingType: LibrarySymbolReference & {
314
+ Assignment: LibrarySymbolReference;
315
+ MemberBinding: LibrarySymbolReference;
316
+ ListBinding: LibrarySymbolReference
317
+ };
318
+ MemberExpression: LibrarySymbolReference & {
319
+ Accept: LibrarySymbolReference;
320
+ Update: LibrarySymbolReference;
321
+ Expression: LibrarySymbolReference;
322
+ Member: LibrarySymbolReference;
323
+ NodeType: LibrarySymbolReference
324
+ };
325
+ MemberInitExpression: LibrarySymbolReference & {
326
+ Accept: LibrarySymbolReference;
327
+ Reduce: LibrarySymbolReference;
328
+ Update: LibrarySymbolReference;
329
+ Bindings: LibrarySymbolReference;
330
+ CanReduce: LibrarySymbolReference;
331
+ NewExpression: LibrarySymbolReference;
332
+ NodeType: LibrarySymbolReference;
333
+ Type: LibrarySymbolReference
334
+ };
335
+ MemberListBinding: LibrarySymbolReference & {
336
+ Update: LibrarySymbolReference;
337
+ Initializers: LibrarySymbolReference
338
+ };
339
+ MemberMemberBinding: LibrarySymbolReference & {
340
+ Update: LibrarySymbolReference;
341
+ Bindings: LibrarySymbolReference
342
+ };
343
+ MethodCallExpression: LibrarySymbolReference & {
344
+ Accept: LibrarySymbolReference;
345
+ Update: LibrarySymbolReference;
346
+ Arguments: LibrarySymbolReference;
347
+ Method: LibrarySymbolReference;
348
+ NodeType: LibrarySymbolReference;
349
+ Object: LibrarySymbolReference;
350
+ Type: LibrarySymbolReference
351
+ };
352
+ NewArrayExpression: LibrarySymbolReference & {
353
+ Accept: LibrarySymbolReference;
354
+ Update: LibrarySymbolReference;
355
+ Expressions: LibrarySymbolReference;
356
+ Type: LibrarySymbolReference
357
+ };
358
+ NewExpression: LibrarySymbolReference & {
359
+ Accept: LibrarySymbolReference;
360
+ Update: LibrarySymbolReference;
361
+ Arguments: LibrarySymbolReference;
362
+ Constructor: LibrarySymbolReference;
363
+ Members: LibrarySymbolReference;
364
+ NodeType: LibrarySymbolReference;
365
+ Type: LibrarySymbolReference
366
+ };
367
+ ParameterExpression: LibrarySymbolReference & {
368
+ Accept: LibrarySymbolReference;
369
+ IsByRef: LibrarySymbolReference;
370
+ Name: LibrarySymbolReference;
371
+ NodeType: LibrarySymbolReference;
372
+ Type: LibrarySymbolReference
373
+ };
374
+ RuntimeVariablesExpression: LibrarySymbolReference & {
375
+ Accept: LibrarySymbolReference;
376
+ Update: LibrarySymbolReference;
377
+ NodeType: LibrarySymbolReference;
378
+ Type: LibrarySymbolReference;
379
+ Variables: LibrarySymbolReference
380
+ };
381
+ SwitchCase: LibrarySymbolReference & {
382
+ ToString: LibrarySymbolReference;
383
+ Update: LibrarySymbolReference;
384
+ Body: LibrarySymbolReference;
385
+ TestValues: LibrarySymbolReference
386
+ };
387
+ SwitchExpression: LibrarySymbolReference & {
388
+ Accept: LibrarySymbolReference;
389
+ Update: LibrarySymbolReference;
390
+ Cases: LibrarySymbolReference;
391
+ Comparison: LibrarySymbolReference;
392
+ DefaultBody: LibrarySymbolReference;
393
+ NodeType: LibrarySymbolReference;
394
+ SwitchValue: LibrarySymbolReference;
395
+ Type: LibrarySymbolReference
396
+ };
397
+ SymbolDocumentInfo: LibrarySymbolReference & {
398
+ DocumentType: LibrarySymbolReference;
399
+ FileName: LibrarySymbolReference;
400
+ Language: LibrarySymbolReference;
401
+ LanguageVendor: LibrarySymbolReference
402
+ };
403
+ TryExpression: LibrarySymbolReference & {
404
+ Accept: LibrarySymbolReference;
405
+ Update: LibrarySymbolReference;
406
+ Body: LibrarySymbolReference;
407
+ Fault: LibrarySymbolReference;
408
+ Finally: LibrarySymbolReference;
409
+ Handlers: LibrarySymbolReference;
410
+ NodeType: LibrarySymbolReference;
411
+ Type: LibrarySymbolReference
412
+ };
413
+ TypeBinaryExpression: LibrarySymbolReference & {
414
+ Accept: LibrarySymbolReference;
415
+ Update: LibrarySymbolReference;
416
+ Expression: LibrarySymbolReference;
417
+ NodeType: LibrarySymbolReference;
418
+ Type: LibrarySymbolReference;
419
+ TypeOperand: LibrarySymbolReference
420
+ };
421
+ UnaryExpression: LibrarySymbolReference & {
422
+ Accept: LibrarySymbolReference;
423
+ Reduce: LibrarySymbolReference;
424
+ Update: LibrarySymbolReference;
425
+ CanReduce: LibrarySymbolReference;
426
+ IsLifted: LibrarySymbolReference;
427
+ IsLiftedToNull: LibrarySymbolReference;
428
+ Method: LibrarySymbolReference;
429
+ NodeType: LibrarySymbolReference;
430
+ Operand: LibrarySymbolReference;
431
+ Type: LibrarySymbolReference
432
+ }
433
+ };
434
+ const Expressions: ExpressionsLibrary = createLibrary("System.Linq.Expressions", {
435
+ BinaryExpression: {
436
+ kind: "class",
437
+ members: {
438
+ Accept: {
439
+ kind: "method",
440
+ methodKind: "ordinary",
441
+ isOverride: true,
442
+ },
443
+ Reduce: {
444
+ kind: "method",
445
+ methodKind: "ordinary",
446
+ isOverride: true,
447
+ },
448
+ Update: {
449
+ kind: "method",
450
+ methodKind: "ordinary",
451
+ },
452
+ CanReduce: {
453
+ kind: "property",
454
+ type: () => {
455
+ return System.Boolean;
456
+ },
457
+ isOverride: true,
458
+ },
459
+ Conversion: {
460
+ kind: "property",
461
+ type: () => {
462
+ return Expressions.LambdaExpression;
463
+ },
464
+ isNullable: true,
465
+ },
466
+ IsLifted: {
467
+ kind: "property",
468
+ type: () => {
469
+ return System.Boolean;
470
+ },
471
+ },
472
+ IsLiftedToNull: {
473
+ kind: "property",
474
+ type: () => {
475
+ return System.Boolean;
476
+ },
477
+ },
478
+ Left: {
479
+ kind: "property",
480
+ type: () => {
481
+ return Expressions.Expression;
482
+ },
483
+ },
484
+ Method: {
485
+ kind: "property",
486
+ type: () => {
487
+ return Reflection.MethodInfo;
488
+ },
489
+ },
490
+ Right: {
491
+ kind: "property",
492
+ type: () => {
493
+ return Expressions.Expression;
494
+ },
495
+ },
496
+ },
497
+ },
498
+ BlockExpression: {
499
+ kind: "class",
500
+ members: {
501
+ Accept: {
502
+ kind: "method",
503
+ methodKind: "ordinary",
504
+ isOverride: true,
505
+ },
506
+ Update: {
507
+ kind: "method",
508
+ methodKind: "ordinary",
509
+ },
510
+ Expressions: {
511
+ kind: "property",
512
+ type: () => {
513
+ return ObjectModel.ReadOnlyCollection;
514
+ },
515
+ },
516
+ NodeType: {
517
+ kind: "property",
518
+ type: () => {
519
+ return Expressions.ExpressionType;
520
+ },
521
+ isOverride: true,
522
+ isSealed: true,
523
+ },
524
+ Result: {
525
+ kind: "property",
526
+ type: () => {
527
+ return Expressions.Expression;
528
+ },
529
+ },
530
+ Type: {
531
+ kind: "property",
532
+ type: () => {
533
+ return System.Type;
534
+ },
535
+ isOverride: true,
536
+ },
537
+ Variables: {
538
+ kind: "property",
539
+ type: () => {
540
+ return ObjectModel.ReadOnlyCollection;
541
+ },
542
+ },
543
+ },
544
+ },
545
+ CatchBlock: {
546
+ kind: "class",
547
+ members: {
548
+ ToString: {
549
+ kind: "method",
550
+ methodKind: "ordinary",
551
+ isOverride: true,
552
+ },
553
+ Update: {
554
+ kind: "method",
555
+ methodKind: "ordinary",
556
+ },
557
+ Body: {
558
+ kind: "property",
559
+ type: () => {
560
+ return Expressions.Expression;
561
+ },
562
+ },
563
+ Filter: {
564
+ kind: "property",
565
+ type: () => {
566
+ return Expressions.Expression;
567
+ },
568
+ isNullable: true,
569
+ },
570
+ Test: {
571
+ kind: "property",
572
+ type: () => {
573
+ return System.Type;
574
+ },
575
+ },
576
+ Variable: {
577
+ kind: "property",
578
+ type: () => {
579
+ return Expressions.ParameterExpression;
580
+ },
581
+ isNullable: true,
582
+ },
583
+ },
584
+ isSealed: true,
585
+ },
586
+ ConditionalExpression: {
587
+ kind: "class",
588
+ members: {
589
+ Accept: {
590
+ kind: "method",
591
+ methodKind: "ordinary",
592
+ isOverride: true,
593
+ },
594
+ Update: {
595
+ kind: "method",
596
+ methodKind: "ordinary",
597
+ },
598
+ IfFalse: {
599
+ kind: "property",
600
+ type: () => {
601
+ return Expressions.Expression;
602
+ },
603
+ },
604
+ IfTrue: {
605
+ kind: "property",
606
+ type: () => {
607
+ return Expressions.Expression;
608
+ },
609
+ },
610
+ NodeType: {
611
+ kind: "property",
612
+ type: () => {
613
+ return Expressions.ExpressionType;
614
+ },
615
+ isOverride: true,
616
+ isSealed: true,
617
+ },
618
+ Test: {
619
+ kind: "property",
620
+ type: () => {
621
+ return Expressions.Expression;
622
+ },
623
+ },
624
+ Type: {
625
+ kind: "property",
626
+ type: () => {
627
+ return System.Type;
628
+ },
629
+ isOverride: true,
630
+ },
631
+ },
632
+ },
633
+ ConstantExpression: {
634
+ kind: "class",
635
+ members: {
636
+ Accept: {
637
+ kind: "method",
638
+ methodKind: "ordinary",
639
+ isOverride: true,
640
+ },
641
+ NodeType: {
642
+ kind: "property",
643
+ type: () => {
644
+ return Expressions.ExpressionType;
645
+ },
646
+ isOverride: true,
647
+ isSealed: true,
648
+ },
649
+ Type: {
650
+ kind: "property",
651
+ type: () => {
652
+ return System.Type;
653
+ },
654
+ isOverride: true,
655
+ },
656
+ Value: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.Object;
660
+ },
661
+ isNullable: true,
662
+ },
663
+ },
664
+ },
665
+ DebugInfoExpression: {
666
+ kind: "class",
667
+ members: {
668
+ Accept: {
669
+ kind: "method",
670
+ methodKind: "ordinary",
671
+ isOverride: true,
672
+ },
673
+ Document: {
674
+ kind: "property",
675
+ type: () => {
676
+ return Expressions.SymbolDocumentInfo;
677
+ },
678
+ },
679
+ EndColumn: {
680
+ kind: "property",
681
+ type: () => {
682
+ return System.Int32;
683
+ },
684
+ isVirtual: true,
685
+ },
686
+ EndLine: {
687
+ kind: "property",
688
+ type: () => {
689
+ return System.Int32;
690
+ },
691
+ isVirtual: true,
692
+ },
693
+ IsClear: {
694
+ kind: "property",
695
+ type: () => {
696
+ return System.Boolean;
697
+ },
698
+ isVirtual: true,
699
+ },
700
+ NodeType: {
701
+ kind: "property",
702
+ type: () => {
703
+ return Expressions.ExpressionType;
704
+ },
705
+ isOverride: true,
706
+ isSealed: true,
707
+ },
708
+ StartColumn: {
709
+ kind: "property",
710
+ type: () => {
711
+ return System.Int32;
712
+ },
713
+ isVirtual: true,
714
+ },
715
+ StartLine: {
716
+ kind: "property",
717
+ type: () => {
718
+ return System.Int32;
719
+ },
720
+ isVirtual: true,
721
+ },
722
+ Type: {
723
+ kind: "property",
724
+ type: () => {
725
+ return System.Type;
726
+ },
727
+ isOverride: true,
728
+ isSealed: true,
729
+ },
730
+ },
731
+ },
732
+ DefaultExpression: {
733
+ kind: "class",
734
+ members: {
735
+ Accept: {
736
+ kind: "method",
737
+ methodKind: "ordinary",
738
+ isOverride: true,
739
+ },
740
+ NodeType: {
741
+ kind: "property",
742
+ type: () => {
743
+ return Expressions.ExpressionType;
744
+ },
745
+ isOverride: true,
746
+ isSealed: true,
747
+ },
748
+ Type: {
749
+ kind: "property",
750
+ type: () => {
751
+ return System.Type;
752
+ },
753
+ isOverride: true,
754
+ isSealed: true,
755
+ },
756
+ },
757
+ isSealed: true,
758
+ },
759
+ DynamicExpression: {
760
+ kind: "class",
761
+ members: {
762
+ Accept: {
763
+ kind: "method",
764
+ methodKind: "ordinary",
765
+ isOverride: true,
766
+ },
767
+ Dynamic: {
768
+ kind: "method",
769
+ methodKind: "ordinary",
770
+ isStatic: true,
771
+ },
772
+ MakeDynamic: {
773
+ kind: "method",
774
+ methodKind: "ordinary",
775
+ isStatic: true,
776
+ },
777
+ Update: {
778
+ kind: "method",
779
+ methodKind: "ordinary",
780
+ },
781
+ Arguments: {
782
+ kind: "property",
783
+ type: () => {
784
+ return ObjectModel.ReadOnlyCollection;
785
+ },
786
+ },
787
+ Binder: {
788
+ kind: "property",
789
+ type: () => {
790
+ return CompilerServices.CallSiteBinder;
791
+ },
792
+ },
793
+ DelegateType: {
794
+ kind: "property",
795
+ type: () => {
796
+ return System.Type;
797
+ },
798
+ },
799
+ NodeType: {
800
+ kind: "property",
801
+ type: () => {
802
+ return Expressions.ExpressionType;
803
+ },
804
+ isOverride: true,
805
+ isSealed: true,
806
+ },
807
+ Type: {
808
+ kind: "property",
809
+ type: () => {
810
+ return System.Type;
811
+ },
812
+ isOverride: true,
813
+ },
814
+ },
815
+ },
816
+ DynamicExpressionVisitor: {
817
+ kind: "class",
818
+ members: {
819
+ DynamicExpressionVisitor: {
820
+ kind: "method",
821
+ methodKind: "constructor",
822
+ },
823
+ VisitDynamic: {
824
+ kind: "method",
825
+ methodKind: "ordinary",
826
+ isOverride: true,
827
+ },
828
+ },
829
+ isAbstract: true,
830
+ },
831
+ ElementInit: {
832
+ kind: "class",
833
+ members: {
834
+ ToString: {
835
+ kind: "method",
836
+ methodKind: "ordinary",
837
+ isOverride: true,
838
+ },
839
+ Update: {
840
+ kind: "method",
841
+ methodKind: "ordinary",
842
+ },
843
+ AddMethod: {
844
+ kind: "property",
845
+ type: () => {
846
+ return Reflection.MethodInfo;
847
+ },
848
+ },
849
+ Arguments: {
850
+ kind: "property",
851
+ type: () => {
852
+ return ObjectModel.ReadOnlyCollection;
853
+ },
854
+ },
855
+ },
856
+ isSealed: true,
857
+ },
858
+ Expression: {
859
+ kind: "class",
860
+ members: {
861
+ Accept: {
862
+ kind: "method",
863
+ methodKind: "ordinary",
864
+ isOverride: true,
865
+ },
866
+ Compile: {
867
+ kind: "method",
868
+ methodKind: "ordinary",
869
+ },
870
+ Update: {
871
+ kind: "method",
872
+ methodKind: "ordinary",
873
+ },
874
+ },
875
+ isSealed: true,
876
+ },
877
+ ExpressionType: {
878
+ kind: "enum",
879
+ members: {
880
+ Add: {
881
+ kind: "field",
882
+ type: () => {
883
+ return Expressions.ExpressionType;
884
+ },
885
+ },
886
+ AddChecked: {
887
+ kind: "field",
888
+ type: () => {
889
+ return Expressions.ExpressionType;
890
+ },
891
+ },
892
+ And: {
893
+ kind: "field",
894
+ type: () => {
895
+ return Expressions.ExpressionType;
896
+ },
897
+ },
898
+ AndAlso: {
899
+ kind: "field",
900
+ type: () => {
901
+ return Expressions.ExpressionType;
902
+ },
903
+ },
904
+ ArrayLength: {
905
+ kind: "field",
906
+ type: () => {
907
+ return Expressions.ExpressionType;
908
+ },
909
+ },
910
+ ArrayIndex: {
911
+ kind: "field",
912
+ type: () => {
913
+ return Expressions.ExpressionType;
914
+ },
915
+ },
916
+ Call: {
917
+ kind: "field",
918
+ type: () => {
919
+ return Expressions.ExpressionType;
920
+ },
921
+ },
922
+ Coalesce: {
923
+ kind: "field",
924
+ type: () => {
925
+ return Expressions.ExpressionType;
926
+ },
927
+ },
928
+ Conditional: {
929
+ kind: "field",
930
+ type: () => {
931
+ return Expressions.ExpressionType;
932
+ },
933
+ },
934
+ Constant: {
935
+ kind: "field",
936
+ type: () => {
937
+ return Expressions.ExpressionType;
938
+ },
939
+ },
940
+ Convert: {
941
+ kind: "field",
942
+ type: () => {
943
+ return Expressions.ExpressionType;
944
+ },
945
+ },
946
+ ConvertChecked: {
947
+ kind: "field",
948
+ type: () => {
949
+ return Expressions.ExpressionType;
950
+ },
951
+ },
952
+ Divide: {
953
+ kind: "field",
954
+ type: () => {
955
+ return Expressions.ExpressionType;
956
+ },
957
+ },
958
+ Equal: {
959
+ kind: "field",
960
+ type: () => {
961
+ return Expressions.ExpressionType;
962
+ },
963
+ },
964
+ ExclusiveOr: {
965
+ kind: "field",
966
+ type: () => {
967
+ return Expressions.ExpressionType;
968
+ },
969
+ },
970
+ GreaterThan: {
971
+ kind: "field",
972
+ type: () => {
973
+ return Expressions.ExpressionType;
974
+ },
975
+ },
976
+ GreaterThanOrEqual: {
977
+ kind: "field",
978
+ type: () => {
979
+ return Expressions.ExpressionType;
980
+ },
981
+ },
982
+ Invoke: {
983
+ kind: "field",
984
+ type: () => {
985
+ return Expressions.ExpressionType;
986
+ },
987
+ },
988
+ Lambda: {
989
+ kind: "field",
990
+ type: () => {
991
+ return Expressions.ExpressionType;
992
+ },
993
+ },
994
+ LeftShift: {
995
+ kind: "field",
996
+ type: () => {
997
+ return Expressions.ExpressionType;
998
+ },
999
+ },
1000
+ LessThan: {
1001
+ kind: "field",
1002
+ type: () => {
1003
+ return Expressions.ExpressionType;
1004
+ },
1005
+ },
1006
+ LessThanOrEqual: {
1007
+ kind: "field",
1008
+ type: () => {
1009
+ return Expressions.ExpressionType;
1010
+ },
1011
+ },
1012
+ ListInit: {
1013
+ kind: "field",
1014
+ type: () => {
1015
+ return Expressions.ExpressionType;
1016
+ },
1017
+ },
1018
+ MemberAccess: {
1019
+ kind: "field",
1020
+ type: () => {
1021
+ return Expressions.ExpressionType;
1022
+ },
1023
+ },
1024
+ MemberInit: {
1025
+ kind: "field",
1026
+ type: () => {
1027
+ return Expressions.ExpressionType;
1028
+ },
1029
+ },
1030
+ Modulo: {
1031
+ kind: "field",
1032
+ type: () => {
1033
+ return Expressions.ExpressionType;
1034
+ },
1035
+ },
1036
+ Multiply: {
1037
+ kind: "field",
1038
+ type: () => {
1039
+ return Expressions.ExpressionType;
1040
+ },
1041
+ },
1042
+ MultiplyChecked: {
1043
+ kind: "field",
1044
+ type: () => {
1045
+ return Expressions.ExpressionType;
1046
+ },
1047
+ },
1048
+ Negate: {
1049
+ kind: "field",
1050
+ type: () => {
1051
+ return Expressions.ExpressionType;
1052
+ },
1053
+ },
1054
+ UnaryPlus: {
1055
+ kind: "field",
1056
+ type: () => {
1057
+ return Expressions.ExpressionType;
1058
+ },
1059
+ },
1060
+ NegateChecked: {
1061
+ kind: "field",
1062
+ type: () => {
1063
+ return Expressions.ExpressionType;
1064
+ },
1065
+ },
1066
+ New: {
1067
+ kind: "field",
1068
+ type: () => {
1069
+ return Expressions.ExpressionType;
1070
+ },
1071
+ },
1072
+ NewArrayInit: {
1073
+ kind: "field",
1074
+ type: () => {
1075
+ return Expressions.ExpressionType;
1076
+ },
1077
+ },
1078
+ NewArrayBounds: {
1079
+ kind: "field",
1080
+ type: () => {
1081
+ return Expressions.ExpressionType;
1082
+ },
1083
+ },
1084
+ Not: {
1085
+ kind: "field",
1086
+ type: () => {
1087
+ return Expressions.ExpressionType;
1088
+ },
1089
+ },
1090
+ NotEqual: {
1091
+ kind: "field",
1092
+ type: () => {
1093
+ return Expressions.ExpressionType;
1094
+ },
1095
+ },
1096
+ Or: {
1097
+ kind: "field",
1098
+ type: () => {
1099
+ return Expressions.ExpressionType;
1100
+ },
1101
+ },
1102
+ OrElse: {
1103
+ kind: "field",
1104
+ type: () => {
1105
+ return Expressions.ExpressionType;
1106
+ },
1107
+ },
1108
+ Parameter: {
1109
+ kind: "field",
1110
+ type: () => {
1111
+ return Expressions.ExpressionType;
1112
+ },
1113
+ },
1114
+ Power: {
1115
+ kind: "field",
1116
+ type: () => {
1117
+ return Expressions.ExpressionType;
1118
+ },
1119
+ },
1120
+ Quote: {
1121
+ kind: "field",
1122
+ type: () => {
1123
+ return Expressions.ExpressionType;
1124
+ },
1125
+ },
1126
+ RightShift: {
1127
+ kind: "field",
1128
+ type: () => {
1129
+ return Expressions.ExpressionType;
1130
+ },
1131
+ },
1132
+ Subtract: {
1133
+ kind: "field",
1134
+ type: () => {
1135
+ return Expressions.ExpressionType;
1136
+ },
1137
+ },
1138
+ SubtractChecked: {
1139
+ kind: "field",
1140
+ type: () => {
1141
+ return Expressions.ExpressionType;
1142
+ },
1143
+ },
1144
+ TypeAs: {
1145
+ kind: "field",
1146
+ type: () => {
1147
+ return Expressions.ExpressionType;
1148
+ },
1149
+ },
1150
+ TypeIs: {
1151
+ kind: "field",
1152
+ type: () => {
1153
+ return Expressions.ExpressionType;
1154
+ },
1155
+ },
1156
+ Assign: {
1157
+ kind: "field",
1158
+ type: () => {
1159
+ return Expressions.ExpressionType;
1160
+ },
1161
+ },
1162
+ Block: {
1163
+ kind: "field",
1164
+ type: () => {
1165
+ return Expressions.ExpressionType;
1166
+ },
1167
+ },
1168
+ DebugInfo: {
1169
+ kind: "field",
1170
+ type: () => {
1171
+ return Expressions.ExpressionType;
1172
+ },
1173
+ },
1174
+ Decrement: {
1175
+ kind: "field",
1176
+ type: () => {
1177
+ return Expressions.ExpressionType;
1178
+ },
1179
+ },
1180
+ Dynamic: {
1181
+ kind: "field",
1182
+ type: () => {
1183
+ return Expressions.ExpressionType;
1184
+ },
1185
+ },
1186
+ Default: {
1187
+ kind: "field",
1188
+ type: () => {
1189
+ return Expressions.ExpressionType;
1190
+ },
1191
+ },
1192
+ Extension: {
1193
+ kind: "field",
1194
+ type: () => {
1195
+ return Expressions.ExpressionType;
1196
+ },
1197
+ },
1198
+ Goto: {
1199
+ kind: "field",
1200
+ type: () => {
1201
+ return Expressions.ExpressionType;
1202
+ },
1203
+ },
1204
+ Increment: {
1205
+ kind: "field",
1206
+ type: () => {
1207
+ return Expressions.ExpressionType;
1208
+ },
1209
+ },
1210
+ Index: {
1211
+ kind: "field",
1212
+ type: () => {
1213
+ return Expressions.ExpressionType;
1214
+ },
1215
+ },
1216
+ Label: {
1217
+ kind: "field",
1218
+ type: () => {
1219
+ return Expressions.ExpressionType;
1220
+ },
1221
+ },
1222
+ RuntimeVariables: {
1223
+ kind: "field",
1224
+ type: () => {
1225
+ return Expressions.ExpressionType;
1226
+ },
1227
+ },
1228
+ Loop: {
1229
+ kind: "field",
1230
+ type: () => {
1231
+ return Expressions.ExpressionType;
1232
+ },
1233
+ },
1234
+ Switch: {
1235
+ kind: "field",
1236
+ type: () => {
1237
+ return Expressions.ExpressionType;
1238
+ },
1239
+ },
1240
+ Throw: {
1241
+ kind: "field",
1242
+ type: () => {
1243
+ return Expressions.ExpressionType;
1244
+ },
1245
+ },
1246
+ Try: {
1247
+ kind: "field",
1248
+ type: () => {
1249
+ return Expressions.ExpressionType;
1250
+ },
1251
+ },
1252
+ Unbox: {
1253
+ kind: "field",
1254
+ type: () => {
1255
+ return Expressions.ExpressionType;
1256
+ },
1257
+ },
1258
+ AddAssign: {
1259
+ kind: "field",
1260
+ type: () => {
1261
+ return Expressions.ExpressionType;
1262
+ },
1263
+ },
1264
+ AndAssign: {
1265
+ kind: "field",
1266
+ type: () => {
1267
+ return Expressions.ExpressionType;
1268
+ },
1269
+ },
1270
+ DivideAssign: {
1271
+ kind: "field",
1272
+ type: () => {
1273
+ return Expressions.ExpressionType;
1274
+ },
1275
+ },
1276
+ ExclusiveOrAssign: {
1277
+ kind: "field",
1278
+ type: () => {
1279
+ return Expressions.ExpressionType;
1280
+ },
1281
+ },
1282
+ LeftShiftAssign: {
1283
+ kind: "field",
1284
+ type: () => {
1285
+ return Expressions.ExpressionType;
1286
+ },
1287
+ },
1288
+ ModuloAssign: {
1289
+ kind: "field",
1290
+ type: () => {
1291
+ return Expressions.ExpressionType;
1292
+ },
1293
+ },
1294
+ MultiplyAssign: {
1295
+ kind: "field",
1296
+ type: () => {
1297
+ return Expressions.ExpressionType;
1298
+ },
1299
+ },
1300
+ OrAssign: {
1301
+ kind: "field",
1302
+ type: () => {
1303
+ return Expressions.ExpressionType;
1304
+ },
1305
+ },
1306
+ PowerAssign: {
1307
+ kind: "field",
1308
+ type: () => {
1309
+ return Expressions.ExpressionType;
1310
+ },
1311
+ },
1312
+ RightShiftAssign: {
1313
+ kind: "field",
1314
+ type: () => {
1315
+ return Expressions.ExpressionType;
1316
+ },
1317
+ },
1318
+ SubtractAssign: {
1319
+ kind: "field",
1320
+ type: () => {
1321
+ return Expressions.ExpressionType;
1322
+ },
1323
+ },
1324
+ AddAssignChecked: {
1325
+ kind: "field",
1326
+ type: () => {
1327
+ return Expressions.ExpressionType;
1328
+ },
1329
+ },
1330
+ MultiplyAssignChecked: {
1331
+ kind: "field",
1332
+ type: () => {
1333
+ return Expressions.ExpressionType;
1334
+ },
1335
+ },
1336
+ SubtractAssignChecked: {
1337
+ kind: "field",
1338
+ type: () => {
1339
+ return Expressions.ExpressionType;
1340
+ },
1341
+ },
1342
+ PreIncrementAssign: {
1343
+ kind: "field",
1344
+ type: () => {
1345
+ return Expressions.ExpressionType;
1346
+ },
1347
+ },
1348
+ PreDecrementAssign: {
1349
+ kind: "field",
1350
+ type: () => {
1351
+ return Expressions.ExpressionType;
1352
+ },
1353
+ },
1354
+ PostIncrementAssign: {
1355
+ kind: "field",
1356
+ type: () => {
1357
+ return Expressions.ExpressionType;
1358
+ },
1359
+ },
1360
+ PostDecrementAssign: {
1361
+ kind: "field",
1362
+ type: () => {
1363
+ return Expressions.ExpressionType;
1364
+ },
1365
+ },
1366
+ TypeEqual: {
1367
+ kind: "field",
1368
+ type: () => {
1369
+ return Expressions.ExpressionType;
1370
+ },
1371
+ },
1372
+ OnesComplement: {
1373
+ kind: "field",
1374
+ type: () => {
1375
+ return Expressions.ExpressionType;
1376
+ },
1377
+ },
1378
+ IsTrue: {
1379
+ kind: "field",
1380
+ type: () => {
1381
+ return Expressions.ExpressionType;
1382
+ },
1383
+ },
1384
+ IsFalse: {
1385
+ kind: "field",
1386
+ type: () => {
1387
+ return Expressions.ExpressionType;
1388
+ },
1389
+ },
1390
+ },
1391
+ },
1392
+ ExpressionVisitor: {
1393
+ kind: "class",
1394
+ members: {
1395
+ ExpressionVisitor: {
1396
+ kind: "method",
1397
+ methodKind: "constructor",
1398
+ },
1399
+ Visit: {
1400
+ kind: "method",
1401
+ methodKind: "ordinary",
1402
+ },
1403
+ VisitBinary: {
1404
+ kind: "method",
1405
+ methodKind: "ordinary",
1406
+ isVirtual: true,
1407
+ },
1408
+ VisitBlock: {
1409
+ kind: "method",
1410
+ methodKind: "ordinary",
1411
+ isVirtual: true,
1412
+ },
1413
+ VisitCatchBlock: {
1414
+ kind: "method",
1415
+ methodKind: "ordinary",
1416
+ isVirtual: true,
1417
+ },
1418
+ VisitConditional: {
1419
+ kind: "method",
1420
+ methodKind: "ordinary",
1421
+ isVirtual: true,
1422
+ },
1423
+ VisitConstant: {
1424
+ kind: "method",
1425
+ methodKind: "ordinary",
1426
+ isVirtual: true,
1427
+ },
1428
+ VisitDebugInfo: {
1429
+ kind: "method",
1430
+ methodKind: "ordinary",
1431
+ isVirtual: true,
1432
+ },
1433
+ VisitDefault: {
1434
+ kind: "method",
1435
+ methodKind: "ordinary",
1436
+ isVirtual: true,
1437
+ },
1438
+ VisitDynamic: {
1439
+ kind: "method",
1440
+ methodKind: "ordinary",
1441
+ isVirtual: true,
1442
+ },
1443
+ VisitElementInit: {
1444
+ kind: "method",
1445
+ methodKind: "ordinary",
1446
+ isVirtual: true,
1447
+ },
1448
+ VisitExtension: {
1449
+ kind: "method",
1450
+ methodKind: "ordinary",
1451
+ isVirtual: true,
1452
+ },
1453
+ VisitGoto: {
1454
+ kind: "method",
1455
+ methodKind: "ordinary",
1456
+ isVirtual: true,
1457
+ },
1458
+ VisitIndex: {
1459
+ kind: "method",
1460
+ methodKind: "ordinary",
1461
+ isVirtual: true,
1462
+ },
1463
+ VisitInvocation: {
1464
+ kind: "method",
1465
+ methodKind: "ordinary",
1466
+ isVirtual: true,
1467
+ },
1468
+ VisitLabel: {
1469
+ kind: "method",
1470
+ methodKind: "ordinary",
1471
+ isVirtual: true,
1472
+ },
1473
+ VisitLabelTarget: {
1474
+ kind: "method",
1475
+ methodKind: "ordinary",
1476
+ isVirtual: true,
1477
+ },
1478
+ VisitListInit: {
1479
+ kind: "method",
1480
+ methodKind: "ordinary",
1481
+ isVirtual: true,
1482
+ },
1483
+ VisitLoop: {
1484
+ kind: "method",
1485
+ methodKind: "ordinary",
1486
+ isVirtual: true,
1487
+ },
1488
+ VisitMember: {
1489
+ kind: "method",
1490
+ methodKind: "ordinary",
1491
+ isVirtual: true,
1492
+ },
1493
+ VisitMemberAssignment: {
1494
+ kind: "method",
1495
+ methodKind: "ordinary",
1496
+ isVirtual: true,
1497
+ },
1498
+ VisitMemberBinding: {
1499
+ kind: "method",
1500
+ methodKind: "ordinary",
1501
+ isVirtual: true,
1502
+ },
1503
+ VisitMemberInit: {
1504
+ kind: "method",
1505
+ methodKind: "ordinary",
1506
+ isVirtual: true,
1507
+ },
1508
+ VisitMemberListBinding: {
1509
+ kind: "method",
1510
+ methodKind: "ordinary",
1511
+ isVirtual: true,
1512
+ },
1513
+ VisitMemberMemberBinding: {
1514
+ kind: "method",
1515
+ methodKind: "ordinary",
1516
+ isVirtual: true,
1517
+ },
1518
+ VisitMethodCall: {
1519
+ kind: "method",
1520
+ methodKind: "ordinary",
1521
+ isVirtual: true,
1522
+ },
1523
+ VisitNew: {
1524
+ kind: "method",
1525
+ methodKind: "ordinary",
1526
+ isVirtual: true,
1527
+ },
1528
+ VisitNewArray: {
1529
+ kind: "method",
1530
+ methodKind: "ordinary",
1531
+ isVirtual: true,
1532
+ },
1533
+ VisitParameter: {
1534
+ kind: "method",
1535
+ methodKind: "ordinary",
1536
+ isVirtual: true,
1537
+ },
1538
+ VisitRuntimeVariables: {
1539
+ kind: "method",
1540
+ methodKind: "ordinary",
1541
+ isVirtual: true,
1542
+ },
1543
+ VisitSwitch: {
1544
+ kind: "method",
1545
+ methodKind: "ordinary",
1546
+ isVirtual: true,
1547
+ },
1548
+ VisitSwitchCase: {
1549
+ kind: "method",
1550
+ methodKind: "ordinary",
1551
+ isVirtual: true,
1552
+ },
1553
+ VisitTry: {
1554
+ kind: "method",
1555
+ methodKind: "ordinary",
1556
+ isVirtual: true,
1557
+ },
1558
+ VisitTypeBinary: {
1559
+ kind: "method",
1560
+ methodKind: "ordinary",
1561
+ isVirtual: true,
1562
+ },
1563
+ VisitUnary: {
1564
+ kind: "method",
1565
+ methodKind: "ordinary",
1566
+ isVirtual: true,
1567
+ },
1568
+ },
1569
+ isAbstract: true,
1570
+ },
1571
+ GotoExpression: {
1572
+ kind: "class",
1573
+ members: {
1574
+ Accept: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isOverride: true,
1578
+ },
1579
+ Update: {
1580
+ kind: "method",
1581
+ methodKind: "ordinary",
1582
+ },
1583
+ Kind: {
1584
+ kind: "property",
1585
+ type: () => {
1586
+ return Expressions.GotoExpressionKind;
1587
+ },
1588
+ },
1589
+ NodeType: {
1590
+ kind: "property",
1591
+ type: () => {
1592
+ return Expressions.ExpressionType;
1593
+ },
1594
+ isOverride: true,
1595
+ isSealed: true,
1596
+ },
1597
+ Target: {
1598
+ kind: "property",
1599
+ type: () => {
1600
+ return Expressions.LabelTarget;
1601
+ },
1602
+ },
1603
+ Type: {
1604
+ kind: "property",
1605
+ type: () => {
1606
+ return System.Type;
1607
+ },
1608
+ isOverride: true,
1609
+ isSealed: true,
1610
+ },
1611
+ Value: {
1612
+ kind: "property",
1613
+ type: () => {
1614
+ return Expressions.Expression;
1615
+ },
1616
+ isNullable: true,
1617
+ },
1618
+ },
1619
+ isSealed: true,
1620
+ },
1621
+ GotoExpressionKind: {
1622
+ kind: "enum",
1623
+ members: {
1624
+ Goto: {
1625
+ kind: "field",
1626
+ type: () => {
1627
+ return Expressions.GotoExpressionKind;
1628
+ },
1629
+ },
1630
+ Return: {
1631
+ kind: "field",
1632
+ type: () => {
1633
+ return Expressions.GotoExpressionKind;
1634
+ },
1635
+ },
1636
+ Break: {
1637
+ kind: "field",
1638
+ type: () => {
1639
+ return Expressions.GotoExpressionKind;
1640
+ },
1641
+ },
1642
+ Continue: {
1643
+ kind: "field",
1644
+ type: () => {
1645
+ return Expressions.GotoExpressionKind;
1646
+ },
1647
+ },
1648
+ },
1649
+ },
1650
+ IArgumentProvider: {
1651
+ kind: "interface",
1652
+ members: {
1653
+ GetArgument: {
1654
+ kind: "method",
1655
+ methodKind: "ordinary",
1656
+ },
1657
+ ArgumentCount: {
1658
+ kind: "property",
1659
+ type: () => {
1660
+ return System.Int32;
1661
+ },
1662
+ },
1663
+ },
1664
+ },
1665
+ IDynamicExpression: {
1666
+ kind: "interface",
1667
+ members: {
1668
+ CreateCallSite: {
1669
+ kind: "method",
1670
+ methodKind: "ordinary",
1671
+ },
1672
+ Rewrite: {
1673
+ kind: "method",
1674
+ methodKind: "ordinary",
1675
+ },
1676
+ DelegateType: {
1677
+ kind: "property",
1678
+ type: () => {
1679
+ return System.Type;
1680
+ },
1681
+ },
1682
+ },
1683
+ },
1684
+ IndexExpression: {
1685
+ kind: "class",
1686
+ members: {
1687
+ Accept: {
1688
+ kind: "method",
1689
+ methodKind: "ordinary",
1690
+ isOverride: true,
1691
+ },
1692
+ Update: {
1693
+ kind: "method",
1694
+ methodKind: "ordinary",
1695
+ },
1696
+ Arguments: {
1697
+ kind: "property",
1698
+ type: () => {
1699
+ return ObjectModel.ReadOnlyCollection;
1700
+ },
1701
+ },
1702
+ Indexer: {
1703
+ kind: "property",
1704
+ type: () => {
1705
+ return Reflection.PropertyInfo;
1706
+ },
1707
+ isNullable: true,
1708
+ },
1709
+ NodeType: {
1710
+ kind: "property",
1711
+ type: () => {
1712
+ return Expressions.ExpressionType;
1713
+ },
1714
+ isOverride: true,
1715
+ isSealed: true,
1716
+ },
1717
+ Object: {
1718
+ kind: "property",
1719
+ type: () => {
1720
+ return Expressions.Expression;
1721
+ },
1722
+ isNullable: true,
1723
+ },
1724
+ Type: {
1725
+ kind: "property",
1726
+ type: () => {
1727
+ return System.Type;
1728
+ },
1729
+ isOverride: true,
1730
+ isSealed: true,
1731
+ },
1732
+ },
1733
+ isSealed: true,
1734
+ },
1735
+ InvocationExpression: {
1736
+ kind: "class",
1737
+ members: {
1738
+ Accept: {
1739
+ kind: "method",
1740
+ methodKind: "ordinary",
1741
+ isOverride: true,
1742
+ },
1743
+ Update: {
1744
+ kind: "method",
1745
+ methodKind: "ordinary",
1746
+ },
1747
+ Arguments: {
1748
+ kind: "property",
1749
+ type: () => {
1750
+ return ObjectModel.ReadOnlyCollection;
1751
+ },
1752
+ },
1753
+ Expression: {
1754
+ kind: "property",
1755
+ type: () => {
1756
+ return Expressions.Expression;
1757
+ },
1758
+ },
1759
+ NodeType: {
1760
+ kind: "property",
1761
+ type: () => {
1762
+ return Expressions.ExpressionType;
1763
+ },
1764
+ isOverride: true,
1765
+ isSealed: true,
1766
+ },
1767
+ Type: {
1768
+ kind: "property",
1769
+ type: () => {
1770
+ return System.Type;
1771
+ },
1772
+ isOverride: true,
1773
+ isSealed: true,
1774
+ },
1775
+ },
1776
+ isSealed: true,
1777
+ },
1778
+ LabelExpression: {
1779
+ kind: "class",
1780
+ members: {
1781
+ Accept: {
1782
+ kind: "method",
1783
+ methodKind: "ordinary",
1784
+ isOverride: true,
1785
+ },
1786
+ Update: {
1787
+ kind: "method",
1788
+ methodKind: "ordinary",
1789
+ },
1790
+ DefaultValue: {
1791
+ kind: "property",
1792
+ type: () => {
1793
+ return Expressions.Expression;
1794
+ },
1795
+ isNullable: true,
1796
+ },
1797
+ NodeType: {
1798
+ kind: "property",
1799
+ type: () => {
1800
+ return Expressions.ExpressionType;
1801
+ },
1802
+ isOverride: true,
1803
+ isSealed: true,
1804
+ },
1805
+ Target: {
1806
+ kind: "property",
1807
+ type: () => {
1808
+ return Expressions.LabelTarget;
1809
+ },
1810
+ },
1811
+ Type: {
1812
+ kind: "property",
1813
+ type: () => {
1814
+ return System.Type;
1815
+ },
1816
+ isOverride: true,
1817
+ isSealed: true,
1818
+ },
1819
+ },
1820
+ isSealed: true,
1821
+ },
1822
+ LabelTarget: {
1823
+ kind: "class",
1824
+ members: {
1825
+ ToString: {
1826
+ kind: "method",
1827
+ methodKind: "ordinary",
1828
+ isOverride: true,
1829
+ },
1830
+ Name: {
1831
+ kind: "property",
1832
+ type: () => {
1833
+ return System.String;
1834
+ },
1835
+ isNullable: true,
1836
+ },
1837
+ Type: {
1838
+ kind: "property",
1839
+ type: () => {
1840
+ return System.Type;
1841
+ },
1842
+ },
1843
+ },
1844
+ isSealed: true,
1845
+ },
1846
+ LambdaExpression: {
1847
+ kind: "class",
1848
+ members: {
1849
+ Compile: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary",
1852
+ },
1853
+ Body: {
1854
+ kind: "property",
1855
+ type: () => {
1856
+ return Expressions.Expression;
1857
+ },
1858
+ },
1859
+ Name: {
1860
+ kind: "property",
1861
+ type: () => {
1862
+ return System.String;
1863
+ },
1864
+ isNullable: true,
1865
+ },
1866
+ NodeType: {
1867
+ kind: "property",
1868
+ type: () => {
1869
+ return Expressions.ExpressionType;
1870
+ },
1871
+ isOverride: true,
1872
+ isSealed: true,
1873
+ },
1874
+ Parameters: {
1875
+ kind: "property",
1876
+ type: () => {
1877
+ return ObjectModel.ReadOnlyCollection;
1878
+ },
1879
+ },
1880
+ ReturnType: {
1881
+ kind: "property",
1882
+ type: () => {
1883
+ return System.Type;
1884
+ },
1885
+ },
1886
+ TailCall: {
1887
+ kind: "property",
1888
+ type: () => {
1889
+ return System.Boolean;
1890
+ },
1891
+ },
1892
+ Type: {
1893
+ kind: "property",
1894
+ type: () => {
1895
+ return System.Type;
1896
+ },
1897
+ isOverride: true,
1898
+ isSealed: true,
1899
+ },
1900
+ },
1901
+ isAbstract: true,
1902
+ },
1903
+ ListInitExpression: {
1904
+ kind: "class",
1905
+ members: {
1906
+ Accept: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ isOverride: true,
1910
+ },
1911
+ Reduce: {
1912
+ kind: "method",
1913
+ methodKind: "ordinary",
1914
+ isOverride: true,
1915
+ },
1916
+ Update: {
1917
+ kind: "method",
1918
+ methodKind: "ordinary",
1919
+ },
1920
+ CanReduce: {
1921
+ kind: "property",
1922
+ type: () => {
1923
+ return System.Boolean;
1924
+ },
1925
+ isOverride: true,
1926
+ },
1927
+ Initializers: {
1928
+ kind: "property",
1929
+ type: () => {
1930
+ return ObjectModel.ReadOnlyCollection;
1931
+ },
1932
+ },
1933
+ NewExpression: {
1934
+ kind: "property",
1935
+ type: () => {
1936
+ return Expressions.NewExpression;
1937
+ },
1938
+ },
1939
+ NodeType: {
1940
+ kind: "property",
1941
+ type: () => {
1942
+ return Expressions.ExpressionType;
1943
+ },
1944
+ isOverride: true,
1945
+ isSealed: true,
1946
+ },
1947
+ Type: {
1948
+ kind: "property",
1949
+ type: () => {
1950
+ return System.Type;
1951
+ },
1952
+ isOverride: true,
1953
+ isSealed: true,
1954
+ },
1955
+ },
1956
+ isSealed: true,
1957
+ },
1958
+ LoopExpression: {
1959
+ kind: "class",
1960
+ members: {
1961
+ Accept: {
1962
+ kind: "method",
1963
+ methodKind: "ordinary",
1964
+ isOverride: true,
1965
+ },
1966
+ Update: {
1967
+ kind: "method",
1968
+ methodKind: "ordinary",
1969
+ },
1970
+ Body: {
1971
+ kind: "property",
1972
+ type: () => {
1973
+ return Expressions.Expression;
1974
+ },
1975
+ },
1976
+ BreakLabel: {
1977
+ kind: "property",
1978
+ type: () => {
1979
+ return Expressions.LabelTarget;
1980
+ },
1981
+ isNullable: true,
1982
+ },
1983
+ ContinueLabel: {
1984
+ kind: "property",
1985
+ type: () => {
1986
+ return Expressions.LabelTarget;
1987
+ },
1988
+ isNullable: true,
1989
+ },
1990
+ NodeType: {
1991
+ kind: "property",
1992
+ type: () => {
1993
+ return Expressions.ExpressionType;
1994
+ },
1995
+ isOverride: true,
1996
+ isSealed: true,
1997
+ },
1998
+ Type: {
1999
+ kind: "property",
2000
+ type: () => {
2001
+ return System.Type;
2002
+ },
2003
+ isOverride: true,
2004
+ isSealed: true,
2005
+ },
2006
+ },
2007
+ isSealed: true,
2008
+ },
2009
+ MemberAssignment: {
2010
+ kind: "class",
2011
+ members: {
2012
+ Update: {
2013
+ kind: "method",
2014
+ methodKind: "ordinary",
2015
+ },
2016
+ Expression: {
2017
+ kind: "property",
2018
+ type: () => {
2019
+ return Expressions.Expression;
2020
+ },
2021
+ },
2022
+ },
2023
+ isSealed: true,
2024
+ },
2025
+ MemberBinding: {
2026
+ kind: "class",
2027
+ members: {
2028
+ MemberBinding: {
2029
+ kind: "method",
2030
+ methodKind: "constructor",
2031
+ },
2032
+ ToString: {
2033
+ kind: "method",
2034
+ methodKind: "ordinary",
2035
+ isOverride: true,
2036
+ },
2037
+ BindingType: {
2038
+ kind: "property",
2039
+ type: () => {
2040
+ return Expressions.MemberBindingType;
2041
+ },
2042
+ },
2043
+ Member: {
2044
+ kind: "property",
2045
+ type: () => {
2046
+ return Reflection.MemberInfo;
2047
+ },
2048
+ },
2049
+ },
2050
+ isAbstract: true,
2051
+ },
2052
+ MemberBindingType: {
2053
+ kind: "enum",
2054
+ members: {
2055
+ Assignment: {
2056
+ kind: "field",
2057
+ type: () => {
2058
+ return Expressions.MemberBindingType;
2059
+ },
2060
+ },
2061
+ MemberBinding: {
2062
+ kind: "field",
2063
+ type: () => {
2064
+ return Expressions.MemberBindingType;
2065
+ },
2066
+ },
2067
+ ListBinding: {
2068
+ kind: "field",
2069
+ type: () => {
2070
+ return Expressions.MemberBindingType;
2071
+ },
2072
+ },
2073
+ },
2074
+ },
2075
+ MemberExpression: {
2076
+ kind: "class",
2077
+ members: {
2078
+ Accept: {
2079
+ kind: "method",
2080
+ methodKind: "ordinary",
2081
+ isOverride: true,
2082
+ },
2083
+ Update: {
2084
+ kind: "method",
2085
+ methodKind: "ordinary",
2086
+ },
2087
+ Expression: {
2088
+ kind: "property",
2089
+ type: () => {
2090
+ return Expressions.Expression;
2091
+ },
2092
+ },
2093
+ Member: {
2094
+ kind: "property",
2095
+ type: () => {
2096
+ return Reflection.MemberInfo;
2097
+ },
2098
+ },
2099
+ NodeType: {
2100
+ kind: "property",
2101
+ type: () => {
2102
+ return Expressions.ExpressionType;
2103
+ },
2104
+ isOverride: true,
2105
+ isSealed: true,
2106
+ },
2107
+ },
2108
+ },
2109
+ MemberInitExpression: {
2110
+ kind: "class",
2111
+ members: {
2112
+ Accept: {
2113
+ kind: "method",
2114
+ methodKind: "ordinary",
2115
+ isOverride: true,
2116
+ },
2117
+ Reduce: {
2118
+ kind: "method",
2119
+ methodKind: "ordinary",
2120
+ isOverride: true,
2121
+ },
2122
+ Update: {
2123
+ kind: "method",
2124
+ methodKind: "ordinary",
2125
+ },
2126
+ Bindings: {
2127
+ kind: "property",
2128
+ type: () => {
2129
+ return ObjectModel.ReadOnlyCollection;
2130
+ },
2131
+ },
2132
+ CanReduce: {
2133
+ kind: "property",
2134
+ type: () => {
2135
+ return System.Boolean;
2136
+ },
2137
+ isOverride: true,
2138
+ },
2139
+ NewExpression: {
2140
+ kind: "property",
2141
+ type: () => {
2142
+ return Expressions.NewExpression;
2143
+ },
2144
+ },
2145
+ NodeType: {
2146
+ kind: "property",
2147
+ type: () => {
2148
+ return Expressions.ExpressionType;
2149
+ },
2150
+ isOverride: true,
2151
+ isSealed: true,
2152
+ },
2153
+ Type: {
2154
+ kind: "property",
2155
+ type: () => {
2156
+ return System.Type;
2157
+ },
2158
+ isOverride: true,
2159
+ isSealed: true,
2160
+ },
2161
+ },
2162
+ isSealed: true,
2163
+ },
2164
+ MemberListBinding: {
2165
+ kind: "class",
2166
+ members: {
2167
+ Update: {
2168
+ kind: "method",
2169
+ methodKind: "ordinary",
2170
+ },
2171
+ Initializers: {
2172
+ kind: "property",
2173
+ type: () => {
2174
+ return ObjectModel.ReadOnlyCollection;
2175
+ },
2176
+ },
2177
+ },
2178
+ isSealed: true,
2179
+ },
2180
+ MemberMemberBinding: {
2181
+ kind: "class",
2182
+ members: {
2183
+ Update: {
2184
+ kind: "method",
2185
+ methodKind: "ordinary",
2186
+ },
2187
+ Bindings: {
2188
+ kind: "property",
2189
+ type: () => {
2190
+ return ObjectModel.ReadOnlyCollection;
2191
+ },
2192
+ },
2193
+ },
2194
+ isSealed: true,
2195
+ },
2196
+ MethodCallExpression: {
2197
+ kind: "class",
2198
+ members: {
2199
+ Accept: {
2200
+ kind: "method",
2201
+ methodKind: "ordinary",
2202
+ isOverride: true,
2203
+ },
2204
+ Update: {
2205
+ kind: "method",
2206
+ methodKind: "ordinary",
2207
+ },
2208
+ Arguments: {
2209
+ kind: "property",
2210
+ type: () => {
2211
+ return ObjectModel.ReadOnlyCollection;
2212
+ },
2213
+ },
2214
+ Method: {
2215
+ kind: "property",
2216
+ type: () => {
2217
+ return Reflection.MethodInfo;
2218
+ },
2219
+ },
2220
+ NodeType: {
2221
+ kind: "property",
2222
+ type: () => {
2223
+ return Expressions.ExpressionType;
2224
+ },
2225
+ isOverride: true,
2226
+ isSealed: true,
2227
+ },
2228
+ Object: {
2229
+ kind: "property",
2230
+ type: () => {
2231
+ return Expressions.Expression;
2232
+ },
2233
+ isNullable: true,
2234
+ },
2235
+ Type: {
2236
+ kind: "property",
2237
+ type: () => {
2238
+ return System.Type;
2239
+ },
2240
+ isOverride: true,
2241
+ isSealed: true,
2242
+ },
2243
+ },
2244
+ },
2245
+ NewArrayExpression: {
2246
+ kind: "class",
2247
+ members: {
2248
+ Accept: {
2249
+ kind: "method",
2250
+ methodKind: "ordinary",
2251
+ isOverride: true,
2252
+ },
2253
+ Update: {
2254
+ kind: "method",
2255
+ methodKind: "ordinary",
2256
+ },
2257
+ Expressions: {
2258
+ kind: "property",
2259
+ type: () => {
2260
+ return ObjectModel.ReadOnlyCollection;
2261
+ },
2262
+ },
2263
+ Type: {
2264
+ kind: "property",
2265
+ type: () => {
2266
+ return System.Type;
2267
+ },
2268
+ isOverride: true,
2269
+ isSealed: true,
2270
+ },
2271
+ },
2272
+ },
2273
+ NewExpression: {
2274
+ kind: "class",
2275
+ members: {
2276
+ Accept: {
2277
+ kind: "method",
2278
+ methodKind: "ordinary",
2279
+ isOverride: true,
2280
+ },
2281
+ Update: {
2282
+ kind: "method",
2283
+ methodKind: "ordinary",
2284
+ },
2285
+ Arguments: {
2286
+ kind: "property",
2287
+ type: () => {
2288
+ return ObjectModel.ReadOnlyCollection;
2289
+ },
2290
+ },
2291
+ Constructor: {
2292
+ kind: "property",
2293
+ type: () => {
2294
+ return Reflection.ConstructorInfo;
2295
+ },
2296
+ },
2297
+ Members: {
2298
+ kind: "property",
2299
+ type: () => {
2300
+ return ObjectModel.ReadOnlyCollection;
2301
+ },
2302
+ isNullable: true,
2303
+ },
2304
+ NodeType: {
2305
+ kind: "property",
2306
+ type: () => {
2307
+ return Expressions.ExpressionType;
2308
+ },
2309
+ isOverride: true,
2310
+ isSealed: true,
2311
+ },
2312
+ Type: {
2313
+ kind: "property",
2314
+ type: () => {
2315
+ return System.Type;
2316
+ },
2317
+ isOverride: true,
2318
+ },
2319
+ },
2320
+ },
2321
+ ParameterExpression: {
2322
+ kind: "class",
2323
+ members: {
2324
+ Accept: {
2325
+ kind: "method",
2326
+ methodKind: "ordinary",
2327
+ isOverride: true,
2328
+ },
2329
+ IsByRef: {
2330
+ kind: "property",
2331
+ type: () => {
2332
+ return System.Boolean;
2333
+ },
2334
+ },
2335
+ Name: {
2336
+ kind: "property",
2337
+ type: () => {
2338
+ return System.String;
2339
+ },
2340
+ isNullable: true,
2341
+ },
2342
+ NodeType: {
2343
+ kind: "property",
2344
+ type: () => {
2345
+ return Expressions.ExpressionType;
2346
+ },
2347
+ isOverride: true,
2348
+ isSealed: true,
2349
+ },
2350
+ Type: {
2351
+ kind: "property",
2352
+ type: () => {
2353
+ return System.Type;
2354
+ },
2355
+ isOverride: true,
2356
+ },
2357
+ },
2358
+ },
2359
+ RuntimeVariablesExpression: {
2360
+ kind: "class",
2361
+ members: {
2362
+ Accept: {
2363
+ kind: "method",
2364
+ methodKind: "ordinary",
2365
+ isOverride: true,
2366
+ },
2367
+ Update: {
2368
+ kind: "method",
2369
+ methodKind: "ordinary",
2370
+ },
2371
+ NodeType: {
2372
+ kind: "property",
2373
+ type: () => {
2374
+ return Expressions.ExpressionType;
2375
+ },
2376
+ isOverride: true,
2377
+ isSealed: true,
2378
+ },
2379
+ Type: {
2380
+ kind: "property",
2381
+ type: () => {
2382
+ return System.Type;
2383
+ },
2384
+ isOverride: true,
2385
+ isSealed: true,
2386
+ },
2387
+ Variables: {
2388
+ kind: "property",
2389
+ type: () => {
2390
+ return ObjectModel.ReadOnlyCollection;
2391
+ },
2392
+ },
2393
+ },
2394
+ isSealed: true,
2395
+ },
2396
+ SwitchCase: {
2397
+ kind: "class",
2398
+ members: {
2399
+ ToString: {
2400
+ kind: "method",
2401
+ methodKind: "ordinary",
2402
+ isOverride: true,
2403
+ },
2404
+ Update: {
2405
+ kind: "method",
2406
+ methodKind: "ordinary",
2407
+ },
2408
+ Body: {
2409
+ kind: "property",
2410
+ type: () => {
2411
+ return Expressions.Expression;
2412
+ },
2413
+ },
2414
+ TestValues: {
2415
+ kind: "property",
2416
+ type: () => {
2417
+ return ObjectModel.ReadOnlyCollection;
2418
+ },
2419
+ },
2420
+ },
2421
+ isSealed: true,
2422
+ },
2423
+ SwitchExpression: {
2424
+ kind: "class",
2425
+ members: {
2426
+ Accept: {
2427
+ kind: "method",
2428
+ methodKind: "ordinary",
2429
+ isOverride: true,
2430
+ },
2431
+ Update: {
2432
+ kind: "method",
2433
+ methodKind: "ordinary",
2434
+ },
2435
+ Cases: {
2436
+ kind: "property",
2437
+ type: () => {
2438
+ return ObjectModel.ReadOnlyCollection;
2439
+ },
2440
+ },
2441
+ Comparison: {
2442
+ kind: "property",
2443
+ type: () => {
2444
+ return Reflection.MethodInfo;
2445
+ },
2446
+ isNullable: true,
2447
+ },
2448
+ DefaultBody: {
2449
+ kind: "property",
2450
+ type: () => {
2451
+ return Expressions.Expression;
2452
+ },
2453
+ isNullable: true,
2454
+ },
2455
+ NodeType: {
2456
+ kind: "property",
2457
+ type: () => {
2458
+ return Expressions.ExpressionType;
2459
+ },
2460
+ isOverride: true,
2461
+ isSealed: true,
2462
+ },
2463
+ SwitchValue: {
2464
+ kind: "property",
2465
+ type: () => {
2466
+ return Expressions.Expression;
2467
+ },
2468
+ },
2469
+ Type: {
2470
+ kind: "property",
2471
+ type: () => {
2472
+ return System.Type;
2473
+ },
2474
+ isOverride: true,
2475
+ isSealed: true,
2476
+ },
2477
+ },
2478
+ isSealed: true,
2479
+ },
2480
+ SymbolDocumentInfo: {
2481
+ kind: "class",
2482
+ members: {
2483
+ DocumentType: {
2484
+ kind: "property",
2485
+ type: () => {
2486
+ return System.Guid;
2487
+ },
2488
+ isVirtual: true,
2489
+ },
2490
+ FileName: {
2491
+ kind: "property",
2492
+ type: () => {
2493
+ return System.String;
2494
+ },
2495
+ },
2496
+ Language: {
2497
+ kind: "property",
2498
+ type: () => {
2499
+ return System.Guid;
2500
+ },
2501
+ isVirtual: true,
2502
+ },
2503
+ LanguageVendor: {
2504
+ kind: "property",
2505
+ type: () => {
2506
+ return System.Guid;
2507
+ },
2508
+ isVirtual: true,
2509
+ },
2510
+ },
2511
+ },
2512
+ TryExpression: {
2513
+ kind: "class",
2514
+ members: {
2515
+ Accept: {
2516
+ kind: "method",
2517
+ methodKind: "ordinary",
2518
+ isOverride: true,
2519
+ },
2520
+ Update: {
2521
+ kind: "method",
2522
+ methodKind: "ordinary",
2523
+ },
2524
+ Body: {
2525
+ kind: "property",
2526
+ type: () => {
2527
+ return Expressions.Expression;
2528
+ },
2529
+ },
2530
+ Fault: {
2531
+ kind: "property",
2532
+ type: () => {
2533
+ return Expressions.Expression;
2534
+ },
2535
+ isNullable: true,
2536
+ },
2537
+ Finally: {
2538
+ kind: "property",
2539
+ type: () => {
2540
+ return Expressions.Expression;
2541
+ },
2542
+ isNullable: true,
2543
+ },
2544
+ Handlers: {
2545
+ kind: "property",
2546
+ type: () => {
2547
+ return ObjectModel.ReadOnlyCollection;
2548
+ },
2549
+ },
2550
+ NodeType: {
2551
+ kind: "property",
2552
+ type: () => {
2553
+ return Expressions.ExpressionType;
2554
+ },
2555
+ isOverride: true,
2556
+ isSealed: true,
2557
+ },
2558
+ Type: {
2559
+ kind: "property",
2560
+ type: () => {
2561
+ return System.Type;
2562
+ },
2563
+ isOverride: true,
2564
+ isSealed: true,
2565
+ },
2566
+ },
2567
+ isSealed: true,
2568
+ },
2569
+ TypeBinaryExpression: {
2570
+ kind: "class",
2571
+ members: {
2572
+ Accept: {
2573
+ kind: "method",
2574
+ methodKind: "ordinary",
2575
+ isOverride: true,
2576
+ },
2577
+ Update: {
2578
+ kind: "method",
2579
+ methodKind: "ordinary",
2580
+ },
2581
+ Expression: {
2582
+ kind: "property",
2583
+ type: () => {
2584
+ return Expressions.Expression;
2585
+ },
2586
+ },
2587
+ NodeType: {
2588
+ kind: "property",
2589
+ type: () => {
2590
+ return Expressions.ExpressionType;
2591
+ },
2592
+ isOverride: true,
2593
+ isSealed: true,
2594
+ },
2595
+ Type: {
2596
+ kind: "property",
2597
+ type: () => {
2598
+ return System.Type;
2599
+ },
2600
+ isOverride: true,
2601
+ isSealed: true,
2602
+ },
2603
+ TypeOperand: {
2604
+ kind: "property",
2605
+ type: () => {
2606
+ return System.Type;
2607
+ },
2608
+ },
2609
+ },
2610
+ isSealed: true,
2611
+ },
2612
+ UnaryExpression: {
2613
+ kind: "class",
2614
+ members: {
2615
+ Accept: {
2616
+ kind: "method",
2617
+ methodKind: "ordinary",
2618
+ isOverride: true,
2619
+ },
2620
+ Reduce: {
2621
+ kind: "method",
2622
+ methodKind: "ordinary",
2623
+ isOverride: true,
2624
+ },
2625
+ Update: {
2626
+ kind: "method",
2627
+ methodKind: "ordinary",
2628
+ },
2629
+ CanReduce: {
2630
+ kind: "property",
2631
+ type: () => {
2632
+ return System.Boolean;
2633
+ },
2634
+ isOverride: true,
2635
+ },
2636
+ IsLifted: {
2637
+ kind: "property",
2638
+ type: () => {
2639
+ return System.Boolean;
2640
+ },
2641
+ },
2642
+ IsLiftedToNull: {
2643
+ kind: "property",
2644
+ type: () => {
2645
+ return System.Boolean;
2646
+ },
2647
+ },
2648
+ Method: {
2649
+ kind: "property",
2650
+ type: () => {
2651
+ return Reflection.MethodInfo;
2652
+ },
2653
+ },
2654
+ NodeType: {
2655
+ kind: "property",
2656
+ type: () => {
2657
+ return Expressions.ExpressionType;
2658
+ },
2659
+ isOverride: true,
2660
+ isSealed: true,
2661
+ },
2662
+ Operand: {
2663
+ kind: "property",
2664
+ type: () => {
2665
+ return Expressions.Expression;
2666
+ },
2667
+ },
2668
+ Type: {
2669
+ kind: "property",
2670
+ type: () => {
2671
+ return System.Type;
2672
+ },
2673
+ isOverride: true,
2674
+ isSealed: true,
2675
+ },
2676
+ },
2677
+ isSealed: true,
2678
+ },
2679
+ });
2680
+ export default Expressions